https://github.com/lukeredpath/lroauth2demo
A demo project for the LROAuth2Client library
https://github.com/lukeredpath/lroauth2demo
Last synced: 11 months ago
JSON representation
A demo project for the LROAuth2Client library
- Host: GitHub
- URL: https://github.com/lukeredpath/lroauth2demo
- Owner: lukeredpath
- Created: 2010-06-01T16:13:07.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-21T13:07:26.000Z (almost 16 years ago)
- Last Synced: 2025-04-02T03:12:25.185Z (about 1 year ago)
- Language: Objective-C
- Homepage: http://lukeredpath.co.uk/blog/oauth2-for-iphone-and-ipad-applications.html
- Size: 126 KB
- Stars: 59
- Watchers: 5
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# 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.