You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was toying around with this lib and thanks for publishing it!
While setting my environment, I came across the error Err(TwitterBotError("You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product"))
It looks like twitter has changed the url to /v2/tweets according to some discussions here.
It would be nice if the change is reflected in the lib. or provide an Option for providing a different URL.
Thanks, Phil.
The text was updated successfully, but these errors were encountered:
I was toying around with this lib and thanks for publishing it!
While setting my environment, I came across the error
Err(TwitterBotError("You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product"))
It looks like twitter has changed the url to
/v2/tweets
according to some discussions here.It would be nice if the change is reflected in the lib. or provide an Option for providing a different URL.
Thanks, Phil.
The text was updated successfully, but these errors were encountered: