Does any one have a working example of getting google contact via AuthSub in c#
I have tried this url , but i was not able to complete it.
Does any one have a working example of getting google contact via AuthSub in c#
I have tried this url , but i was not able to complete it.
I found this example so simple. link And it works great.
Here is a piece of code from one of my projects:
EntityCollection is a wrapper around a simple List and GoogleContactItem is a wrapper around the retrieved information.