如何使用 fb:request-form 标签添加自定义字段
我需要在 facebook 中添加带有 fb:request-form 标签的自定义字段。即:- 我需要用户在文本框中输入一些值,然后选择他/她的 Facebook 好友,当用户使用所选 uid 发送邀请时,我需要处理用户在文本框中输入的值。
提前致谢...
I need to add a custom field with the fb:request-form tag in facebook. ie:- I need the user enter some value in a text box and then select his/her facebook friends and when the user send the invitation with the selected uid's i need to process the value that the user entered in the text box.
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需执行以下操作:
在 URL_TO_POST_TO 中,除了 FB 在发送请求/邀请后添加的参数之外,您还应该收到这些 POST 参数。
Just do something like this:
In URL_TO_POST_TO you should receive these POST params too, in addition to the ones that FB adds after the request/invitation is sent.