I am using Twitter+OAuth in my app …i am successfully posting the message or text.But i have to post image also…so plz guide me to do this job.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is what an HTTP POST to Twitter looks like, using
update_with_media.xml.Your app must set the Authorization header in a way that is specific to
your app, considering the token, token secret, and so on.
There are platform-specific libraries that help generate the value of the Authorization header. For example in .NET, there is an open-source OAuth.Manager class to accomplish that.