Packagecom.marpies.ane.facebook.listeners
Interfacepublic interface IAIRFacebookLoginListener

Interface for objects that want to be notified about a login result.



Public Methods
 MethodDefined By
  
Called if the login is cancelled.
IAIRFacebookLoginListener
  
onFacebookLoginError(errorMessage:String):void
Called if an error occurs during the login process.
IAIRFacebookLoginListener
  
onFacebookLoginSuccess(deniedPermissions:Vector.<String>, grantedPermissions:Vector.<String>):void
Called if the login is successful.
IAIRFacebookLoginListener
Method Detail
onFacebookLoginCancel()method
public function onFacebookLoginCancel():void

Called if the login is cancelled.

onFacebookLoginError()method 
public function onFacebookLoginError(errorMessage:String):void

Called if an error occurs during the login process.

Parameters

errorMessage:String — Message describing the error.

onFacebookLoginSuccess()method 
public function onFacebookLoginSuccess(deniedPermissions:Vector.<String>, grantedPermissions:Vector.<String>):void

Called if the login is successful.

Parameters

deniedPermissions:Vector.<String> — List of permissions that were denied by the user during this login attempt.
 
grantedPermissions:Vector.<String> — List of permissions that were granted by the user during this login attempt.