Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdg/oauthconsumer
An iPhone ready, Objective-C implementation of an OAuth consumer.
https://github.com/jdg/oauthconsumer
Last synced: 30 days ago
JSON representation
An iPhone ready, Objective-C implementation of an OAuth consumer.
- Host: GitHub
- URL: https://github.com/jdg/oauthconsumer
- Owner: jdg
- Created: 2008-10-28T03:46:21.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-09-06T01:54:08.000Z (over 13 years ago)
- Last Synced: 2024-11-05T11:54:07.611Z (about 1 month ago)
- Language: Objective-C
- Homepage:
- Size: 167 KB
- Stars: 469
- Watchers: 19
- Forks: 167
- Open Issues: 11
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - oauthconsumer - An iPhone ready, Objective-C implementation of an OAuth consumer. (etc)
- awesome - oauthconsumer - An iPhone ready, Objective-C implementation of an OAuth consumer. (etc)
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:
1) Be sure to add Security.framework.
2) Include libxml2.dylib in your frameworks. You also need to add a
build property to the project -- "header search paths" needs to
include "$SDKROOT/usr/include/libxml2" with "Recursive" checked.Be sure to include sys/types.h.
Questions? E-mail me. jonathan at my initials (jdg) dot net.