mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
434 B
Markdown
16 lines
434 B
Markdown
![]() |
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](https://github.com/tweetdeck/tdoauth)
|