Twitter API letting me post tweet via status but not upload media if I want to add image
After logging in and authenticating with Twitter I'm able to successfully post a tweet, just the message, to the update url. The constants... let kTwitterPOSTmethod = "POST" let kTwitterUpdateURL = "https://api.twitter.com/1.1/statuses/update.json" let kTwitterUploadURL = "https://upload.twitter.com/1.1/media/upload.json" Twitter client stuff... let store…