Click here to Skip to main content
15,888,182 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a registartion form. I want to add this information in google contact in MVC, but how.Please help me.

What I have tried:

I have tried so far but not fund anything.
Posted
Updated 3-Mar-16 20:36pm
Comments
Amit Vasi 4-Mar-16 4:19am    
but i am getting error:


execution of request failed https //www.google.com/m8/feeds/contacts/default/full

1 solution

A simple Google would have resulted in the API URLs from where you can get enough resources to get yourself started. Google Contacts API support .NET approach, you can get started from here: https://developers.google.com/google-apps/contacts/v3/[^].

Chances are that you want to "create contact", there is a section dedicated to this part, on how to create a new contact. Read that and learn how to authorize your application for updating the contact directory for a user and then how to update their directories and so on. I haven't tried it, but I guess, you are going to need knowledge of OAuth before using these services.

Read that entire page, and the ones related to it, you will be able to find out how to do that.
 
Share this answer
 
Comments
Amit Vasi 4-Mar-16 3:58am    
but i am getting error:


execution of request failed https //www.google.com/m8/feeds/contacts/default/full

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900