Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I was using facebook graph api "/me/home" for my app. But now it returns just 1 record. It happened just in 2 days. Does anyone run into the same issue? How to fix it?
Posted

1 solution

There might be a change on the Facebook Graph or their API.

You can consult a client from their API to get help in this, if there is no problem in the code execution but just an unsual result, you can try asking them out for help. Or a better option is to check their API, they might have updated a few things.

Go to Facebook Developers[^] page and check out their documentation or your application's details etc.
 
Share this answer
 
Comments
Elgars Logins 6-Nov-14 15:14pm    
when i use Graph API tool from developers.facebook - it returns everything right for '/me/home' , when i switch its tool to my app it returns just one record... something really strange
Afzaal Ahmad Zeeshan 6-Nov-14 15:24pm    
You can still try to debug the application. Set some breakpoints in your application. This would let you go through each step one by one and you might find a problem if there is any.
Elgars Logins 6-Nov-14 15:28pm    
i already checked it in my web application.,.

but problem is that, when i'm trying to look data in developers.facebook.com Graph API Explorer, it returns just 1 record.

Really? It works for everyone fine? If in GRAPH API EXPLORER field "Application": you select your app, not default value: Graph Api Explorer.

I'm so confused.. my projects goes down now.. but deadline i after several days
Afzaal Ahmad Zeeshan 6-Nov-14 15:31pm    
Then I guess there probably be a Facebook help you need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900