Facebook Javascript SDK更改好友选择器提交按钮文本

发布于 2024-10-19 13:19:22 字数 492 浏览 2 评论 0原文

我正在尝试使用 Facebook Javascript UI 方法来显示朋友选择器对话框。但是,由于我的应用程序实际上并未向选定的朋友发送邀请,因此提交按钮的文本“发送请求”非常具有误导性。我是否可以在仍然使用 Facebook API 的同时更改此文本?

我正在使用 http://developers.facebook.com/docs/reference/dialogs/requests/

并且也尝试过 http://developers.facebook.com/docs/reference/fbml/多好友选择器/

I'm trying to use the Facebook Javascript UI method to show a friend selector dialog. However, because my app doesn't actually send invites to the selected friends, the text of the submit button is "Send Requests" is very misleading. Is there anyway I can change this text while still using a Facebook API?

I'm using
http://developers.facebook.com/docs/reference/dialogs/requests/

and have also tried
http://developers.facebook.com/docs/reference/fbml/multi-friend-selector/

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

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

发布评论

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

评论(1

感情洁癖 2024-10-26 13:19:22

我认为将 fb:req-choice 包含到 FBML 中你的用户界面可以解决这个问题。

示例代码可以在这里看到:
在新的 Facebook JavaScript SDK 中显示弹出窗口

I think that including fb:req-choice into the FBML of your UI could do the trick.

Example code can be seen here:
Showing popup in the new Facebook JavaScript SDK

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