NeedsExamples
Single Request Objects
All methods of OS Lite service objects (e.g. osapi.people.get()) return a JavaScript object representing the request. These objects MUST support the following method(s):
;<static> osapi.Request.execute(callback)
Parameters
NameTypeDescription |OpenSocial 0.9 |
|
Description
Executes the service request. Takes a callback for response processing.
{{ JsApiAlphaList_(v0.9) }}