com.facebook.internal
Class ServerProtocol

java.lang.Object
  extended by com.facebook.internal.ServerProtocol

public final class ServerProtocol
extends Object

com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.


Field Summary
static String BATCHED_REST_METHOD_URL_BASE
           
static String DIALOG_AUTHORITY
           
static String DIALOG_PARAM_ACCESS_TOKEN
           
static String DIALOG_PARAM_APP_ID
           
static String DIALOG_PARAM_CLIENT_ID
           
static String DIALOG_PARAM_DISPLAY
           
static String DIALOG_PARAM_REDIRECT_URI
           
static String DIALOG_PARAM_SCOPE
           
static String DIALOG_PARAM_TYPE
           
static String DIALOG_PATH
           
static Collection<String> errorsProxyAuthDisabled
           
static Collection<String> errorsUserCanceled
           
static String GRAPH_URL
           
static String GRAPH_URL_BASE
           
static String REST_URL_BASE
           
 
Constructor Summary
ServerProtocol()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIALOG_AUTHORITY

public static final String DIALOG_AUTHORITY
See Also:
Constant Field Values

DIALOG_PATH

public static final String DIALOG_PATH
See Also:
Constant Field Values

DIALOG_PARAM_SCOPE

public static final String DIALOG_PARAM_SCOPE
See Also:
Constant Field Values

DIALOG_PARAM_CLIENT_ID

public static final String DIALOG_PARAM_CLIENT_ID
See Also:
Constant Field Values

DIALOG_PARAM_DISPLAY

public static final String DIALOG_PARAM_DISPLAY
See Also:
Constant Field Values

DIALOG_PARAM_REDIRECT_URI

public static final String DIALOG_PARAM_REDIRECT_URI
See Also:
Constant Field Values

DIALOG_PARAM_TYPE

public static final String DIALOG_PARAM_TYPE
See Also:
Constant Field Values

DIALOG_PARAM_ACCESS_TOKEN

public static final String DIALOG_PARAM_ACCESS_TOKEN
See Also:
Constant Field Values

DIALOG_PARAM_APP_ID

public static final String DIALOG_PARAM_APP_ID
See Also:
Constant Field Values

GRAPH_URL

public static final String GRAPH_URL
See Also:
Constant Field Values

GRAPH_URL_BASE

public static final String GRAPH_URL_BASE
See Also:
Constant Field Values

REST_URL_BASE

public static final String REST_URL_BASE
See Also:
Constant Field Values

BATCHED_REST_METHOD_URL_BASE

public static final String BATCHED_REST_METHOD_URL_BASE
See Also:
Constant Field Values

errorsProxyAuthDisabled

public static final Collection<String> errorsProxyAuthDisabled

errorsUserCanceled

public static final Collection<String> errorsUserCanceled
Constructor Detail

ServerProtocol

public ServerProtocol()