Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Jun 1, 2010
1 parent e350b52 commit a31fce3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# LROAuth2Client Demo Project

This is a simple demo project for the [LROAuth2Client](http://github.com/lukeredpath/LROAuth2Client) library.

You can read more about it on [my blog](http://lukeredpath.co.uk/blog/oauth2-for-iphone-and-ipad-applications.html).

## Getting started

Once you've cloned the project, you'll need to initialize the project submodules:

git submodule update --init --recursive

Next, you'll need to create a local copy of OAuthCredentials.h in the root of the project. An example file is provided. To actually run the example, you'll need to sign up with the Facebook Graph API and register an application. Enter your app's credentials in this file.

At this stage, everything should build and run.

0 comments on commit a31fce3

Please sign in to comment.