Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top