根据 Lars Vogel 的指南和 android 开发者博客,我已经设置了客户端并获得了“token/registration_ID”...
But i want to test this before going onwards with the server part, so i was thinking of testing it with Advanced Rest Client which when choosing POST method looks like this:
现在考虑到我需要发送的不同方面:registration_id、collapse_key、data.、delay_while_idle、授权:GoogleLogin auth=[AUTH_TOKEN]。
我如何编写这些以便它在标题/正文中正确发送它以及什么语法?我看到人们的服务器代码用 & 分隔事物,是这样完成的吗?
编辑:
像这样尝试,得到0作为响应......