ios - How to fetch my gmail contact list's email addresses in swift -


i want access google plus signed in user's connections email addresses in app.

i followed this doc returned me name, image url not returning emails.

i able email following this returning me response in xml format , don't know correct way or not.

can me on how email ids or parse xml?

i got solution https://developers.google.com/google-apps/contacts/v3/ using jut need read docs little more , work :)


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -