Hi,
Is there a way to get my latest facebook message +comments to show on my own website?
Hi,
Is there a way to get my latest facebook message +comments to show on my own website?
Facebook has fairly well-documented developer resources; you can get started at http://developers.facebook.com/, which should lead you to a few options for what you want to do. In the deeper integration stuff, PHP integration is pretty well-supported, so you should be able to find good information.
Once you've gotten a handle on the general structure of their API/Connect framework, the specific information you need is in their dev wiki documentation for Message (FQL).
I would recommend looking into Facebook Connect, which provides API's for exactly the functionality you're looking for.