Skip to content

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

Notifications You must be signed in to change notification settings

JoseExposito/oauthconsumer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About OAuthConsumer
===================

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".


Adding OAuthConsumer as a framework
===================================

Build OAuthConsumer as a framework is very easy and have a lot of advantages than add one by one the OAuthConsumer source code, specially if your project uses ARC

1) Download the OAuthConsumer source code and open it with Xcode
2) Select the "OAuthConsumer Framework" target and build it in "Release" mode
3) A "OAuthConsumer.framework" will be generated in the "build" directory, at the same level of the "OAuthConsumer.xcodeproj"
4) Drag and drop this framework to your project and add "-ObjC" in your project -> Build Settings -> Other Linker Flags


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.

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 80.1%
  • C 18.6%
  • Ruby 1.3%