Facebook:是否可以使用多好友选择器在墙上发帖?或者我可以将 JQUERY 与 php-sdk 一起使用(fbml,而不是 iframe)

发布于 2024-09-25 00:55:23 字数 135 浏览 5 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝天 2024-10-02 00:55:23

只能用于在请求表单内发送邀请。

不过,您可以使用 ,这也是朋友选择器,但略有不同。如果您将其放入自己的

中,它应该通过表单提交传递选定的好友 ID。您可以在此处详细了解此过程。

提交表单后,您需要在 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.

冬天旳寂寞 2024-10-02 00:55:23

不可以,因为它违反政策

IV.5

您不得向用户提供
发布相同流的选项
向多个朋友的墙上讲述故事
一次。

No, because it's against the policy

Section IV.5

You must not provide users with the
option to publish the same Stream
story to more than one friend's wall
at a time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文