I tried the xmpp4r_facebook gem / Jabber approach and it works fine.
The problem is that if you send a link to your site and contains information about Open Graph meta tags, they donβt load, so you have a beautiful logo and a joint message with a message, for example:
<meta property="fb:app_id" content="1234567890"/> <meta property="og:title" content="GreatApp"/> <meta property="og:type" content="website"/> <meta property="og:url" content="http://greatapp.com"/> <meta property="og:image" content="http://greatapp.com/logo.jpg"/> <meta property="og:site_name" content="GreatApp"/> <meta property="og:description" content="The Greatest App Ever"/>
and this will load when you use the Facebook personal user interface to send private messages manually, using them manually in Facebook chat or using the approach above, this information is not taken into account, which destroys the entire user interface for sending invitations.
I will try other approaches.
source share