Resource: /status

  1. POST /status
  2. List of connections


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 nameDescriptionTypeDefault value
by_mobile=Indicate if the status is published by a mobile.BOOLEANFALSE
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 nameDescriptionType
createdAlways true if resource is created.TRUE
created_graph_idCreated graph id.STRING

List of connections

Connection pathDescription