Send Additional Oauth Parameters

Can Bubble send additional Oath parameters via the API connector? I need to pass the parameters titled “meta” in the following call:

https://www.coinbase.com/oauth/authorize?
response_type=code&
client_id=YOUR_CLIENT_ID&
redirect_uri=YOUR_CALLBACK_URL&
scope=wallet:transactions:send&
meta[send_limit_amount]=50&
meta[send_limit_currency]=USD&
meta[send_limit_period]=day

We don’t support this and have no plan currently to add it, but if it’s critical you can reach out by email to talk about sponsoring this.

1 Like