1
0
Fork 0
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:
John Wilkinson 2012-08-08 15:38:22 -07:00
parent 6f4300b3f8
commit 0e13876e08

View file

@ -150,7 +150,7 @@ You can exchange this short lived access token for a longer lived version. Read
### 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.