johnny
2
I don’t believe Bubble supports OAuth 1.0a through the API connector
Have you checked out X’s V2 API?
Yes, Bubble doesn’t support Oauth 1.0. And this issue is in Postman because I’m trying this in postman first. The above issue is resolved but I’m facing the new issue in the next step of my integration.
Jici
4
For oauth1, I always choose to create a plugin with server side script and only use API Connector to create the call and get it parsed by Bubble. The plugin always include everything to be set from body to headers. This way, I’m sure that the headers and body used for the signature is the same as the one used in the API call.