FB.ApiClient.callMethod

Description

Calls the specified Facebook API method with given parameters, or queues it on the Sequencer.

Signature

callMethod(String method,  Object parameters,  Object executeUnit)

Parameters

methodString

API method to call

parametersObject

parameters corresponding to the method

executeUnitObject

Either a callback function or an instance of FB.SequencerBase to use for execution