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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -