Last active
May 15, 2020 17:32
-
-
Save saurav28/1b297582d900ac73b86ca65085aab345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extend the facebook app token | |
https://developers.facebook.com/tools/debug/accesstoken | |
1. Enter the access token. | |
2. Click on extend the access token and make it never expire | |
Troubleshooting | |
Unsupported post request. Object with ID 'me' does not exist, cannot be loaded due to missing permissions, or does not support this operation | |
Check if the token used in the application is user token or page token. For the musical bot application it should be page token. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment