Facebook : how can we maximize post Count from a particular source_id? -



Facebook : how can we maximize post Count from a particular source_id? -

for using fql fetch facebook post particular source_id,

fql : select post_id,message stream source_id="21540067693"

it giving 20 result. there way maximize no. of post in result ?

well solution graph api myself, posting may helpful

https://graph.facebook.com/[***page_id***]/posts?access_token=[******]&limit=1000

facebook facebook-graph-api facebook-fql

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -