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
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.
To Reproduce
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
The text was updated successfully, but these errors were encountered:
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.
To Reproduce
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
The text was updated successfully, but these errors were encountered: