Get your admin id

If you are the admin of a Facebook page and need your admin id for external applications, you can get your Admin-ID with the Graph-API_Exploarer of Facebook:

Steps

  1. get an access-token for user_about_me
  2. in GET-Input enter me?fields=id,name or just me
  3. SUBMIT

Now you should see a JSON-Object-Dump in the result section:

{
  "id": "668145793255539", 
  "first_name": "Rundella", 
  "gender": "female", 
  "last_name": "Capriola", 
  "link": "https://www.facebook.com/app_scoped_user_id/668145793255539/", 
  "locale": "de_DE", 
  "name": "Rundella Capriola", 
  "timezone": 2, 
  "updated_time": "2014-05-14T09:52:04+0000", 
  "verified": true
}

The ID-Key is your Admin ID.

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.