Thank you so much for taking the time write this. It has been very helpful!
It seems that there is an additional step. Here is my understanding:
-
First, a user must encode the consumer key and secret to obtain Bearer Token credentials. This requires a Key Value of
AuthorizationandBasicin the header. -
Second, use the encoded/Bearer Token credentials to obtain the actual Bearer Token. This requires a Key Value of
AuthorizationandBearerin the header.
My understanding is based on the following Twitter docs:
Based on the above, I’m unsuccessfully trying to use Bubble to send a Post API call to obtain my Bearer token based on my Bearer Token credentials, as shown in the following image:
It is not working. I am getting the following error when I try to Initialize call in Bubble: “undefined error: this header name is not correct undefined”
Any additional assistance would be greatly appreciated!
