用于反映事件的 facebook api
我想开发一款卡罗姆游戏。
我不想把这个游戏整合到 Facebook 中。但是当其中一名玩家玩游戏时,其他玩家必须能够在自己的计算机上看到这一变化。
这可以通过 facebook 完成(意味着玩家必须登录 facebook)。那么有没有 facebook_erlang api 可以向其他玩家发送事件呢?
I want to develop a carrom game.
I don't want to integrate this game in facebook. but when one of the players playing the game the others must able to see that changes on their own computer.
This can be done via facebook(means players must log in to facebook). So is there any facebook_erlang api to send events to other players?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Facebook API 您可以构建应用程序。不一定是 Erlang。如果您想构建一个玩家可以发送消息的应用程序,您可以在 Facebook 应用程序中执行此操作,该应用程序可以使用 Erlang 构建。
Using the Facebook API you can build an application. Doesn't have to be Erlang. If you want to build an application where players can send messages you can do that within your Facebook application, which can be build using Erlang.