Twitter Search via API

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 Authorization and Basic in the header.

  • Second, use the encoded/Bearer Token credentials to obtain the actual Bearer Token. This requires a Key Value of Authorization and Bearer in the header.

My understanding is based on the following Twitter docs:

  1. POST oauth2/token

  2. Using and generating a Bearer Token

  3. Application-only authentication and OAuth 2.0 Bearer Token

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!