mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Typo fix in README.md
Less cute but more consistent ;P
This commit is contained in:
parent
6f4300b3f8
commit
0e13876e08
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ You can exchange this short lived access token for a longer lived version. Read
|
||||||
|
|
||||||
### Server-Side Flow
|
### Server-Side Flow
|
||||||
|
|
||||||
If you use the server-side flow, Facebook will give you back a longer loved access token (~ 60 days).
|
If you use the server-side flow, Facebook will give you back a longer lived access token (~ 60 days).
|
||||||
|
|
||||||
If you're having issue getting a long lived token with the server-side flow, make sure to enable the 'deprecate offline_access setting' in you Facebook app config. Read the [Facebook docs about the offline_access deprecation](https://developers.facebook.com/roadmap/offline-access-removal/) for more information.
|
If you're having issue getting a long lived token with the server-side flow, make sure to enable the 'deprecate offline_access setting' in you Facebook app config. Read the [Facebook docs about the offline_access deprecation](https://developers.facebook.com/roadmap/offline-access-removal/) for more information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue