Closed TTalaat closed 6 years ago
If authentication works in some cases only, I'd check the app permissions you have configured within your Twitter app settings: https://developer.twitter.com/en/docs/basics/authentication/overview/application-permission-model
It is set to read and write..this is the required in case of media upload correct?
Hi I am trying to upload photos to twitter from my app and i am using your library. The following is the code that i am using:
The result is the following:
I tried doing something simple like posting a tweet saying Hello to test the authentication using statuses/update endpoint and it worked with no errors. The following is the code also if it is required:
Could you please help me with this issue. Thanks