FB.CanvasClient.changeUrlSuffix

Description

Change the url of the iframe host

Signature

changeUrlSuffix(String suffix,  Function callback)

Parameters

suffixString

Suffix to add after the app.facebook.com/appname/ prefix

callbackFunction

Callback made upon receiving a serverside reply. This may be null.

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.