Goodreads Developers discussion
iPhone sample code for OAuth?
date
newest »


http://code.google.com/p/oauthconsumer/
there's a tutorial there as well. It's part of the bigger OAuth project from Google, but you can refer to the ObjC 2.0 code. You can also found the same project on the internet in a bunch of other projects too (as a quick search on github will confirm).

Thanks.

https://github.com/jdg/oauthconsumer
Thanks!