集成聊天功能的 Facebook 应用程序
如何将 php Web 应用程序与 Facebook 聊天集成? 我已经集成了 facebook 应用程序并成功编码了授予 xmpp-login 权限的代码。但现在我需要使用 Jabber 使用 X-FACEBOOK-PLATFORM 机制进行连接。我怎样才能做到这一点? Facebook api 参考对这些有一些解释,并且还有一个 Python 脚本。
Facebook 说明:
为了使用此连接 机制,用户必须先登录 您的申请并授予 “xmpp_login”扩展权限。 二次登录即可“prime” 不需要密码。
您的应用程序现在可以登录 Facebook 使用 Jabber 聊天 X-FACEBOOK-PLATFORM机制。这 将分配用户的 Jabber ID 在资源绑定步骤中 XMPP。
How can I integrate a php web application with facebook chat?
I have integrated the facebook application and successfully coded the granting of xmpp-login permission. But now i need to connect using Jabber using the X-FACEBOOK-PLATFORM mechanism. How can i do that?
Facebook api reference has some explanation on these and a Python script also there.
Facebook Explanation:
In order to connect using this
mechanism, the user must first log in
to your application and grant the
"xmpp_login" extended permission.
Logging in a second time to "prime"
the password is not required.Your application may now log in to
Facebook Chat via Jabber using the
X-FACEBOOK-PLATFORM mechanism. The
user's Jabber ID will be assigned
during the resource binding step of
XMPP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 PHP 中的 Jaxl 库,它支持 X-FACEBOOK-PLATFORM 身份验证......
http://github.com/abhinavsingh/JAXL
Checkout Jaxl library in PHP which do support X-FACEBOOK-PLATFORM authentication....
http://github.com/abhinavsingh/JAXL