LikeView.OnErrorListener
A more recent version of this class is available. Check out the latest version.

Callback interface that will be called when a network or other error is encountered while logging in.

Package:widget
Instance Methods
onError(Bundle)

Called when a network or other error is encountered.

public void onError(Bundle errorBundle)
ParameterDescription
errorBundleA FacebookException representing the error that was encountered.