com.facebook.widget
Interface LoginButton.OnErrorListener

Enclosing class:
LoginButton

public static interface LoginButton.OnErrorListener

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


Method Summary
 void onError(FacebookException error)
          Called when a network or other error is encountered.
 

Method Detail

onError

void onError(FacebookException error)
Called when a network or other error is encountered.

Parameters:
error - a FacebookException representing the error that was encountered.