Hi,
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!
Hi,
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!
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.