Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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):

Methods

osapi.Request.execute

;<static> osapi.Request.execute(callback)

Parameters
NameTypeDescription |OpenSocial 0.9 |

 

opensocial.Albumopensocial.DataRequestopensocial.MediaItem

 

callback

Function

A callback function to handle the response.

Description
Executes the service request. Takes a callback for response processing.

{{ JsApiAlphaList_(v0.9) }}

  • No labels