Reputation: 2288
How do is search for news feed data upto 30 days using facebook api? I've read the documentation, but I'm confused, I want to know a solid way which can give me results against a keyword or a users newsfeed activity in the past 30 days.
Upvotes: 1
Views: 399
Reputation: 1904
Try with since parameter like this https://graph.facebook.com/me/home?since=20100406&access_token=YOUR_ACCESS_TOKEN
Upvotes: 1