php Programming Glossary: manage_pages
Update facebook page status from that page itself graph api (php) http://stackoverflow.com/questions/4309154/update-facebook-page-status-from-that-page-itself-graph-api-php oauth authorize client_id ... redirect_uri ... scope manage_pages you will need to insert client_id with your app id and insert..
How to post to Facebookpage as admin via API (Php SDK)? http://stackoverflow.com/questions/4385597/how-to-post-to-facebookpage-as-admin-via-api-php-sdk for user ex fb login button autologoutlink true perms manage_pages fb login button Now you also gets a special token for every.. Page impersonation. Long story short you need the manage_pages extended permission. And btw have you checked this first share..
How can I post to the wall of a Facebook Fan Page using PHP and Open Graph API http://stackoverflow.com/questions/4729941/how-can-i-post-to-the-wall-of-a-facebook-fan-page-using-php-and-open-graph-api depending on your requirements you may need offline_access manage_pages but for now this is the simplest straight forward way of doing..
Post on a Facebook wall as Page, not as user http://stackoverflow.com/questions/5326537/post-on-a-facebook-wall-as-page-not-as-user share improve this question You need the publish_stream manage_pages permissions. The code is something like php This code is just.. 'publish_stream' permissions 'data' 0 array_key_exists 'manage_pages' permissions 'data' 0 We don't have one of the permissions.. Location . facebook getLoginUrl array scope publish_stream manage_pages catch FacebookApiException e error_log e user null Login or..
Posting to a Facebook Page as the Page (not a person) http://stackoverflow.com/questions/6239482/posting-to-a-facebook-page-as-the-page-not-a-person redirect_uri http apps.facebook.com xxxxxx scope manage_pages response_type token echo script type 'text javascript' top.location.href..
How can I use 'manage_pages' permission with the SDK on Facebook? http://stackoverflow.com/questions/6331086/how-can-i-use-manage-pages-permission-with-the-sdk-on-facebook can I use 'manage_pages' permission with the SDK on Facebook I create an application.. The administrator of the fan page give me the permission manage_pages and then the tab of my application is added to his fan page... api share improve this question Now that you have the manage_pages permission take the access token pass it into a method like..
Is it possible to upload a photo to fanpage album without publishing it? http://stackoverflow.com/questions/7340949/is-it-possible-to-upload-a-photo-to-fanpage-album-without-publishing-it It's possible cuz I use a fanpage admin permission manage_pages publish_stream and offline_access . But now everytime someone..
Simple example to post to a Facebook fan page via PHP? http://stackoverflow.com/questions/7818667/simple-example-to-post-to-a-facebook-fan-page-via-php Permissions window click in Extended Permissions and check manage_pages and publish_stream and click in Get Access Token blue button...
Check if page tab app is still installed http://stackoverflow.com/questions/8198530/check-if-page-tab-app-is-still-installed I think I would need to ask the user for not only the manage_pages permissions but also for the offline_access then I could store..
Facebook: post image and description to wall and in page album via php http://stackoverflow.com/questions/9395356/facebook-post-image-and-description-to-wall-and-in-page-album-via-php the admin of the page and give the permissions user_photos manage_pages offline_access publish_stream https www.facebook.com dialog.. canvas_url response_type token scope user_photos manage_pages offline_access publish_stream 3. When you give the application..
Displaying Facebook posts to non-Facebook users http://stackoverflow.com/questions/9634608/displaying-facebook-posts-to-non-facebook-users this question Assuming you own the page you can use the manage_pages permission. The manage_pages permission is a permanent token.. own the page you can use the manage_pages permission. The manage_pages permission is a permanent token from what I can gather. Then..
|