| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookUserFriendsEvent |
| Inheritance | AIRFacebookUserFriendsEvent AIRFacebookEvent flash.events.Event |
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.
| Property | Defined By | ||
|---|---|---|---|
![]() | errorMessage : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookUserFriendsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookUserFriendsEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| REQUEST_RESULT : String = userFriendsRequestResult [static] | AIRFacebookUserFriendsEvent | ||
![]() | SDK_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 | |
| friends | property |
friends:Vector.<ExtendedUserProfile>List of user's friends who have also authorized your application.
public function get friends():Vector.<ExtendedUserProfile> public function set friends(value:Vector.<ExtendedUserProfile>):void| AIRFacebookUserFriendsEvent | () | Constructor |
public function AIRFacebookUserFriendsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| REQUEST_RESULT | Constant |
public static const REQUEST_RESULT:String = userFriendsRequestResult