From 9b70b8022856d163be2db876bca0d28a2478cbd1 Mon Sep 17 00:00:00 2001 From: Eugene Obrezkov Date: Wed, 30 Sep 2015 17:39:28 +0300 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dd776..6c1e24c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,11 @@ module.exports = { }; ``` -The POST request to this route should include a JSON object with the keys `access_token` and optionally, `refresh_token` set to the credentials you receive from Google Plus. +The request to this route should include GET or POST data with the keys `access_token` and optionally, `refresh_token` set to the credentials you receive from Google Plus. + +``` +GET /auth/google?access_token= +``` ## Issues