Get GMail, Yahoo, Hotmail, etc. contacts [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI'm building a web application wherein I want my users to be able to invite their email and FB contacts to c开发者_开发知识库heckout my web app. Is there a plugin, library, or web service I can use to make this easy for all?
I'm using PHP, jQuery.
Look at http://openinviter.com/ or http://code.google.com/p/socialauth/
As @Du3 mentioned ... socialauth is good, however, you requested PHP support:
- http://code.google.com/p/oauth-php/
This is fundamentally how you would consume services by the other providers. Searching on stackoverflow also gives some good answers:
- PHP APIs for Hotmail, Gmail and Yahoo?
精彩评论