NewsBlur/clients/ios/cocoa-oauth
2017-04-11 16:15:18 -07:00
..
GCOAuth.h Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
GCOAuth.m Fixing all ios8 warnings. v7.0.0 is ready to go to TestFlight! 2017-04-11 16:15:18 -07:00
NSData+Base64.h Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
NSData+Base64.m Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
README.md Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00

Cocoa library for creating signed requests according to the OAuth 1.0a standard.

Usage is fully documented in the header.

You will need to make your Xcode project link against CommonCrypto. Otherwise just drag and drop. Or better yet, use git submodules:

git submodule add https://github.com/guicocoa/cocoa-oauth.git

Tested against

  • Twitter
  • Foursquare
  • Dropbox

Forked from TDOAuth