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,
No, sending private messages via email you’ve fetched from facebook’s API or from a facebook app via the API seems to be against the current API TOS/Policies has in effect.