redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
235 stars 64 forks source link

Post Tweets using Oauth1 only #356

Closed a4akshatha-rao closed 2 years ago

a4akshatha-rao commented 2 years ago

The post tweets API uses the RequestHelperV1 only specifically. I need to be able to use OAuth2 Bearer authentication for post tweets. Is there any reason for this specifically? Or can I raise a PR for the changes to use either V1 or V2?

a4akshatha-rao commented 2 years ago

Sorry, didn't realise the endpoint does not support Authenticating with OAuth 2.0 Application-Only.