My goal is to call the Facebook Graph API for the
CodePudding user response:
If I understood correctly, then you should just follow these steps:
choose your app and find, and select the permissions you need.
then press "Generate Access Token"
Facebook will ask for your acceptance of newly added permissions
Your issue is that the app does not have the correct rights. Otherwise, you can add these permissions by creating a "log-in flow," but I believe, that my described way is much easier. :)