I want to find out the latest comments and likes on a facebook page given a timestamp. Is there a way we can fetch this data from the facebook API? For example : If a user A posted something on my page 30 days back, and user B liked the post and commented on it today. I need to get these activities in the response if I try and find out all activities on my page in the past 2 days (even if the post is 30 days old).
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
That is not working via the API, the since parameter only works on posts. A possibility is:
|
|||
|