Facebook Graph API: getting an access token with an app ID and secret

Agamemnus

https://developers.facebook.com/docs/facebook-login/access-tokens/:

Here is what I put in my browser:

https://graph.facebook.com/?endpoint&key=value&access_token=[THE APP ID]|[THE APP SECRET]

Here is the result.. an error message:

(#803) Some of the aliases you requested do not exist: endpoint

Help!

Ning Chen
  1. Goes to "https://developers.facebook.com/tools/explorer"
  2. Copy the code of "Access Token"

I use "Access Token" as Token for Rfacebook Packages. and it works.

Hope it can work on your side.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Given APP secret and client ID retrieve Facebook user access token

From Dev

Facebook Graph API and app secret

From Dev

Define token for single call without app id+secret with Facebook SDK 4, Graph API 2.X

From Dev

Facebook api graph access token

From Dev

Getting facebook user information using AccountKit access token via Facebook Graph API

From Dev

Facebook Graph API get access token

From Dev

Get Facebook Graph API extended access token

From Dev

app token and secret key of a facebook app

From Dev

How to generate facebook access token for given app key and secret key using spring social facebook?

From Dev

Facebook Open Graph API Examples - How to get the access token?

From Dev

Facebook graph api returns 400 bad request with correct access token

From Dev

Is it possible to pass Facebook Graph API access token through request header?

From Dev

Facebook Graph API: Can't access the authorization token

From Dev

how to use graph api access token in php for facebook sdk

From Dev

Getting Facebook age_range using app access token

From Dev

Facebook API: getting persistent user auth access token

From Dev

Getting the user context id for a Facebook Open Graph API query

From Dev

Getting a Group ID for Facebook private/secret group?

From Dev

Maintaining Secret key and Access Token for JWT in Express and NodeJS with Facebook in Rest API

From Dev

Getting Facebook Reactions with Graph API

From Dev

Get Users App-Scoped user id in Facebook Graph API

From Dev

Facebook Graph api 2.2 - App scoped user id uniqueness

From Dev

Format for AWS API Access Key ID and Secret Access Key . Getting exception

From Dev

Are the Facebook API Key and App Secret the same thing?

From Dev

Get Facebook User Profile ID instead of App-Scoped user id in Facebook Graph API

From Dev

Facebook Graph API unique id

From Dev

Facebook Graph API - Getting the number of likes of pages using Search API (Different Access Tokens behaving differently)

From Dev

Getting a user access token in facebook using Koala

From Dev

PHP - Posting video on Facebook through Graph API using a valid access token

Related Related

  1. 1

    Given APP secret and client ID retrieve Facebook user access token

  2. 2

    Facebook Graph API and app secret

  3. 3

    Define token for single call without app id+secret with Facebook SDK 4, Graph API 2.X

  4. 4

    Facebook api graph access token

  5. 5

    Getting facebook user information using AccountKit access token via Facebook Graph API

  6. 6

    Facebook Graph API get access token

  7. 7

    Get Facebook Graph API extended access token

  8. 8

    app token and secret key of a facebook app

  9. 9

    How to generate facebook access token for given app key and secret key using spring social facebook?

  10. 10

    Facebook Open Graph API Examples - How to get the access token?

  11. 11

    Facebook graph api returns 400 bad request with correct access token

  12. 12

    Is it possible to pass Facebook Graph API access token through request header?

  13. 13

    Facebook Graph API: Can't access the authorization token

  14. 14

    how to use graph api access token in php for facebook sdk

  15. 15

    Getting Facebook age_range using app access token

  16. 16

    Facebook API: getting persistent user auth access token

  17. 17

    Getting the user context id for a Facebook Open Graph API query

  18. 18

    Getting a Group ID for Facebook private/secret group?

  19. 19

    Maintaining Secret key and Access Token for JWT in Express and NodeJS with Facebook in Rest API

  20. 20

    Getting Facebook Reactions with Graph API

  21. 21

    Get Users App-Scoped user id in Facebook Graph API

  22. 22

    Facebook Graph api 2.2 - App scoped user id uniqueness

  23. 23

    Format for AWS API Access Key ID and Secret Access Key . Getting exception

  24. 24

    Are the Facebook API Key and App Secret the same thing?

  25. 25

    Get Facebook User Profile ID instead of App-Scoped user id in Facebook Graph API

  26. 26

    Facebook Graph API unique id

  27. 27

    Facebook Graph API - Getting the number of likes of pages using Search API (Different Access Tokens behaving differently)

  28. 28

    Getting a user access token in facebook using Koala

  29. 29

    PHP - Posting video on Facebook through Graph API using a valid access token

HotTag

Archive