Facebook:是否可以使用多好友选择器在墙上发帖?或者我可以将 JQUERY 与 php-sdk 一起使用(fbml,而不是 iframe)
我是 Facebook 开发的新手。 我正在使用 PHP-FBML 和 Graph API。
编辑:或者我可以将 JQUERY 与 php-sdk(fbml,而不是 iframe)一起使用。如果是的话怎么办?
请有人帮助我。
I am new to facebook development.
I am using PHP-FBML with Graph API.
Edited: Or can I use JQUERY with php-sdk(fbml, not iframe). If yes then how?
Please someone help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只能用于在请求表单内发送邀请。不过,您可以使用
,这也是朋友选择器,但略有不同。如果您将其放入自己的提交表单后,您需要在 PHP 端处理它。循环遍历选定的朋友数组,并使用 PHP SDK 将帖子发送到他们的留言墙上(您可以在此处阅读 如何通过 Graph API 做到这一点)。
jQuery 不能在 FBML 中工作,但无论如何您也不需要它。
<fb:multi-friend-selector>
can be used only to send invites inside a request form.You can use
<fb:fb:multi-friend-input>
though, which is also friend selector but slightly different. If you put it inside your own<form>
it should pass selected friend ids with form submission. You can read about this process here in details.Once form is submitted you need to process it on PHP side. Loop through array of selected friends and send posts to their wall using PHP SDK (you can read here how to do it through Graph API).
jQuery doesn't work inside FBML, but you won't need it for this anyway.
不可以,因为它违反政策
第 IV.5 节
No, because it's against the policy
Section IV.5