Hi,
Im trying to implement Oauth 2 user-agent flow for different tools in my bubble app. So the admin clicks on connect button and is redirected to the tools login page, once authenticated their customer related data is pulled into bubble and displayed in the app.
I keep getting errors. for square i get an error that API oauth 2 is not configured properly.
For Google im able to authenticate but no access token is being returned which is why im unable to make the API calls.
I think im not receiving the access token in the URL for google.
Redirect URL: https://[APP_NAME].bubbleapps.io/version-test/dashboard/Settings?debug_mode=true
(This exists in the console too)
Using production credentials for square:
Google:
What am i doing wrong?