Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrop committed Nov 24, 2015
1 parent f29a3ca commit d34cbbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d34cbbe

Please sign in to comment.