Jici
4
You cannot use the generic url if you don’t use Bubble user-agent oAuth2 flow in API Connector. You are actually handle this manually, so you also need to use a page of your app to the redirect url and in this page, you can get the code to get token and authenticate user and use the state if needed. But using the manual process will not create a user account in Bubble like user-agent flow do in API Connector.
1 Like