I have a problem with Facebook. Let me explain what I’m trying to do. My friend granted me access to his fanpage as administrator. I would like to get all feeds from fanpage’s wall, by using php script on my website. How can I do that ? I don’t have any app id or secret id, because this is not an app – it’s fanpage.
I have a problem with Facebook. Let me explain what I’m trying to do.
Share
You can easily retrieve posts from
feedconnection ofpage(usepostsconnection if you only want posts Page own).You’ll need an application to do so because both
postsandfeedconnection require any validaccess_tokenfor access.Once you have
access_tokenyou may simple retrieve the posts with Graph API: