https://github.com/danutsss/facebook-permanent-token-generator
A simple JavaScript application which can generate never-expiring access tokens.
https://github.com/danutsss/facebook-permanent-token-generator
facebook-api facebook-graph-api javascript
Last synced: about 1 year ago
JSON representation
A simple JavaScript application which can generate never-expiring access tokens.
- Host: GitHub
- URL: https://github.com/danutsss/facebook-permanent-token-generator
- Owner: danutsss
- Created: 2022-12-14T16:59:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T13:52:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T13:33:56.594Z (over 1 year ago)
- Topics: facebook-api, facebook-graph-api, javascript
- Language: JavaScript
- Homepage: https://facebook-permanent-token-generator.vercel.app
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Permanent Token Generator
## Where do I get the APP_ID & APP_SECRET?
To get **************************************APP_ID & APP_SECRET**************************************, you’ll need to log in into:
[Meta for Developers](https://developers.facebook.com/)
Then, you’ll go to ************My Apps > your application > Settings > Basic************ and copy your application’s ****************************************APP_ID & APP_SECRET.****************************************
## Where do I get the User Access Token?
To get your short lived `access_token`, you’ll access the Graph API Explorer on the following link:
[Graph API Explorer - Meta for Developers](https://developers.facebook.com/tools/explorer/)
Select the application you want to get the `access_token` for in the **Meta App** drop-down menu, then select **Get User Access Token** in the **User or Page** drop-down menu. In the **Permission** section, check `pages_show_list`, then click **Generate Access Token.**