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 4019780
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:08:50+00:00 2026-05-20T10:08:50+00:00

Using the Facebook C# SDK by Nathan Totten, how would I go about getting

  • 0

Using the Facebook C# SDK by Nathan Totten, how would I go about getting permission to post to a Facebook page wall, for a page ID they provide?

I’ve got Facebook C# SDK working to let users login using Facebook account, and making posts their own walls. However, I wish to let users enter a Facebook page ID (of which they are admin of) and then begin publishing to that wall.

When they click the login via Facebook button, if they’ve never logged in before it automatically asks for their permission. Not sure how to do this later, when the user has already granted permission to their profile info… and I want to get permission to their page wall.

  • 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-20T10:08:50+00:00Added an answer on May 20, 2026 at 10:08 am

    To get FB permission to publish to Page Wall you need grant user manage_pages permission.

    For example:
    https://graph.facebook.com/oauth/authorize?client_id=123456789&redirect_uri=http://example.com/&scope=publish_stream,share_item,offline_access,manage_pages

    After user was granted permission to manage pages he may publish posts to the page.

    For FB button you may try this:

    <fb:login-button onlogin="OnRequestPermission();"></fb:login-button>
    
    function OnRequestPermission(){
      var myPermissions = "publish_stream, manage_pages"; // permissions your app needs
      FB.Connect.showPermissionDialog(myPermissions , function(perms) {
      if (!perms) 
      {
        // handles if the user rejects the request for permissions. This is a good place to log off from Facebook connect
      }
      else
      {
          // finish up here if the user has accepted permission request
      };
    });
    }
    

    I personally didn’t try fb-login button, so not sure if it works correctly.

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

Sidebar

Related Questions

I'm developping a Facebook Application (using ASP.NET C# and Nathan Totten's Facebook C# SDK)
I'm using facebook-android-sdk to post messages to my wall. The following request: Bundle params
I want to post a message on my friends wall using facebook sdk 3.0.
using Facebook Javascript SDK (since FBml doesn't work anymore), posting to a wall using
I'm using Facebook JS SDK to develop a Facebook Page Tab application. There is
I am facing problem in getting Facebook data I am using Facebook SDK for
I am using c# facebook sdk. I am trying to delete a facebook post
I'm using Facebook C# SDK and got a sample on how to set up
I am using facebook-php-sdk ( github ) for facebook login on my localhost page,
I am using Facebook PHP SDK 3.0 I would like to know how could

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.