Packagecom.facebook.graph.data.api.friendlist
Classpublic class FacebookFriendList
InheritanceFacebookFriendList Inheritance AbstractFacebookGraphObject

A Facebook friend list.

See also

http://developers.facebook.com/docs/reference/api/friendlist


Public Properties
 PropertyDefined by
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  name : String
The name of the friend list.
FacebookFriendList
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
Public Methods
 MethodDefined by
  
Creates a new FacebookFriendList.
FacebookFriendList
  
fromJSON(result:Object):FacebookFriendList
[static] Populates and returns a new FacebookFriendList from a decoded JSON object.
FacebookFriendList
  
toString():String
Provides the string value of the graph object.
FacebookFriendList
Property detail
nameproperty
public var name:String

The name of the friend list.

Constructor detail
FacebookFriendList()constructor
public function FacebookFriendList()

Creates a new FacebookFriendList.

Method detail
fromJSON()method
public static function fromJSON(result:Object):FacebookFriendList

Populates and returns a new FacebookFriendList from a decoded JSON object.

Parameters
result:Object — A decoded JSON object.

Returns
FacebookFriendList — A new FacebookFriendList.
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.