Skip to content

Commit

Permalink
Merge branch 'master' of github.com:clayallsopp/remote_model
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed May 9, 2012
2 parents b77599d + 838d1c6 commit 283a31a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/FacebookGraph/README.md
Expand Up @@ -2,6 +2,8 @@


The Facebook Graph API is a great example of how powerful RemoteModel is. Facebook auth code adapted from [facebook-auth-ruby-motion-example](https://github.com/aaronfeng/facebook-auth-ruby-motion-example) The Facebook Graph API is a great example of how powerful RemoteModel is. Facebook auth code adapted from [facebook-auth-ruby-motion-example](https://github.com/aaronfeng/facebook-auth-ruby-motion-example)


![Facebook Example Pic](http://i.imgur.com/BAwTK.png)

## Running ## Running


You need [motion-cocoapods](https://github.com/HipByte/motion-cocoapods) installed to load the Facebook iOS SDK. You need [motion-cocoapods](https://github.com/HipByte/motion-cocoapods) installed to load the Facebook iOS SDK.
Expand All @@ -10,7 +12,7 @@ It also appears that (as of May 9 2011), motion-cocoapods doesn't play nice with


You need to specify an FB app ID, which you can create [in FB's Developer app](https://www.facebook.com/developers): You need to specify an FB app ID, which you can create [in FB's Developer app](https://www.facebook.com/developers):


###### app_delegate.rby ###### app_delegate.rb


```ruby ```ruby
def application(application, didFinishLaunchingWithOptions:launchOptions) def application(application, didFinishLaunchingWithOptions:launchOptions)
Expand Down

0 comments on commit 283a31a

Please sign in to comment.