| Please note: We are in the process of deprecating the REST API, and have added equivalent support to the Graph API Application object for this method. Please see that doc for more information about setting app properties via the API. |
Sets (several) property values for an application. These values previously were only accessible through the App Dashboard.
| Name | Type | Description |
|---|---|---|
| properties | object | A JSON encoded map of property names to new values. This call will fail if values have the wrong type. The full list is described in Application Properties. |
| callback | string | Name of a function to call. This is primarily to enable cross-domain JavaScript requests using the <script> tag, also known as JSONP, and works with both the XML and JSON formats. The function will be called with the response passed as the parameter. |
This method returns true if the set is successful.