↧
Answer by andyrandy for Possible params for /{user-id}/feed
For getting data in a specific time range, take a look at time based cursors: https://developers.facebook.com/docs/graph-api/using-graph-api/v2.6#paging/me/posts would be the endpoint to get posts...
View ArticlePossible params for /{user-id}/feed
I am doing some proof-of-concept with Facebook SDK and Graph API to list user's posts using the /me/feed. I am unable to find a reference where I can see the list of possible options that can be passed...
View Article