Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

with my team we are working on a project that require to retrive posts on user home. We are using the PHP-SDK (last version) and the Graph API for retrive the information; but the problem isn't this, the php script is perfectly working, but there is an issue: every time i refresh the page, facebook give us different information...an example:

$home_posts=$facebook->api('/me/home?limit=20');
foreach($home_posts['data'] as $home_posts){
 operation...
}

Sometimes on a limit of 20 posts it gives us 10 posts, sometimes 15, sometimes all 20 postes etc... Or doesn't give a post, or give different information... It's like facebook gives random informations :S

The Graph API Explorer facebook tool give sometimes this problem too (http://developers.facebook.com/tools/explorer/), it returns a different number of post or doesn't give a post etc...

It's very strange and is a very boring problem for those want to create a service that use Facebook API

Someone can help us? Someone has encountered this issue? I think there is a problem in facebook API system, but reading the Platform Status give ever Facebook Platform is Healthy.

share|improve this question
Sounds like a bug. I am only able to get two distinct listings back when making that call. So it's less random than my calls, as for the same call I get back one of two data sets. You should report it to developers.facebook.com/bugs – DMCS Feb 17 '12 at 17:17
Done, is here developers.facebook.com/bugs/…, i hope someone can help us – Weeqi Prova Feb 17 '12 at 20:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.