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:
parent
a51c912bd6
commit
6cb2d3e8a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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.
|
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
|
## Canvas Apps
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue