Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

ngs-archives/oauthconsumer

 
 

Repository files navigation

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.

Questions?  E-mail me.  jonathan at my initials (jdg) dot net.

About

An iPhone ready, Objective-C implementation of an OAuth consumer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 77.5%
  • C 21.2%
  • Ruby 1.3%