Apologies if this has been discussed already, but I couldn't find any issues regarding image upload.
I'm trying the straight demo app, with no changes (except obviously for the Twitter API credentials). After successfully logging in, I'm trying to upload an image. Choosing a photo works. But tapping Upload image yields a problem.
I've traced it to the initializeUpload method in Twift+Media.swift line 120.
Is this an OAuth 1.0/2.0 issue? Tweeting straight text does work, from the same login and app, and the code to simply post a text tweet doesn't have the same check for userAccessTokens.
Apologies if this has been discussed already, but I couldn't find any issues regarding image upload.
I'm trying the straight demo app, with no changes (except obviously for the Twitter API credentials). After successfully logging in, I'm trying to upload an image. Choosing a photo works. But tapping Upload image yields a problem.
I've traced it to the initializeUpload method in Twift+Media.swift line 120.
This code is throwing an exception
Is this an OAuth 1.0/2.0 issue? Tweeting straight text does work, from the same login and app, and the code to simply post a text tweet doesn't have the same check for userAccessTokens.
Thanks, -- Atul