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
已發問 約 3 個月前
已選擇的答案
1

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

7月2日 06:26
Lars
Sample

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

7月2日 09:39
Lars

Did you even check the docs page?

7月2日 09:56