What is facebook's Page / Checkin Pagination limit on search? -


i can't seem find in documentation anywhere, , seem return 50 results when querying.

https://graph.facebook.com/search?q=coffee&type=place&limit=100&offset=200

any , requests facebook's api has default limit of 50. can add limit=x parameter request make graph api.

for example, 300 results users feed, use this:

https://graph.facebook.com/user_id/feed?limit=300 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -