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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:21:48+00:00 2026-05-26T13:21:48+00:00

When user opens my canvas app I get a signed_request from Facebook, from which

  • 0

When user opens my canvas app I get a signed_request from Facebook, from which I derive the user_id and oauth_token. How can I then get the access_token and check/get user permissions and other data?

  • 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-26T13:21:49+00:00Added an answer on May 26, 2026 at 1:21 pm

    The oauth_token you’re talking about is also the users access_token, they should be exactly the same.

    To check the users permissions you can make a GET call to /me/permissions this should return a data array similar to the below

    {
      "data": [
        {
          "installed": 1, 
          "read_stream": 1, 
          "manage_notifications": 1, 
          "manage_pages": 1, 
          "user_likes": 1, 
          "user_activities": 1, 
          "user_interests": 1, 
          "user_photos": 1, 
          "user_about_me": 1, 
          "type": "permissions"
        }
      ]
    }
    

    Depending on what the other data you wish to access you will need to ask for more permissions and then call the appropriate API end points. For example to get the users basic information make a call to /me or to get a list of their friends /me/friends

    You can find all the permissions you can ask for at https://developers.facebook.com/docs/reference/api/permissions/

    And all the information about where to call in the API for retrieving the different bits of data you require here https://developers.facebook.com/docs/reference/api/

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

Sidebar

Related Questions

I am trying to make a Facebook app and need user id from Facebook
My facebook app is being redirected to the canvas url (http://my-domain/app) after the user
I have a Canvas Facebook app embedded via an iframe. I would like to
I have a C# WPF app that every time the user opens a new
Here's my two scenarios. 1 - User opens app for the first time ever
My app sits outside facebook canvas. The facebook request dialog 2.0 only redirects to
Here is the scenario, a user opens up non-secure page from our WebApp, let's
I want to do a UIalert the first time a user opens my app,
I am getting a url of a file when a user opens one from
My app knows the current user position (CoreLocation.framework). As soon as the user opens

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.