0

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/

4

1 回答 1

0

我认为将fb:req-choice包含在 UI 的 FBML 中可以解决问题。

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

于 2011-03-01T08:01:14.747 回答