1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

readme tweak

This commit is contained in:
Mark Dodwell 2012-05-05 18:26:50 -07:00
parent a51c912bd6
commit 6cb2d3e8a4

View file

@ -120,7 +120,7 @@ When you call `/auth/facebook/callback` in the success callback of `FB.login` th
2. extract the authorization code contained in it
3. and hit Facebook and obtain an access token which will get placed in the `request.env['omniauth.auth']['credentials']` hash.
Note that this access token will be the same token obtained and available in the client through the hash [as (detailed in the Facebook docs](https://developers.facebook.com/docs/authentication/client-side/)).
Note that this access token will be the same token obtained and available in the client through the hash [as detailed in the Facebook docs](https://developers.facebook.com/docs/authentication/client-side/).
## Canvas Apps