diff --git a/readme.md b/readme.md index d580b4ed..5ab559f8 100644 --- a/readme.md +++ b/readme.md @@ -61,13 +61,13 @@ Account yourPageAccount = accounts.get(0); // if index 0 is your page account. String pageAccessToken = yourPageAccount.getAccessToken(); ``` -### Getting Device Access Token -With Facebook Login for Devices people can easily and safely log into your apps and services with their Facebook account on devices with limited input or display capabilities. -(See Facebook's Documentation: [Facebook Login for Devices](https://developers.facebook.com/docs/facebook-login/for-devices) ) +#### Getting Device Access Token +With Facebook Login for Devices people can easily and safely log into your apps and services with their Facebook account on devices with limited input or display capabilities. +(See Facebook's Documentation: [Facebook Login for Devices](https://developers.facebook.com/docs/facebook-login/for-devices) ) An example implementation is available at [https://github.com/roundrop/facebook4j-oauth-example](https://github.com/roundrop/facebook4j-oauth-example) . -### Extending expiration of an Access Token -(See Facebook's Documentation: [Expiration and Extension of Access Tokens](https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension) ) +#### Extending expiration of an Access Token +(See Facebook's Documentation: [Expiration and Extension of Access Tokens](https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension) You can extend Access Token's expiration as below: ```java