huuanh1987 / facebook-java-api

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

FacebookJsonRestClient photos_getAlbums(uid) returns empty array #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

I am trying to retrieve a photo album that was previously created by my 
application (or checking to see if it still exists) using 
photos_getAlbums(uid).  It seems to work fine with older uids but the longer 
uids that start with 10000nnnnnnnn  don't seem to work properly.

Similarly if I use one of the newer aids (one with the underscore in them) I 
cannot get the photos I just uploaded using photos_getByAlbum(aid)

Original issue reported on code.google.com by russ.s...@gmail.com on 28 Jul 2010 at 6:54

GoogleCodeExporter commented 8 years ago
Using version 3.0.2

Original comment by russ.s...@gmail.com on 29 Jul 2010 at 1:07

GoogleCodeExporter commented 8 years ago
This issue appears to be related to the need for an app to be granted extended 
permissions "user_photos".  the Permissions class does not support the extended 
permissions yet.  Work around was to do it using FBML.

Original comment by russ.s...@gmail.com on 29 Jul 2010 at 3:21