3

I need to fetch Gmail contacts by providing a gmail username and password. Any frameworks, Api's, Sample codes..

I know about XMPPframework that can fetch gmail chat contacts. but i want contacts from gmail address book.

Any help would be appreciated..

ipraba
  • 16,485
  • 4
  • 59
  • 58

1 Answers1

5

I have used the Google Data Api Obj-C client (http://code.google.com/p/gdata-objectivec-client/). I have never used it for Contacts but it supports them. It may be a good starting point.

fsaint
  • 8,759
  • 3
  • 36
  • 48
  • 2
    Hey guys this works like a charm... GData API will be for mac.. but see this link to integerate it for iOS..http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/ This is awesome.. Thanks again Felz... – ipraba Jan 27 '11 at 16:11
  • how to use are you passing the usename and password or directly retrive the contact... – Jitendra Dec 14 '13 at 06:43