FB.BatchSequencer.execute

Description

Start executing all pending operations in a single batched HTTP request to the server.

Signature

execute(Function completedCallback)

Parameters

completedCallbackFunction

Callback function to be invoked when server response is received.

completedCallback should be a function with no parameters.

Methods