Question

Trying to integrate a Facebook page stream into an element for a website?

Was it helpful?

Solution

The Facebook Like Box has a "show stream" option that displays this data.

OTHER TIPS

Be aware, it is against Facebook's policy to exactly copy any of it's features and use on your own site (as if emulating Facebook).

With that said, you need to grab this information manually using either the Graph API or FQL. There is no social plugin that can do this automatically.

You can check out the Graph API documentation here: https://developers.facebook.com/docs/reference/api/

You can test out some Graph API calls here: https://developers.facebook.com/tools/explorer/

You can learn more about FQL here: https://developers.facebook.com/docs/reference/fql/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top