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.

I have implemented the Facebook Comments API using the documentation provided at: https://developers.facebook.com/docs/reference/plugins/comments/

The problem is that this uses my Facebook App and not My Facebook Company Fan Page.

I cannot seem to find any documentation telling me how to change this.

I want people to comment on my website and post the comments to my facebook fan page (NOT my facebook App0

Is this possible?

share|improve this question

1 Answer

Yes it is possible. First you have to customize the comment plugin for your page by filling "URL to comment on" textbox with your Facebook Page URL.

To get comments made, you should use Graph API. The URL that you can request with a valid acces token is https://graph.facebook.com/YOUR_PAGE_OBJECT_ID/comments

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.