开发者

Facebook chat with pure ruby

开发者 https://www.devze.com 2023-02-13 15:08 出处:网络
开发者_运维百科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.
开发者_运维百科

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. :)


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消