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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -