public class FacebookServiceProvider extends org.springframework.social.oauth2.AbstractOAuth2ServiceProvider<Facebook>
Constructor and Description |
---|
FacebookServiceProvider(String appId,
String appSecret,
String appNamespace)
Creates a FacebookServiceProvider for the given application ID, secret, and namespace.
|
public FacebookServiceProvider(String appId, String appSecret, String appNamespace)
appId
- The application's App ID as assigned by FacebookappSecret
- The application's App Secret as assigned by FacebookappNamespace
- The application's App Namespace as configured with Facebook. Enables use of Open Graph operations.