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?
Feel free to try the docs first: https://developers.facebook.com/docs/facebook-login/guides/access-tokens/
Is there a way to obtain an access token without performing the authorization process for the first time?
Did you even check the docs page?