-1

这是我的场景。我有这个 windows phone 8 应用程序,它有一个路由历史记录,显示当前正在使用此文档的人留下的所有评论,现在当我点击这些人的评论或图片之一(在评论旁边)时,我的应用程序也应该能够看到那个人在哪个社交网络上,然后如果需要,它应该能够启动即时消息传递......我们将使用 facebook 作为开始,我知道我需要一个 XMPP 协议来访问它功能,现在我想知道是否有人可以将我发送到带有代码的链接(教程),以帮助我了解如何在 facebook api 的帮助下实现这一点?

如果堆栈溢出已经存在这样的问题,请告诉我:)

我使用 c#/Silverlight

提前致谢

4

1 回答 1

1

I believe Facebook is using XMPP as its backbone for communication. Unless you want users to connect to the same social network, you would need to enable your own means of communication.

I have some trouble understanding what you are actually asking. But if you want to use FB, then just read up on XMPP (Jabber) and start from there. It is fairly simple, and there are opensource clients out there where you can dismantle code and learn by understanding what others have done.

于 2013-01-02T20:37:04.893 回答