Skip to content Skip to sidebar Skip to footer

Unable To Get User Profile From Google Using Google Apis In Android

I am trying to integrate google in my android app. I am using oauth for retriving request token, access token. I want User's FirstName, LastName, ScreenName, Email. Here is what I

Solution 1:

Try using an HttpGet instead of HttpPost. The request needs to be a GET request for the resource, not a POST request.


Post a Comment for "Unable To Get User Profile From Google Using Google Apis In Android"