I authenticate user to google with AccountManager and with scope "oauth2:https://www.googleapis.com/auth/plus.login".
I've sent received token to server. Server tries to make moments.insert with my token, but it receives "code": 401, "message": "Unauthorized"
Server just uses my token an "me" as user id.
Please, help: whether problem is on server side or on client side and what is the problem?
Thanks!