Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I embed just the posts made on a Facebook page into another website? Ive read a few things about this but all they talk about embedding more than just the posts made.

Thanks

share|improve this question
What's a non-post? – Kon May 31 '11 at 19:19
Comments made to the posts. – jdln May 31 '11 at 20:43

1 Answer

up vote 0 down vote accepted

Facebook has a blog post with a section titled Graph API to pull comments that would allow you to render all the comments on page. They have sample code in PHP, but you would just need to make an http request with whatever language you are using to https://graph.facebook.com/comments/?ids={YOUR_URL}

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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