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

Interface for objects that want to be notified about a user friends request result.



Public Methods
 MethodDefined By
  
onFacebookUserFriendsError(errorMessage:String):void
Called if an error occurs during the user friends request.
IAIRFacebookUserFriendsListener
  
Called if the user friends request is successful.
IAIRFacebookUserFriendsListener
Method Detail
onFacebookUserFriendsError()method
public function onFacebookUserFriendsError(errorMessage:String):void

Called if an error occurs during the user friends request.

Parameters

errorMessage:String — Message describing the error.

onFacebookUserFriendsSuccess()method 
public function onFacebookUserFriendsSuccess(friends:Vector.<ExtendedUserProfile>):void

Called if the user friends request is successful.

Parameters

friends:Vector.<ExtendedUserProfile> — List of user's friends who have also authorized your application.