Packagecom.distriqt.extension.facebook.graphapi
Interfacepublic interface GraphAPI extends flash.events.IEventDispatcher



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only] Returns true if the graph api is supported on the current device.
GraphAPI
Public Methods
 MethodDefined By
  
Initiates a graph aoi request batch
GraphAPI
  
makeRequest(request:GraphRequest):Boolean
Initiates a graph api request
GraphAPI
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]

Returns true if the graph api is supported on the current device.


Implementation
    public function get isSupported():Boolean
Method Detail
makeBatchRequest()method
public function makeBatchRequest(request:GraphRequestBatch):Boolean

Initiates a graph aoi request batch

Parameters

request:GraphRequestBatch — The GraphRequestBatch containing the requests to batch

Returns
Booleantrue if the request batch was initiated successfully
makeRequest()method 
public function makeRequest(request:GraphRequest):Boolean

Initiates a graph api request

Parameters

request:GraphRequest — The GraphRequest instance to make

Returns
Booleantrue if the request was initiated successfully