| Package | com.marpies.ane.facebook.listeners |
| Interface | public interface IAIRFacebookLoginListener |
| Method | Defined By | ||
|---|---|---|---|
onFacebookLoginCancel():void
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 | ||
| onFacebookLoginCancel | () | method |
public function onFacebookLoginCancel():voidCalled if the login is cancelled.
| onFacebookLoginError | () | method |
public function onFacebookLoginError(errorMessage:String):voidCalled 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>):voidCalled 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.
|