Posted on: 1/15/2014 10:29:06 AM | Views : 552

Hi All,
I want to fetch User's Google/Gmail Contacts in my asp.net(C#) web application and display them into a Grid on simple button click..
which will open Google login window if User is not logged in to google..
then he will autherize the app to fetch his contacts and then finally contacts will be displpayed into a grid.
I went through the documentation here https://developers.google.com/google-apps/contacts/v3/
but not being able to actually implement it.
It would be very helpfull if anyone gives proper illustrouis example from the same and for the same.
I have my application registered in Google API console and have client id and other details.
I have visited http://www.codeproject.com/Tips/552508/ASP-NET-Import-Gmail-Contacts,
Go to the complete details ...