0

I have an app in which I need to fetch my friend's gmail id into my iPhone app. How can I import contacts from gmail to my iPhone application?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
Asish AP
  • 4,421
  • 2
  • 28
  • 50

1 Answers1

0

You can read the Google Contacts API for more information

http://code.google.com/apis/contacts/

Sohan
  • 1,287
  • 1
  • 15
  • 29
  • Also, see this SO question http://stackoverflow.com/questions/4781643/how-to-fetch-gmail-contacts-in-my-iphone-app – Sohan Sep 14 '11 at 07:23