Jeremy
Jeremy

Reputation: 3809

Documentation for getting Facebook feed stream on website?

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

Upvotes: 0

Views: 11516

Answers (2)

ceejayoz
ceejayoz

Reputation: 180004

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

Upvotes: 3

Samantha Gruskin
Samantha Gruskin

Reputation: 196

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/

Upvotes: 0

Related Questions