Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to implement a email invitation tool that can be used by a member in my website and invite his contacts over email to review blogs. But I am not able to find a way to design the tool for multiple email service providers so that I can reach out to a maximum crowd. I have experimented with Google Contacts API in JavaScript and I works good but I want some directive to do the same for other email providers too. Any help would be most appreciated.

Thanks Arun

share|improve this question

1 Answer

You can try OpenInviter (www.openinviter.com). They provide an API for PHP to import email contacts from several email providers. Check their demo here (openinviter.com/demo/)

GeekTantra

share|improve this answer
Thanks for the advise, but I am looking for something in javascript or better in asp.net. – Arun Dec 21 '09 at 8:57
1  
OpenInviter is an open API and can be used with absolutely any language. – GeekTantra Jan 2 '10 at 2:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.