0

我正在尝试使用 X-FACEBOOK-PLATFORM 身份验证技术连接到 FB Chat。我目前正在使用 Strophe 库。

其他一切都已完成并且正在工作,我把这一点留到最后(我知道这会很困难)。

但是 Strophe 仅提供对 MD5 的支持,我不能将其用作 JS 客户端。因此,我需要找到一种方法来进行特殊的 Strophe 连接。

我在以下位置看到过 Strophe 插件;

https://github.com/rubenjgarciab/turedsocial/blob/dc12d71339ad509c946b5de727f2d77999153b02/strophe-plugins/src/facebook.js

但是,自从 OAuth 2.0 强制执行以来,这不起作用。如果我绝对必须手动进行连接,我有信心但是我希望有人已经解决了这个问题。

至少有人可以告诉我如何手动进行连接(如在 Strophe 函数中绕过 .connect(); 并自己做)。

谢谢安德鲁

4

2 回答 2

1

You can try changing rows 104-110 of this strophe facebook plugin by the following instructions under: "Authenticating with Facebook Platform" here:

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

Mainly, IIt involves removing the session key and adding an access token param.

于 2011-10-27T09:50:14.337 回答
0

安德鲁,

这是我的叉子,进行了适当的更改。祝你好运!

https://github.com/javierfi​​gueroa/turedsocial

于 2012-01-23T19:46:10.967 回答