FeedHive/twitter-api-client

How to make calls using Bearer token?

jankulma-turbine opened this issue · 1 comments

Hi,

Thanks for great lib!

There is endpoint to obtain bearer token, however I dont see in docs / code how to use it to make requests.

Is it supported?

Hi @jankulma-turbine.

Currently, this is not supported - but it's something we're planning on adding soon.
If you only need to read from the public parts of Twitter, you can simply provide the credentials you create directly from the Twitter Developer account.

Otherwise, you'll have to go through the 3-legged OAuth flow to obtain the credentials 😊

I'll close this issue for now, and we will address this request at a later point.