Reputation: 12141
I was just wondering, if there's any gem I could use for facebook chat. I don't want to use Rails. I'm trying to build a command-line application to use on linux.
Thanks. :)
Upvotes: 4
Views: 1669
Reputation: 21785
You can use this gem https://github.com/kissrobber/xmpp4r_facebook. There is a sample usage in README file. It worked very well for me.
Upvotes: 0
Reputation: 4110
Facebook chat provides a Jabber/XMPP service, see http://developers.facebook.com/docs/chat/
You have to look for a gem that supports XMPP, for example xmpp4r.
Upvotes: 5