开发者

Post Twitter message from iPhone app with OAuth

开发者 https://www.devze.com 2023-01-17 04:10 出处:网络
How can I post a message on Twitter from my app开发者_StackOverflow社区 using OAuth authentication?

How can I post a message on Twitter from my app开发者_StackOverflow社区 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消