| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_URL |
"https://graph.facebook.com/oauth/authorize" |
public static final String |
DEFAULT_SCOPE |
"email" |
public static final String |
PROFILE_URL |
"https://graph.facebook.com/me?fields=id,name,email,first_name,last_name" |
public static final String |
TOKEN_URL |
"https://graph.facebook.com/oauth/access_token" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROVIDER_ID |
"facebook" |
Copyright © 2016 JBoss by Red Hat. All rights reserved.