diff options
Diffstat (limited to 'docs/html/google')
-rw-r--r-- | docs/html/google/gcm/gcm.jd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/html/google/gcm/gcm.jd b/docs/html/google/gcm/gcm.jd index 7486d7b..886677a 100644 --- a/docs/html/google/gcm/gcm.jd +++ b/docs/html/google/gcm/gcm.jd @@ -990,6 +990,7 @@ Check that the token you're sending inside the <code>Authorization</code> header # curl --header "Authorization: key=$api_key" --header Content-Type:"application/json" https://android.googleapis.com/gcm/send -d "{\"registration_ids\":[\"ABC\"]}"</pre> + If you receive a 401 HTTP status code, your API key is not valid. Otherwise you should see something like this:<br/> <pre> |