iPhone sdk 的 Facebook 聊天框架
我正在尝试使用 Facebook 聊天工具创建一个应用程序。当我浏览论坛时,我可以看到我必须下载 XMPPFramework,我浏览了以下链接 1、2,但不知道是什么我应该下载吗?请给一些继续前进的方向。
谢谢
I'm trying to create an app using Facebook chat facility. When I went through the forums I could see that I have to download XMPPFramework, I have went through the following links 1, 2, but not getting any idea what should I download. Please give some direction to move on.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
浏览这些,
http://code.google.com/p/xmppframework/wiki/IntroToFramework
http://code.google.com/p/xmppframework/wiki/GettingStarted_iOS
还要下载并安装 Mercury。然后按照此链接中的步骤操作 http://code.google.com/p/xmppframework/source/checkout 获取项目的克隆
这些链接不再工作随着项目转移到github。
这是基本链接:
https://github.com/robbiehanson/XMPPFramework
华泰
Go thru these ,
http://code.google.com/p/xmppframework/wiki/IntroToFramework
http://code.google.com/p/xmppframework/wiki/GettingStarted_iOS
And also download mercury and install that.Then follow the steps in this link http://code.google.com/p/xmppframework/source/checkout to get the clone of project
These links no longer work as the project is moved to github.
This is the base link:
https://github.com/robbiehanson/XMPPFramework
HTH