How can I post a message on Twitter from my app using OAuth authentication?
I’d like to post an invariable message with a variable link…
How can I do this?
Any source? Any tutorials?
Thanks a lot!
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.
Use an OAuth library such as:
http://github.com/jdg/oauthconsumer
http://github.com/bengottlieb/Twitter-OAuth-iPhone
There are various tutorials out there like:
http://www.jaanuskase.com/en/2010/01/an_example_iphone_twitter_app.html
It can be tricky, especially since twitter has changed since some of the popular iPhone implementations were written, but this will give you a place to start.