Fetching gmail contacts in iphone.?
问题 I am a newbie in IPhone programming.I need to import my gmail contacts to my application.I was successfully done the authentication using gdata api. How i can use this api to import my gmail contacts to my application.Can anybody help me.. 回答1: Use GData for objective-c. You need to do a read-only checkout from google code, the command is - svn checkout gdata-objectivec-client.googlecode.com/svn/trunk gdata-objectivec-client-read-only check this out. for checkout instructions. Also this