I am developing an Android application and need to get the \"me\" info from google but I always ends up in either response code 401 or 403. What am I doing wrong?
Here is my
You are using HTTP at the moment, but you are actually calling a the site over HTTPS. Either use a secure connection procedure or use the http:// address.