I already have the user authenticated using the browser. Now I want to send this token to the server and the server has to get the user details like first name, last name and email address.
I've done this with Facebook recently and it was simple because there was an easy to use library for it.
I can't seem to figure out how to use the Google library. I am using this library https://code.google.com/p/google-api-dotnet-client/ which interacts with the google API.
Any tips or examples on the internets which could show me how to do this? I just know it's something really simple and that I might be going about this entirely the wrong way..
I need the Stack wisdom!!! Feed me!