facebook - Get my wall updates -
i'm trying recent wall entries wall, url dead simple:
https://graph.facebook.com/me/feed?limit=30&date_format=u&since=1308733229&access_token=<token>
now, i'm putting current time in place of since=
, getting recent entries but, problem is, if gets updated (someone comments wall entry) won't show new
is there proper way new/recent comments or updated wall entries? (fql may work too)
you can use fql little more control on returning feed, check out https://developers.facebook.com/docs/reference/fql/stream/
how define new? in content since last time polled api? on end getting difference between have , result of latest poll.
or if prefer pushed updates include differences since last update can subscribe realtime updates api: https://developers.facebook.com/docs/reference/api/realtime/
Comments
Post a Comment