I am able to query my google contacts via google contacts api using .net packages. The query:
Feed f = cr.GetContacts();
Ofcourse after auth process. The problem i have its that i cant find many details that i can see in my gmail, like: Notes,EmailAddress,Birthday,Anniversary,Company.
Ideally I would like my query to return the exact same values like the 'export contacts to csv' option in the web form in gmail. The scope i am using: https://www.google.com/m8/feeds/ thanks.