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

  • Home
  • SEARCH
  • 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 6995007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:57:57+00:00 2026-05-27T19:57:57+00:00

I have a facebook application with has to post updates on specific facebook page.

  • 0

I have a facebook application with has to post updates on specific facebook page. The application has rights to post updates on the facebook wall of the page’s admin. But how can i get the (admin’s) users access token, which i need to get the access token of the page. Do i have to save the access tokenthe first time the user allows the app to post (offline access)?

Thanks for your reply!

  • 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-27T19:57:58+00:00Added an answer on May 27, 2026 at 7:57 pm

    I use the Facebook C# SDK as well. You’ll need the following permissions:

    manage_pages  
    read_stream  
    publish_stream
    

    HTTP Get to “me/accounts” and get the .data object off of the returned value. This will be a list of the following:

      var list = ApiGet("me/accounts").data;
      foreach (dynamic acc in list)
      {              
        var name = (string)acc.name;
        var accessToken = (string)acc.access_token;
        var category = (string)acc.category;
        var pageId = (string)acc.id;
      }
    

    As you can see, each one of the pages have their own unique access token.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, here is the problem. I have a facebook application where users can earn
In my web application there's a page where users can post messages. The problem
I have an iphone app which post photos into albums of facebook users, and
I have an application that is retrieving data from Facebook. Users authorize the application
Iam coding a dating application for facebook. The application has to have a standalone
I am trying to get users' permission for 'offline_access' in an iFrame Facebook application
I have an application which will post a message on a friends wall using
I have an application that I am posting updates to facebook. I am using
A facebook user can now specify post privacy on per-application basis. This is explained
I am writing a Facebook application that needs to post on a friend's wall

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.