-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update_with_media not supported #18
Comments
Now there is a need, sure thing! Let me review it tomorrow and give you an ETA. |
fantastic, thanks:) |
So I looked into it and it requires a little bit of working around the oauth gem which doesn't currently support multipart POST. I am working on something to get around this locally and should be able to cut a release worthy version later this week. Currently the client side API looks like: client = Twitter.new(...all your oauth stuff in here...)
client.status(:post, :media => {:filename => "your_image_file.png", :content_type => "image/png", :body => "===YOUR DATA HERE==="}, :status => "Your awesome text status here.") |
Cheers. I've got a demo at Launch in the next couple of days, so I've had possibly unrelated, but is there an approved way of sending tweets mark On Mon, Mar 5, 2012 at 3:10 PM, Susan Potter <
A UNIX signature isn't a return address, it's the ASCII equivalent of a |
Sadly still in progress on pull request #20. Will sleep on it and return to it over the weekend. Receiving 403 HTTP status code consistently and appear to be within multipart form data specification. I am sure it is something small that I just haven't spotted yet. Will post my raw HTTP request to Twitter.com API discussions and see if anyone else sees it while I sleep:) |
For my own reference, I posted my 403 dump here: https://dev.twitter.com/discussions/6226 |
https://dev.twitter.com/docs/api/1/post/statuses/update_with_media
on the roadmap?
The text was updated successfully, but these errors were encountered: