I have looked at the developers’ page but there tons of tons stuff. Application authentication (will my PHP called app?), setting permissions, how to make post after authentication?, where to store authentication? etc etc and so on I wasn’t able to get all what all they mean, and what is need in all that stuff.
I only want to make a wall post to the community/fan page’s wall as community/fan page. What steps should my PHP application follow to make a wall post?
I’ve written an in-depth tutorial about this subject: How To: Post On Facebook Page As Page Not As Admin User Using PHP-SDK
In short:
publish_streamandmanage_pagespermissionspageobject to get a page access tokenA starting code from my tutorial:
Note: you may need the
offline_accessif you want to post while you are not connected to Facebook (e.g.: from your CMS)