FB.CanvasClient.setCanvasHeight

Description

Set the height for the iframe registered for this client instance.

Signature

setCanvasHeight(String height,  Function callback)

Parameters

heightString

String with the height to use (e.g. '20px')

callbackFunction

Function to call upon setting the height.

Note: You should avoid specifying a callback function unless you care to know when the operation completes, because it will require an extra cross domain message to send the operation complete information.

callback should be a function with no parameters.