I'm trying to set up a Facebook status update feed on a website. However, the current data I am pulling using Facebook's Graph API is including images, likes and so on.
How can I edit this to only include status messages posted by this page onto their own page?
https://graph.facebook.com/477138555413/feed?access_token=<APP ACCESS TOKEN>
I tried replacing feed? with statuses? but am being told that 'A user access token is required to request this resource.'
Thanks.
PAGE_ID/statusesshould work with any valid access token. – ifaour Oct 30 '12 at 22:30