I am just messing around with Facebook connect on my local machine. I created a very basic app using PHP where a user can type a comment, and it will be posted to the users Timeline/Wall, as well as the webpage.

I was wondering is there a tool where all comments/likes/feeds can be viewed on my webpage as well? Basically can that whole feed be viewed not on Facebook, but on my webpage?

Thanks Peter

link|improve this question

79% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Yes, the tool is called the Graph API. When you get the correct access tokens you can easily pull comments, likes, feeds for the authenticated user. See: https://developers.facebook.com/docs/reference/api/

link|improve this answer
1  
Sorry for the late comment. Thanks for your answer :) – Peter Stuart Mar 3 at 22:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.