How to Bypass User Authorization to Obtain Access Token for Backend Integration?
1

I am currently working on a project where I need to obtain an access token from the Meta API without using the Graph API Explorer. I understand that typically, I would need to go through the user authorization process to get an authorization code, which I can then exchange for an access token.

However, for my backend application, I am looking for a way to bypass the user authorization step and directly obtain an access token. Is there a method or best practice for achieving this in a secure and compliant manner?

Sample
Ditanyakan sekitar 3 bulan yang lalu
Jawaban yang Dipilih
1

Feel free to try the docs first: https://developers.facebook.com/docs/facebook-login/guides/access-tokens/

2 Juli pukul 06.26
Lars
Sample

Is there a way to obtain an access token without performing the authorization process for the first time?

2 Juli pukul 09.39
Lars

Did you even check the docs page?

2 Juli pukul 09.56