-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the bug
I am using OAuth 2.0 Authentication, I need to send the tweet using the access_token authorized by the user. Because it is 2.0 oauth, I did not pass the parameters token_identifier and token_secret. In this case, I can upload the text version of the tweet normally. However, adding media with pictures or videos will prompt undefined token_identifier, but my tweet needs media, what should I do? thinks very.

Environment (please complete the following information):
linux
php version: 7.4
Bird Elephant version: 0.6.1
Additional context
My demand is that the user who passes auth2.0 authentication gets the access_token and uses the access_token to send tweets for the user. The tweets need to contain pictures or videos. What should I do? thanks
