android - Get all user activity feeds from the start from Facebook? -
android - Get all user activity feeds from the start from Facebook? -
i have been searching past few days still couldn't solution. first utilize "since" parameter solution think facebook api's got updated , removed parameter. though can add together parameter in our link doesn't work. tried using next link.
https://graph.facebook.com/me?fields=id,name,feed{message}&since=1349679791
where 1349679791 unix timestamp format of date mon, 08 oct 2012 07:03:11 gmt tried passing date in since parameter other posts couldn't solution. please help me out. or there alternate way of doing this?
until attribute gives thought fetching previous post in graph api. first set limit 200 in api phone call (note can retrieve 200 post per api hit).
for eg.: me?fields=id,name,feed.limit(200){message} fetch 200 recent feeds. utilize next url in paging section remaining 200 feeds (before first 200) , add together first 200 post.
refer next image:
please note 1 time again that, can 200 feeds per api hit. utilize next previous set of 200 feeds ;-). works me. cheers!
there aren't specific methods fetch feed origin of user's joining date.
hope create sense.
android ios facebook facebook-graph-api windows-phone-8
Comments
Post a Comment