How to fetch GMail contacts in my iphone App
问题 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.. 回答1: 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. 来源: https://stackoverflow.com/questions/4781643/how