Uses of Class
org.pac4j.oauth.profile.facebook.FacebookConfiguration
-
Packages that use FacebookConfiguration Package Description org.pac4j.oauth.client org.pac4j.oauth.profile.facebook -
-
Uses of FacebookConfiguration in org.pac4j.oauth.client
Methods in org.pac4j.oauth.client that return FacebookConfiguration Modifier and Type Method Description FacebookConfigurationFacebookClient. getConfiguration() -
Uses of FacebookConfiguration in org.pac4j.oauth.profile.facebook
Methods in org.pac4j.oauth.profile.facebook with parameters of type FacebookConfiguration Modifier and Type Method Description StringFacebookProfileDefinition. computeAppSecretProof(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-calculationStringFacebookProfileDefinition. getProfileUrl(com.github.scribejava.core.model.OAuth2AccessToken accessToken, FacebookConfiguration configuration)
-