Package | com.distriqt.extension.facebook.graphapi |
Interface | public interface GraphAPI extends flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
isSupported : Boolean [read-only]
Returns true if the graph api is supported on the current device. | GraphAPI |
Method | Defined By | ||
---|---|---|---|
makeBatchRequest(request:GraphRequestBatch):Boolean
Initiates a graph aoi request batch
| GraphAPI | ||
makeRequest(request:GraphRequest):Boolean
Initiates a graph api request
| GraphAPI |
isSupported | property |
isSupported:Boolean
[read-only]
Returns true
if the graph api is supported on the current device.
public function get isSupported():Boolean
makeBatchRequest | () | method |
public function makeBatchRequest(request:GraphRequestBatch):Boolean
Initiates a graph aoi request batch
Parameters
request:GraphRequestBatch — The GraphRequestBatch containing the requests to batch
|
Boolean — true 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
|
Boolean — true if the request was initiated successfully
|