Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6186875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:57:52+00:00 2026-05-24T01:57:52+00:00

I have a Facebook page at https://www.facebook.com/xxxx and a web site at http://xxxx.com .

  • 0

I have a Facebook page at https://www.facebook.com/xxxx and a web site at http://xxxx.com. How do I make a status update to the facebook page to correspond with every new posting on the actual web site? That update should be authored by the page, and not by my personal Facebook account.

I know it might seem like this is a duplicate question, but hear me out. I have been working on this for hours. I’ve found a lot of help on this topic, but all of it is incomplete or out of date. Most answers tell me what I need to do, but not how to do it.

The closest thing I could find to what I’m looking for is this note in the official docs.

https://developers.facebook.com/docs/opengraph/#publishing

Here’s what I’ve been able to do so far. I created the facebook page. I created a facebook application. I added the app to the page. I added the app to my personal account and granted it the manage_pages permission. I tried to grant it manage_pages permission from the perspective of the page user, but that doesn’t seem to be possible.

I can use this to get an access key for the application:

curl -s -F grant_type=client_credentials -F client_id=APPID -F client_secret=APPSECRET https://graph.facebook.com/oauth/access_token

Then I try to do this to actually make a status update.

curl -s -F access_token=ACCESS_TOKEN -F message='test' https://graph.facebook.com/xxxx/feed

This returns a message that the user hasn’t authorized the application to perform this action. I assume that’s because I’m trying to post as the page user and not as my personal user.

How can I get the correct access key to make a post on the page as the page user? Also, how can I be sure that access key won’t expire? Once I have the access key, how do I actually make the post so that it shows up in the right place?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T01:57:53+00:00Added an answer on May 24, 2026 at 1:57 am

    Here’s how the manage_pages permission works.

    • Bob has a page called Awesemo.
    • Bob wants UltraPageManager5000 to
      manage his page.
    • Bob goes to a page that UltraPageManager5000 has setup that grants UltraPageManager5000 the manage_pages, publish_stream, and offline_access permissions (just like a normal connect app). You must make sure you ask for offline_access, otherwise the access token will expire.
    • UltraPageManager5000 now has an access token for Bob, but not for his pages.
    • Now, when UltraPageManager5000 wants to do anything with one of his pages, they go to https://graph.facebook.com/uid/accounts/?access_token=bobs_access_token and look for the “Awesome-O” page to get the proper access token.

    I’ve made a method that simplifies this a little bit for you.

    function get_page_access_token($page_id, $access_token, $user_id) {
        $data = file_get_contents('https://graph.beta.facebook.com/'.$user_id.'/accounts?access_token='.$access_token);
        $pages = json_decode($data,true);
        foreach($pages['data'] as $page) {
          if($page['id'] == $page_id) {
            return $page['access_token']; 
          }   
       }
    }
    

    Once you have the actual access token, the following HTTP POST will actually create the status update.

    curl -F access_token="the token you got for the page from the command above" \
    -F message="the status update you want to post" \
    https://graph.facebook.com/PAGE_ID/feed
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have for example a fan page url (http://www.facebook.com/Microsoft). I want to get via
I have a page that is being shared on facebook a decent amount: https://www.sittingaround.com/
412 Likes: http://ambianceapp.com 169 Likes: https://www.facebook.com/ambianceapp <meta property=fb:admins content=1230951 /> <meta property=fb:page_id content=168164236564309 />
I have this page: http://www.comehike.com/hiking.php <div style=align:center> <div id=fb-root></div> <script src=http://connect.facebook.net/en_US/all.js#appId=217585988283772&amp;xfbml=1></script> <fb:like href= send=true
The facebook home page (http://www.facebook.com/) has an login form on it. It does not
I'm currently trying to pull the wall from this event page: https://www.facebook.com/event.php?eid=139373546157232 , but
I have facebook connect button on a page of my site and I want
I am a new facebook application deverloper. I followed this tutorial: http://www.adobe.com/devnet/facebook/articles/video_facebook_quick_start.html but I
i am using this widget to get my users to create accounts: <iframe src=http://www.facebook.com/plugins/registration.php?
I have looked on FaceBook Developer page and found that it's possible to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.