| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Request.getHttpMethod()
Returns the
HttpMethod to use for this request. |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestAsyncTask |
Request.executeRestRequestAsync(Session session,
String restMethod,
android.os.Bundle parameters,
HttpMethod httpMethod)
Creates a new Request configured to make a call to the Facebook REST API.
|
static Request |
Request.newRestRequest(Session session,
String restMethod,
android.os.Bundle parameters,
HttpMethod httpMethod)
Creates a new Request configured to make a call to the Facebook REST API.
|
void |
Request.setHttpMethod(HttpMethod httpMethod)
Sets the
HttpMethod to use for this request. |
| Constructor and Description |
|---|
Request(Session session,
String graphPath,
android.os.Bundle parameters,
HttpMethod httpMethod)
Constructs a request with a specific Session, graph path, parameters, and HTTP method.
|
Request(Session session,
String graphPath,
android.os.Bundle parameters,
HttpMethod httpMethod,
Request.Callback callback)
Constructs a request with a specific Session, graph path, parameters, and HTTP method.
|
Copyright © 2013. All Rights Reserved.