Manual Oauth login for Facebook

Hey @steve10 @NigelG

I might need your help regarding the above.

As @lottemint.md advised in this post, we decided to build a manual OAuth flow.

  1. We’re successfully grabbing the ‘authorization_code’ from the URL using the API Connector User-Agent Flow, with the following config:

  1. Then, as instructions above (thanks @NigelG!), we’re using the GET /access-tokens to retrieve the generated token using the authorization_code:

We’re getting this error when trying to initialize it:

Any idea why? Any advice would be helpful :slight_smile: