public final class ServerProtocol extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DIALOG_PARAM_ACCESS_TOKEN |
static String |
DIALOG_PARAM_APP_ID |
static String |
DIALOG_PARAM_AUTH_TYPE |
static String |
DIALOG_PARAM_CLIENT_ID |
static String |
DIALOG_PARAM_DEFAULT_AUDIENCE |
static String |
DIALOG_PARAM_DISPLAY |
static String |
DIALOG_PARAM_E2E |
static String |
DIALOG_PARAM_LEGACY_OVERRIDE |
static String |
DIALOG_PARAM_REDIRECT_URI |
static String |
DIALOG_PARAM_RESPONSE_TYPE |
static String |
DIALOG_PARAM_RETURN_SCOPES |
static String |
DIALOG_PARAM_SCOPE |
static String |
DIALOG_PATH |
static String |
DIALOG_REREQUEST_AUTH_TYPE |
static String |
DIALOG_RESPONSE_TYPE_TOKEN |
static String |
DIALOG_RETURN_SCOPES_TRUE |
static Collection<String> |
errorsProxyAuthDisabled |
static Collection<String> |
errorsUserCanceled |
static String |
GRAPH_API_VERSION |
Constructor and Description |
---|
ServerProtocol() |
Modifier and Type | Method and Description |
---|---|
static String |
getAPIVersion() |
static String |
getDialogAuthority() |
static String |
getGraphUrlBase() |
static String |
getGraphVideoUrlBase() |
public static final String DIALOG_PATH
public static final String DIALOG_PARAM_ACCESS_TOKEN
public static final String DIALOG_PARAM_APP_ID
public static final String DIALOG_PARAM_AUTH_TYPE
public static final String DIALOG_PARAM_CLIENT_ID
public static final String DIALOG_PARAM_DISPLAY
public static final String DIALOG_PARAM_E2E
public static final String DIALOG_PARAM_LEGACY_OVERRIDE
public static final String DIALOG_PARAM_REDIRECT_URI
public static final String DIALOG_PARAM_RESPONSE_TYPE
public static final String DIALOG_PARAM_RETURN_SCOPES
public static final String DIALOG_PARAM_SCOPE
public static final String DIALOG_PARAM_DEFAULT_AUDIENCE
public static final String DIALOG_REREQUEST_AUTH_TYPE
public static final String DIALOG_RESPONSE_TYPE_TOKEN
public static final String DIALOG_RETURN_SCOPES_TRUE
public static final String GRAPH_API_VERSION
public static final Collection<String> errorsProxyAuthDisabled
public static final Collection<String> errorsUserCanceled