Methods in com.facebook.android with parameters of type AsyncFacebookRunner.RequestListener |
void |
AsyncFacebookRunner.logout(Context context,
AsyncFacebookRunner.RequestListener listener)
|
void |
AsyncFacebookRunner.logout(Context context,
AsyncFacebookRunner.RequestListener listener,
java.lang.Object state)
Invalidate the current user session by removing the access token in
memory, clearing the browser cookies, and calling auth.expireSession
through the API. |
void |
AsyncFacebookRunner.request(Bundle parameters,
AsyncFacebookRunner.RequestListener listener)
|
void |
AsyncFacebookRunner.request(Bundle parameters,
AsyncFacebookRunner.RequestListener listener,
java.lang.Object state)
Make a request to Facebook's old (pre-graph) API with the given
parameters. |
void |
AsyncFacebookRunner.request(java.lang.String graphPath,
Bundle parameters,
AsyncFacebookRunner.RequestListener listener)
|
void |
AsyncFacebookRunner.request(java.lang.String graphPath,
Bundle parameters,
AsyncFacebookRunner.RequestListener listener,
java.lang.Object state)
Make a request to the Facebook Graph API with the given string parameters
using an HTTP GET (default method). |
void |
AsyncFacebookRunner.request(java.lang.String graphPath,
Bundle parameters,
java.lang.String httpMethod,
AsyncFacebookRunner.RequestListener listener,
java.lang.Object state)
Make a request to the Facebook Graph API with the given HTTP method and
string parameters. |