标签: android eclipse firebase push-notification firebase-cloud-messaging
我已经设置了我的应用程序(客户端),可以通过调用从FCM接收推送通知 https://android.googleapis.com/gcm/send 使用Advanced Rest Client。
https://android.googleapis.com/gcm/send
我可以使用所有SenderID,服务器密钥和设备令牌。
现在我需要使用Eclipse编写一个后端Java程序来将通知推送到我的手机。
我该怎么做?
***我的应用程序是使用Appcelerator Titanium开发的