Packagecom.facebook.graph.data.api.core
Classpublic class AbstractFacebookGraphObject
ImplementsIFacebookGraphObject
SubclassesFacebookAlbum, FacebookApplication, FacebookCheckin, FacebookComment, FacebookDomain, FacebookEvent, FacebookFriendList, FacebookGroup, FacebookInsights, FacebookInsightsValue, FacebookLink, FacebookLocation, FacebookMessage, FacebookNote, FacebookPage, FacebookPhoto, FacebookPost, FacebookPostPrivacy, FacebookReview, FacebookStatusMessage, FacebookSubscription, FacebookTag, FacebookThread, FacebookUser, FacebookVideo

Base class for all graph objects. This class is abstract and should not be instantiated directly.



Public Properties
 PropertyDefined by
  id : String
The unique ID for the graph object.
AbstractFacebookGraphObject
  rawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
Public Methods
 MethodDefined by
  
Creates a new AbstractFacebookGraphObject.
AbstractFacebookGraphObject
  
fromJSON(result:Object):void
Populates the graph object from a decoded JSON object.
AbstractFacebookGraphObject
  
toString():String
Provides the string value of the graph object.
AbstractFacebookGraphObject
Property detail
idproperty
public var id:String

The unique ID for the graph object.

rawResultproperty 
public var rawResult:Object

The raw decoded JSON result data for the graph object.

Constructor detail
AbstractFacebookGraphObject()constructor
public function AbstractFacebookGraphObject()

Creates a new AbstractFacebookGraphObject.

Method detail
fromJSON()method
public function fromJSON(result:Object):void

Populates the graph object from a decoded JSON object.

Parameters
result:Object — A decoded JSON object.
toString()method 
public function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.