如何仅使用FMBL从FB连接APP发布通知? 有可能吗?
答案 0 :(得分:1)
仅使用fbml是不可能的。首先,你需要指定哪些朋友会收到通知,这意味着某种逻辑是必要的。
您需要在客户端使用JS调用REST API:
http://wiki.developers.facebook.com/index.php/JS_API_M_FB.ApiClient.Notifications_send
或在后端使用xml:
http://wiki.developers.facebook.com/index.php/Notifications.send
最常见的网络语言有api客户端库(python / php / ruby)。