The preferred way to update the user's status is via FB.Connect.streamPublish. This method to make a client-side call to users.setStatus.
Note: The status_update permission is necessary to call this method.
| status | String | |
| clear | Boolean | |
| status_includes_verb | Boolean | |
| onRequestCompleted | Object | a callback function for immediate execution, or an instance of FB.BatchSequencer |