Facebook Page Feed Using Graph API

Hi guys,

Hoping you can help! I want to pull the Facebook posts from a specific page and display them on a website I’m building.

I don’t want to use the Facebook Page Plugin but rather build something using the actual API using Javascript.

I’ve been having a look at this page: Feed - Documentation - Facebook for Developers but I’m not 100% sure on how to implement this or even where to start.

Best,

Joe

See “JavaScript SDK” method for all examples.

You need this

then do this

Hey @samliew,

I’ve implemented the javascript but its the “then do this” part I was hoping to get a bit more detail on if possible?

I couldn’t see any examples for what I wanted to do in the SDK