I need to make the user able to send private message to his friends through facebook. In PHP there is something called Openinviter which can grab the contacts of nearly any social network or email provider.
I found a gem on rails called contacts that does the same thing for email providers. It can grab users friends from email providers but not social networks.
Is there a similar gem or plugin that I could use to make my application send private messages to facebook contacts?
Thanks,