开发者

java facebook api chat system access

开发者 https://www.devze.com 2023-03-05 18:01 出处:网络
Does 开发者_运维技巧java facebook api has access to the chat system ? I can\'t see the package .If it does can you show it, and if it doesn\'t how can i access the chat system with java ? It doesn\'t

Does 开发者_运维技巧java facebook api has access to the chat system ? I can't see the package .If it does can you show it, and if it doesn't how can i access the chat system with java ?


It doesn't look like it. You may need to build your own client against the chat documentation:

https://developers.facebook.com/docs/chat/

If you're using Java, I suggest you use Smack to help with this:

http://www.igniterealtime.org/projects/smack/


Facebook chat is XMPP compliant so all you need to start is an XMPP lib for Java first gooogle result return http://code.google.com/intl/it-IT/appengine/docs/java/xmpp/overview.html

0

精彩评论

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