Skip to content

Commit

Permalink
connect-js repo has been deprecated and moved by FB
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbertram committed Mar 18, 2012
1 parent dcda170 commit ec51cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can use the Graph and REST APIs without an OAuth access token, but the real

@oauth = Koala::Facebook::OAuth.new(app_id, app_secret, callback_url)

If your application uses Koala and the Facebook [JavaScript SDK](http://github.com/facebook/connect-js) (formerly Facebook Connect), you can use the OAuth class to parse the cookies:
If your application uses Koala and the Facebook [JavaScript SDK](http://github.com/facebook/facebook-js-sdk) (formerly Facebook Connect), you can use the OAuth class to parse the cookies:

@oauth.get_user_from_cookies(cookies) # gets the user's ID
@oauth.get_user_info_from_cookies(cookies) # parses and returns the entire hash
Expand Down

0 comments on commit ec51cc1

Please sign in to comment.