I want to allow users to signup/login with their Pinterest account. However, I haven’t been able to get the OAuth2 User-Agent Flow working (although I’ve been able to set this up successfully for other providers in the past).
Here is my current setup in the Bubble API Connector:
When I run the workflow, this is the error I receive:

I’ve been able to complete the OAuth2 User-Agent Flow successfully in Postman, but noticed that when I exchange the temporary code for the access_token, the token_type is bearer instead of the usual Bearer (capital “B”). Is this the cause of my problem? I’m open to any potential workarounds or solutions.
