如果send requests on Facebook我们应该如何Facebook is in the process of deprecating FBML?还有另一种方式吗?
答案 0 :(得分:3)
Facebook Requests Dialog - JavaScript SDK
Facebook隐瞒了它! :)
真的很酷。比旧请求好多了。您可以在其中存储自定义数据并通过Graph API访问它!
自我注意:“彻底阅读文档。”
答案 1 :(得分:1)
目前没有其他方法..Facebook正在更新图形api和消息部分。因此您可以将FBML本身用于当前使用。您可以使用request-form和multi-friend-selecto发送请求
<fb:request-form
action="start.htm"
method="POST"
invite="true"
type="sample network"
content="This network is the best place on Facebook for viewing, sharing and giving
friends the highest quality stuff. Join me on this network!
<fb:req-choice url='http://www.facebook.com/login.php?api_key=<c:out value='${apiKey}' />'
label='Check out this network!' />
">
<fb:multi-friend-selector
showborder="false"
actiontext="Invite your friends to this network."
exclude_ids="<c:out value='${appUserFriends}' />"
max="20" />
答案 2 :(得分:1)
根据文件的this part,可以通过对话实现。
请注意,我们正在将此功能移至平台对话框,这将取消使用FBML的要求。
目前我找不到关于邀请朋友的任何内容(朋友对话有误导性 - 这是关于添加新朋友的)但我建议你留意更新here。
我想说现在使用FBML是因为它需要一段时间才能正式弃用(很久以前就宣布了)但是请检查一下新方法,以便尽快实现。
答案 3 :(得分:1)
并且可以选择发送按钮作为标签 http://developers.facebook.com/docs/reference/plugins/send/ 这个没有被弃用???