Question

I need a solution in graph api or fql to search a specific keyword for last 7 days or a way to count the no of total search results.

Right now,

I am applying a heavy limit. It works if result is single page, but fails on pagination.

http://graph.facebook.com/search?type=post&q=wonders&since=2012-01-13&limit=99999999999999

I want to gather data for statisticall purposes.

Était-ce utile?

La solution

The pagination issue is a current bug listed http://developers.facebook.com/bugs

Per Jashwant's comments below, he has found that the API limits 500 per request and there's no way around this designed limitation.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top