huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

I did not get Album names list. #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi All,

     Long userId = client.users_getLoggedInUser();
     Document doc = (Document)client.photos_getAlbums(userId);

     I am getting doc value "null".Please verify once the code.I attached 
the document.

Thank You.
Karthikeyanvarma...

Original issue reported on code.google.com by karthike...@gmail.com on 4 Dec 2008 at 4:30

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Are you sure that doc == null? It's much more likely that your debugger is 
displaying
doc as "doc: null" but this is just a rubbish .toString() method on Document. 
Take a
look inside the document; try and "pretty print" it.

Original comment by david.j....@googlemail.com on 17 Dec 2008 at 9:12