| Package | com.distriqt.extension.facebookapi.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:GraphAPIRequestBatch):Boolean
Initiates a graph aoi request batch
| GraphAPI | ||
makeRequest(request:GraphAPIRequest):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:GraphAPIRequestBatch):BooleanInitiates a graph aoi request batch
Parameters
request:GraphAPIRequestBatch — The GraphAPIRequestBatch containing the requests to batch
|
Boolean — true if the request batch was initiated successfully
|
| makeRequest | () | method |
public function makeRequest(request:GraphAPIRequest):Boolean
Initiates a graph api request
Parameters
request:GraphAPIRequest — The GraphAPIRequest instance to make
|
Boolean — true if the request was initiated successfully
|