themattharris / tmhOAuth

An OAuth 1.0A library written in PHP
Apache License 2.0
855 stars 335 forks source link

version bump to 0.8.4 #186

Closed matraco closed 9 years ago

matraco commented 9 years ago

Hello, please update the code for new twitter update.

POST statuses/update_with_media (deprecated), here have got a new 'host' => upload.twitter.com

themattharris commented 9 years ago

the dev branch is left at the state when i was previously developing or testing ideas out. are you asking for the dev branch to match master? if so i'm not going to do that until i start any work on the next revision.

i want to check though, your comment doesn't match the diff. was there something else you were expecting to find in the code? changing the host is possible at runtime. this example shows how to use the upload.twitter.com host for photo tweeting: https://github.com/themattharris/tmhOAuthExamples/blob/master/cli/photo_tweet.php