2

I'm building a web application wherein I want my users to be able to invite their email and FB contacts to checkout 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.

StackOverflowNewbie
  • 39,403
  • 111
  • 277
  • 441
  • possible duplicate of [PHP APIs for Hotmail, Gmail and Yahoo?](http://stackoverflow.com/questions/326379/php-apis-for-hotmail-gmail-and-yahoo) – Quentin Jul 10 '11 at 11:58

2 Answers2

3

Look at http://openinviter.com/ or http://code.google.com/p/socialauth/

Du3
  • 1,424
  • 6
  • 18
  • 36
1

As @Du3 mentioned ... socialauth is good, however, you requested PHP support:

This is fundamentally how you would consume services by the other providers. Searching on stackoverflow also gives some good answers:

Community
  • 1
  • 1
sdolgy
  • 6,963
  • 3
  • 41
  • 61