开发者

Can anyone give me a simple explanation of how to implement twitter's OAuth in an iPhone app

开发者 https://www.devze.com 2023-01-21 14:09 出处:网络
I\'ve found a handful of libraries, which claim to be plug\'n\'play, but without understanding how OAuth even works, I am not confident in my ability to fix any bugs that arise.

I've found a handful of libraries, which claim to be plug'n'play, but without understanding how OAuth even works, I am not confident in my ability to fix any bugs that arise.

Could someone please just give me an OAuth开发者_JAVA技巧 For Dummies lecture here?


http://oauth.net/code/ scroll down to Objective-C

also here is some code http://github.com/bengottlieb/Twitter-OAuth-iPhone


check http://www.getsharekit.com/install/ it is open source code i guess.

They have implemented twitter using oAuth


Yahoo provides a flowchart that helped me understand how OAuth works:

http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html

0

精彩评论

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