Packagecom.facebook.graph.data.api.core
Interfacepublic interface IFacebookGraphObject
ImplementorsAbstractFacebookGraphObject

Interface for all graph objects.



Public Methods
 MethodDefined by
  
fromJSON(result:Object):void
Populates the graph object from a decoded JSON object.
IFacebookGraphObject
  
toString():String
Provides the string value of the graph object.
IFacebookGraphObject
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.