JS API M FB.ApiClient.PreloadFQL get
From Facebook Developer Wiki
Contents |
public bool preloadFQL_get (OnRequestCompleted callback)
Description
Uses callback on any preload fql data
Parameters
| Required | Name | Type | Description | |
| required | callback | OnRequestCompleted | a callback function to execute with the data |
|---|
Return
- bool
- boolean true or false depending on whether or not we're on a canvas page
Back to class public FB.ApiClient
