| Package | Description |
|---|---|
| org.pac4j.oauth.client | |
| org.pac4j.oauth.profile.facebook |
| Modifier and Type | Method and Description |
|---|---|
FacebookConfiguration |
FacebookClient.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FacebookProfileDefinition.computeAppSecretProof(java.lang.String url,
com.github.scribejava.core.model.OAuth2AccessToken token,
FacebookConfiguration configuration)
The code in this method is based on this blog post:
https://www.sammyk.me/the-single-most-important-way-to-make-your-facebook-app-more-secure
and this answer: https://stackoverflow.com/questions/7124735/hmac-sha256-algorithm-for-signature-calculation
|
java.lang.String |
FacebookProfileDefinition.getProfileUrl(com.github.scribejava.core.model.OAuth2AccessToken accessToken,
FacebookConfiguration configuration) |
Copyright © 2018. All Rights Reserved.