Skip to content

Instantly share code, notes, and snippets.

@tyfkda
Last active November 20, 2020 01:40
Show Gist options
  • Save tyfkda/ecba9c101d5449dda3cb to your computer and use it in GitHub Desktop.
Save tyfkda/ecba9c101d5449dda3cb to your computer and use it in GitHub Desktop.
Google Cloud Messagingでプッシュ通知を送る ref: http://qiita.com/tyfkda/items/e880f1e7f4fb78e45322
curl --header 'Authorization: key=<APIキー>' \
--header Content-Type:"application/json" \
https://android.googleapis.com/gcm/send \
-d '{"registration_ids":["<端末の登録ID>"],"data":{"message":"Hello", "url": "http://www.example.com/"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment