Callback interface that will be called when a network or other error is encountered while logging in.
Package: | widget |
onError(Bundle)
Called when a network or other error is encountered.
public void onError(Bundle errorBundle)
Parameter | Description |
---|---|
errorBundle | A FacebookException representing the error that was encountered. |