I'm integrating Facebook into an app that uses a page's feed for some of its content.
I'd like to be able to allow users to comment on the post and see the previous comments left on that post.
If possible, I'd love to avoid having to build my own implementation of the commenting system (not to mention having to implement an oauth login for users to comment), and just use the comment widget provided by Facebook (see here: http://developers.facebook.com/docs/reference/plugins/comments/)
Is it possible to use the above comment plugin to not reference an arbitrary link, but an actual (public) post on a Facebook page?