- Tester SNML
- Browser API
- Tester della firma
- Documenti SNML
- Documenti API
- Documenti SNQL
- Documenti SNJS
users.setStatus (socialNetwork.users.setStatus)
The users.setStatus API method is currently in beta and its features, attributes and behavior could change with no notice. We'd appreciate your input while users.setStatus is in beta.
Sets the user's Saying to the text provided. It's important to note that the
Bebo limit for status text is 140 characters, not 160. This method requires that the status_update
permission be granted in order to succeed.
See the Extended permissions document for more information
about permissions.
Parameters
- String < optional> The status message you wish to set for the user. The status has a maximum of 160 characters
- String < optional> Set to true if you wish to clear the status message for the user
- String < optional> Here for compatibility only, Bebo does not prepend anything to your status
- String < optional> Here for compatibility only, this is ignored, and assumed to be the user whose session key is passed in
Other parameters required to make this API method call
- String < required> The api key of the current app.
- String < required> The current user's session key.
- Decimal < required> The sequence number for this request. This must be greater than the value provided for the previous call. Tip: Server time in milliseconds is ideal for this.
- String < required> The signature for the current request.
- String < required> Set this to 1.0 for now.
- String < optional> Response format, accepts XML or JSON, default is XML.
- String < optional> Generates a call to the callback containing the formatted results.