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

Interface for objects that want to be notified about an extended user profile request result.



Public Methods
 MethodDefined By
  
onFacebookExtendedUserProfileError(errorMessage:String):void
Called if an error occurred during the request.
IAIRFacebookExtendedUserProfileListener
  
Called if an extended user profile was successfully retrieved.
IAIRFacebookExtendedUserProfileListener
Method Detail
onFacebookExtendedUserProfileError()method
public function onFacebookExtendedUserProfileError(errorMessage:String):void

Called if an error occurred during the request.

Parameters

errorMessage:String — Message describing the error.

onFacebookExtendedUserProfileSuccess()method 
public function onFacebookExtendedUserProfileSuccess(user:ExtendedUserProfile):void

Called if an extended user profile was successfully retrieved.

Parameters

user:ExtendedUserProfile — Extended user profile object.