将 HTML 表单数据与多好友选择器相结合

发布于 2024-12-06 19:17:44 字数 276 浏览 0 评论 0原文

花了很长时间试图弄清楚如何做到这一点。

我正在尝试将我制作的 HTML 表单与多好友选择器结合起来,以便人们可以使用单选按钮选择一个项目,在文本区域中输入一些文本,然后使用多好友选择器。

该表单会将我的 html 表单中的项目存储在数据库中,同时还将请求发送给选定的朋友。我似乎无法找到一种方法将 FB 的选择器与我的表单相结合,以便在提交后,我获得将所选用户 ID 与我的表单中的选择相结合的 POST 信息。

是否可以使用任何 FB 的 SDK 选择器来实现这一点,还是我必须自己推出?

Having a heck of a time trying to figure out how to do this.

I'm trying to combine an HTML form of my making with a multi-friend selector so that people can, for example, choose an item with radio buttons, enter some text in a textarea and then use a multi-friend selector.

The form would store the items from my html form in a database while also sending out the request to the selected friend(s). I can't seem to find a way to combine FB's selector with my form so that, upon submission, I get POST info that combines the user ID's selected with the choices from my form.

Is this possible using any of FB's SDK selectors, or do I have to roll my own?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

羁〃客ぐ 2024-12-13 19:17:44

您应该使用 javascript sdk 中的 apprequests 对话框。它将返回一个名为 request_ids 的数组供您使用。

You should use the from the apprequests dialog from the javascript sdk. It will return an array called request_ids that you can use.

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