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.

In early August the open graph api returned 0 results suddenly. A bug report was made and after 2 weeks(!) it was supposedly fixed.

Immediately afterwards a serious new bug was found - see:

http://developers.connect.facebook.com/bugs/301984449909709?browse=search_504a1f618ea419e93636480

In summary, the number of results returned is now severely limited and is now ridiculously a function of the limit specified.

For example: https://graph.facebook.com/search/?callback" + fbQuery + "&limit=12" + "&offset=0" yields only 3 pages of results Page 1: 1-12 results, Page 2: 13-24 results, Page 3: result #25.

Using a higher limit, say 40, will produce about 200-250 results (5-6 pages). Even a limit of 100 will return only about 16-17 pages. With popular searches, this is only the last 1-2 hours of posts

This bug report was taken up by Jeff Bowen on Sept 6, 2012. A month later nothing has changed. The API post search is effectively useless!

I can't believe Facebook can ignore for a month a virtually dead basic API function.

Does anyone have any idea how to get Facebook moving? I can find no email for Bowen or any escalation process...

share|improve this question

closed as off topic by CBroe, 4e6, rene, SliverNinja, S.L. Barth Oct 13 '12 at 18:41

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.