Looking for Something?
We're sorry. The Web address you entered is not a functioning page on our site. Please double-check the URL for typos and other errors. Or go to our home page.
Vous recherchez quelque chose?
Nous sommes désolés. L'adresse Web que vous avez entrée n'est pas fonctionnelle. Vérifiez bien le lien URL ou allez à notre page d'accueil.
However, if I collapse the JSON message in this way: POST /messaging/registrations/{THE REGISTRATION ID}/messages HTTP/1.1 Host: api.amazon.com Authorization: Bearer {THE ACCESS TOKEN} Content-Type: application/json X-Amzn-Type-Version: com.amazon.device.messaging.ADMMessage@1.0 Accept: application/json X-Amzn-Accept-Type: com.amazon.device.messaging.ADMSendResult@1.0 {"data":{"message":"Prueba amazon"}, "expiresAfter":86400} Then I get the following message: HTTP/1.1 400 Bad Request Date: Wed, 08 Oct 2014 11:46:23 GMT Server: Server x-amzn-RequestId: babbd466-4ee0-11e4-94c3-8d9f10164d8a Content-Type: application/json Content-Length: 40 Vary: User-Agent Cneonction: close {"message":null,"reason":"InvalidData"} HTTP/1.1 400 Bad Request Date: Wed, 08 Oct 2014 11:46:24 GMT Server: Server Content-Length: 11 Connection: close Content-Type: text/html; charset=iso-8859-1 Bad Request What is the failure in the sended message? Thanks Jose Gonzalez-Rodriguez