Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookUserFriendsEvent
InheritanceAIRFacebookUserFriendsEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to AIRFacebook.requestUserFriends(). If the call was successful, this event provides a list of ExtendedUserProfile instances which represent user's friends. Properties available in these instances depend on the value of the request fields parameter and granted permissions.



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  friends : Vector.<ExtendedUserProfile>
List of user's friends who have also authorized your application.
AIRFacebookUserFriendsEvent
Public Methods
 MethodDefined By
  
AIRFacebookUserFriendsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookUserFriendsEvent
Public Constants
 ConstantDefined By
  REQUEST_RESULT : String = userFriendsRequestResult
[static]
AIRFacebookUserFriendsEvent
 InheritedSDK_INIT : String = sdkInit
[static] Dispatched shortly after a call to AIRFacebook.init(), at which point the Facebook SDK is fully initialized and it is safe to use the rest of the API.
AIRFacebookEvent
Property Detail
friendsproperty
friends:Vector.<ExtendedUserProfile>

List of user's friends who have also authorized your application.


Implementation
    public function get friends():Vector.<ExtendedUserProfile>
    public function set friends(value:Vector.<ExtendedUserProfile>):void
Constructor Detail
AIRFacebookUserFriendsEvent()Constructor
public function AIRFacebookUserFriendsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
REQUEST_RESULTConstant
public static const REQUEST_RESULT:String = userFriendsRequestResult