public
Description: An iPhone ready, Objective-C implementation of an OAuth consumer.
Homepage:
Clone URL: git://github.com/jdg/oauthconsumer.git
name age message
directory Categories/ Sat Jul 04 09:56:41 -0700 2009 Remove debug NSLogs and work with 3.0 [jdg]
directory Crytpo/ Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OACall.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OACall.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAConsumer.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAConsumer.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OADataFetcher.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OADataFetcher.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAHMAC_SHA1SignatureProvider.h Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAHMAC_SHA1SignatureProvider.m Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAMutableURLRequest.h Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAMutableURLRequest.m Sat Jul 04 09:56:41 -0700 2009 Remove debug NSLogs and work with 3.0 [jdg]
file OAPlaintextSignatureProvider.h Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAPlaintextSignatureProvider.m Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAProblem.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAProblem.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OARequestParameter.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OARequestParameter.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAServiceTicket.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAServiceTicket.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OASignatureProviding.h Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OATestServer.rb Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAToken.h Sat Jul 04 09:56:41 -0700 2009 Remove debug NSLogs and work with 3.0 [jdg]
file OAToken.m Sat Jul 04 09:56:41 -0700 2009 Remove debug NSLogs and work with 3.0 [jdg]
file OATokenManager.h Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OATokenManager.m Thu Oct 30 15:05:40 -0700 2008 Add in extensions by Alberto Hierro (http://fi.... [jdg]
file OAToken_KeychainExtensions.h Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAToken_KeychainExtensions.m Mon Oct 27 20:48:46 -0700 2008 First import [jdg]
file OAuthConsumer.h Sat Jul 04 09:56:41 -0700 2009 Remove debug NSLogs and work with 3.0 [jdg]
file README Sat Jul 04 12:29:17 -0700 2009 Update README to reference Security.framework. [jdg]
README
This is an iPhone ready version of:
http://oauth.googlecode.com/svn/code/obj-c/OAuthConsumer/

"iPhone ready" simply means you just need to add the files to Xcode, and import "OAuthConsumer.h".

If you're rolling with the iPhone, be sure to add Security.framework.