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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:07:51+00:00 2026-05-26T18:07:51+00:00

i have: user facebook data ( https://graph.facebook.com/btaylor ) facebook application data ( https://graph.facebook.com/2439131959 )

  • 0

i have:

  • user facebook data (
    https://graph.facebook.com/btaylor )
  • facebook application data (
    https://graph.facebook.com/2439131959
    )

Is somehow possible to get if user is application administrator in facebook with this in my hands?

  • 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-26T18:07:52+00:00Added an answer on May 26, 2026 at 6:07 pm

    if your developed application is checking the role of the logged in facebook user or simply your application wants to recognize it’s owner or admin,
    then
    http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Faccounts should have that application id listed

    api call:

    FB.api('/me/accounts', 'get', {"access_token":access_token}, function(response){
        //loop through response to check any application id matches current application id
    });
    

    response sample:

    {
      "name": "app_name",
      "access_token": "current_token_here",
      "category": "Application",
      "id": "your_owned_app_id"
    },
    {
      "name": "app_name1",
      "access_token": "current_token_here",
      "category": "Application",
      "id": "your_owned_app1_id"
    },
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What's the difference between accessing user data with the Facebook Graph API ( http://graph.facebook.com/btaylor
I have this code: $url=https://graph.facebook.com/me/friends?access_token=.$access_token.&fields=id,first_name,last_name&limit=10; $content=file_get_contents($url); Whenever I use this on a non authenticated
I have the following code to get user data form facebook <div id=fb-root></div> <script>
I have a simple Desktop Facebook application that allows the user to retrieve some
Dear all, I have a question about Facebook Page: ( NOT user profile page,
I am using the PHP library for the Graph API ( http://github.com/facebook/php-sdk ) but
I wanted to include the facebook login inside my application. This is the sample
I am using Facebook API to get the Facebook Pages a user administers on
I'm building an app that needs to be able to extend facebook graph data.
In my web application I have a user profile page. That page has these

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.