API: Update status message for the logged in user - ninetwozero/BF3-Battlelog GitHub Wiki
Url
http://battlelog.battlefield.com/bf3/user/setStatusmessage/ (Constants.URL_STATUS_SEND)
Headers
X-Requested-With => XMLHttpRequest
Post data
post-check-sum => {checksum for the user}
message => {the status message}
urls[] => {the urls to be linked}
Response
{"type":"success","message":"OK","data":{}}