php - Way to show user's news feed? -
i'm having idea of mixing lot of social networks one. user log social networks they're in throught api , see every new every network.
is possible take data user's new feeds can build same news feeds on external page?
i'm asking facebook right now
you can use graph api user's news feed. need get access token , request of:
https://graph.facebook.com/me/home?access_token=your_access_token
you'll json response of user's news feed. check out fast, go graph api documentation , search page first occurrence of "news feed" , click link see own news feed delivered via graph api. might find graph explorer tool handy you're getting started.
Comments
Post a Comment