forked from agorapulse/grails-facebook-sdk-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benoit Hediard
committed
Jun 15, 2012
1 parent
0619502
commit 440e1c2
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Facebook SDK Grails Demo | ||
================================ | ||
Grails Facebook SDK - Demo | ||
========================== | ||
|
||
Demo app for [Facebook SDK Grails plugin](https://github.com/benorama/facebook-sdk-grails-plugin). | ||
Demo app for [Grails Facebook SDK plugin](https://github.com/benorama/grails-facebook-sdk). | ||
|
||
## Getting started | ||
|
||
**1- Download or clone the [plugin GitHub project](https://github.com/benorama/facebook-sdk-grails-demo).** | ||
**1- Download or clone the [plugin GitHub project](https://github.com/benorama/grails-facebook-sdk-demo).** | ||
|
||
```groovy | ||
git clone https://[email protected]/benorama/facebook-sdk-grails-demo.git | ||
git clone https://[email protected]/benorama/grails-facebook-sdk-demo.git | ||
``` | ||
|
||
**2- Create a Facebook app on [Facebook Developers](https://developers.facebook.com/apps), in order to get your own app ID and app secret.** | ||
|