basantsahoo / facebook-actionscript-api

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

no data containing the call to albums and photos #273

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call Facebook.api("/me/albums",getAlbumHandler); in your flex web app and 
watch the result.
In the network monitor it seems to be correct 
https://graph.facebook.com/me/albums?access%5Ftoken=1126040etc... but the 
answer contains no data.

And YES every other call (like ex. 
Facebook.api("/me/statuses",getStatusHandler)) is working fine. everything else 
has the expected result.

What is the expected output? What do you see instead?

{
   "data": [
      {
         "id": "ID_HERE",
         "from": {...}
         "name": "CeBIT 2011",
         "location": "Hannover",
         "link": "http://www.facebook.com/album.php?aid=37392&id=100000854780525",

etc...

instead there is no data:

{
   "data": [

   ]
}

What version of the product are you using? On what operating system?

Flex 4.1
GraphAPI 1.6
app is running on a webserver

Please provide any additional information below.

Original issue reported on code.google.com by tobias.o...@gmail.com on 15 Mar 2011 at 10:16

GoogleCodeExporter commented 8 years ago
Have you granted the "user_photos" permission for the app?

Original comment by edwar...@gmail.com on 17 Mar 2011 at 4:42

GoogleCodeExporter commented 8 years ago
yes i granted "user_photos" and other, "similar" permissions just to be sure... 
In other cases and wrong permissions i got back "error": { "type": 
"OAuthException",...

I've tried the same logged in with an other facebook account and also with a 
fql request and got the same result "[]".

The examples that i've found are only for FacebookDesktop, and they all working 
fine for me. But for the Web API i really don't know whats the problem.

Original comment by tobias.o...@gmail.com on 17 Mar 2011 at 5:52

GoogleCodeExporter commented 8 years ago
Is this issue still occurring? Wondering if it was just a problem on Facebook's 
side of things.

Original comment by rovertn...@gmail.com on 7 Oct 2011 at 3:28

GoogleCodeExporter commented 8 years ago
I have the same problem getting the cover image.

It worked before then suddenly last week, no more data was returned the issue 
still remains as of today (3rd of September)

Original comment by patrick....@redactiepartners.nl on 3 Sep 2012 at 8:18