I am trying to connect to FB Chat using the X-FACEBOOK-PLATFORM authentication technique. I am currently using the Strophe library.
Everything else is done and working, I saved this bit for last (I knew it was going to be hard).
However Strophe only provides support for MD5 which I can't use as its a JS client. So instead I need to find a way to do a special Strophe connection.
I have seen the Strophe plugin at;
However this doesn't work since OAuth 2.0 enforcement. I'm confident to do the connection manually if I absolutely have to however I'm hoping somebody has already solved this problem.
少なくとも、接続を手動で行う方法を誰かに教えてもらえますか (.connect(); をバイパスして自分で行う Strophe 関数のように)。
ありがとうアンドリュー