强制 Facebook 和ActionScript 在发布到他/她的墙上之前提示用户?

发布于 2024-10-04 17:14:05 字数 242 浏览 0 评论 0原文

嘿!所以我让 Facebook 与 Flash 一起使用,就像我希望它使用 Facebook-Actionscript-Api 一样。效果很好,我让 Graph api 正常工作,这样我就可以使用 Facebook.api("/me/feed") 函数将内容发布到 ppl 的墙上。

它无需征得用户许可即可发布内容,因为它已经获得了该许可,并且在很多情况下都非常有用。但并非全部。

如何强制执行“发布到墙上”对话框?

谢谢

Hey there! So I got Facebook to work with Flash as I wanted it to using the Facebook-Actionscript-Api. Works great and I got get Graph api working so that I'm able to post stuff to ppl's walls using the Facebook.api("/me/feed") function.

It post stuff without asking the user permission, as it's already got that permission, and it's great for many occasions. But not all.

How can I enforce the 'publish to wall'-dialog?

Thanks

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

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

发布评论

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

评论(1

心是晴朗的。 2024-10-11 17:14:05

每次尝试发布到用户墙之前,无法“删除”该权限。用户必须删除权限或应用程序本身。您可能需要创建自己的对话框,通知用户该应用程序将发布到提要,并在其中包含接受/拒绝按钮。

您可以在 Flash 中执行此操作,或者通过 fbjs-bridge 调用 javascript 并启动对话框:

http://developers.facebook.com/docs/reference/javascript/(在对话框下查看)

There's no way to "remove" that permission each time before you try to publish to the user's wall. The user has to remove the permissions or the app themselves. You'll probably have to create your own dialog that informs the user that thew app is to publish to the feed and have accept/decline buttons within it.

You could do this right in flash or make a call to javascript via fbjs-bridge and launching a dialog:

http://developers.facebook.com/docs/reference/javascript/ (look under Dialogs)

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