POST /status
Authenticated resource
Allows user to post a status.
Example
curl --data-urlencode -X POST -d 'message=XxXxX&by_mobile=false&language=fr' https://api.viadeo.com/status?access_token=...
Query parameters
| Parameter name | Description | Type | Default value |
| by_mobile= | Indicate if the status is published by a mobile. | BOOLEAN | FALSE |
| language= | Language in which the profile will be displayed. Default value is the navigation language of the user on the website. | ISO-639 | |
| message= | Body of the status the user wants to share. | STRING (min: 10 max: 140) | |
| twitter_account= | Indicates the twitter accounts on which the message will be published. The privacy settings of the member will be used if this parameter is not defined. | LIST |
Response
| Field name | Description | Type |
| created | Always true if resource is created. | TRUE |
| created_graph_id | Created graph id. | STRING |
List of connections
| Connection path | Description |