@Deprecated public static interface AsyncFacebookRunner.RequestListener
Modifier and Type | Method and Description |
---|---|
void |
onComplete(String response,
Object state)
Deprecated.
Called when a request completes with the given response.
|
void |
onFacebookError(FacebookError e,
Object state)
Deprecated.
Called when the server-side Facebook method fails.
|
void |
onFileNotFoundException(FileNotFoundException e,
Object state)
Deprecated.
Called when a request fails because the requested resource is
invalid or does not exist.
|
void |
onIOException(IOException e,
Object state)
Deprecated.
Called when a request has a network or request error.
|
void |
onMalformedURLException(MalformedURLException e,
Object state)
Deprecated.
Called if an invalid graph path is provided (which may result in a
malformed URL).
|
void onComplete(String response, Object state)
void onIOException(IOException e, Object state)
void onFileNotFoundException(FileNotFoundException e, Object state)
void onMalformedURLException(MalformedURLException e, Object state)
void onFacebookError(FacebookError e, Object state)