Hi all,
Authorizing with SoundCloud OAuth2 through Bubble’s OAuth2 User-Agent Flow works perfectly fine, but it seems I cannot save access_token
, refresh_token
, expires_in
and scope
data to my DB through this method? (hope I’m missing something?)
For this reason I’m trying it manually but I’m stuck with the error:
{“statusCode”:400,“body”:{“status”:“ERROR”,“message”:“Invalid state from oauth provider”}}
I do get the code
parameter from SoundCloud in the response URL, and also the state
parameter with the exact same state as I created for the authorization request. Yet Bubble returns “Invalid state from oauth provider”.
Any thoughts?