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..
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.
Related
I have get the contacts from gmail,hotmail and yahoo email providers.
And i want to get contacts from any domain email addresss which users enter in a textbox. Is it feasible?
For example,
Here we can see the hotmail contact import: https://techjoomla.com/invitex/how-to-use-hotmailrest-api-to-import-contacts.html
Same way i want to import contacts from a domain email. i.e say if i have this email address test#stackoverflow.com and having few contacts.
Using PHP, i want to fetch the contacts from test#stackoverflow.com
Hope the above provided detailed explaination.
So, what you want is possible if that mail server allows you to access the contacts you have there. But, I am pretty sure that you will definitely not be allowed to fetch contacts from every single mail server you want. But, I would suggest you to give that try before losing hope.
I'm looking for a way to allow Yahoo application to read user's emails over IMAP. It works well for old applications (that were created before Yahoo Mail API has deprecated), but trying to access IMAP for new applications gives me an error
[AUTHENTICATIONFAILED] (#AUTH007) Bad scope.
Unfortunately, I have no idea how to add a correct scope for accessing IMAP for new applications. During creation of the app, I was not given a choice to add scope with name even looking like 'mail'.
Is Yahoo API just broken or there is some tricky way to work around?
Contact imap-service#yahoo-inc.com
With your Yahoo.com email address and
Brief description of your product.
How will your product use Yahoo user's email content?
How will your product help Yahoo mail users?
What market do you serve?
What is your product's userbase?
I am working on iPhone application in which i am fetching address book contacts. I want to differentiate contacts which are from exchange account & gmail account which are configured on my iPhone. I also want to differentiate particular exchange or gmail account name if two exchange or gmail account are configured in my iPhone.
So how can i achieve this & is there any way to differentiate contacts ?
Please let me know some solution or some sample code to fix this issue.
Thanks
I found this link to retrieve contacts from gmail really helpful.
http://www.ibm.com/developerworks/opensource/library/x-phpgooglecontact/index.html
I like to simplicity of using directly the username and password to retrieve the contacts list.
I have searched the web but I can't find a similar solution for yahoo and hotmail. Do you know if and how it can be done?
I am aware of the oAuth library but I find this closer to my needs.
This one is to retrieve contacts from yahoo.
http://developer.yahoo.com/forum/Contacts/Actually-getting-Contacts-after-jumping-through/1254438660000-91dbd95f-e129-3a22-8d24-58eb1d1082bc?msg=Reply posted successfully.
I am creating an app that needs to connect to the Gmail server and fetch the inbox emails and sort them out and store them in core data modal. I have no idea on how I could integrate this gmail into my app. Is there api available in Gmail, that would work with NSURLConnection.
Consider using POP or IMAP?
Gmail offers RSS feeds for Inboxes http://mail.google.com/support/bin/answer.py?answer=18218
I don't think there's a Gmail API.
I found something that lets me read the email in the form of atom feed,
requesting to the following url could fetch my email in XML format :
https://USERNAME:PASSWORD#gmail.google.com/gmail/feed/atom
Thank you for your suggestion. Helped me lot !
There is a new Gmail API now:
https://developers.google.com/gmail/api/