如何使用 Facebook 邀请好友?
注意:不要认为它是任何其他类似问题的重复。
我们可以选择使用旧版 FBML 和 javascript(它也使用 FBML)显示“邀请朋友”对话框,并且它们工作正常。
由于 facebook 表示这些 FBML 将被弃用,是否还有其他更好的方法来邀请/向朋友发送加入应用程序的请求。
我正处于数据库应用程序开发的初始阶段,不想使用将被弃用
的东西..有没有使用GRAPH Api的选项?
编辑:我正在使用 PHP SDK 进行此应用程序开发,我们可以使用其中的任何功能吗?
Note: dont think it as repeat of any other similar questions.
We have options to display the 'Invite Friends' dialog using Legacy FBML and javascript (it also uses FBML) and they are working fine.
As facebook states that these FBML are going to be deprecated, is there any other better to way to Invite/ send requests to friends to join an application ..
I'm in the initial phase of my db app development and dont want to use the to be deprecated
stuffs.. Is there any option using GRAPH Api?
Edit: I'm using PHP SDK for this app development and is there any function we could use from that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请求对话框是目前唯一未弃用的邀请好友的方法Facebook 应用程序。我怀疑是否会有一个图形 API 方法来创建它们,因为它似乎太容易被滥用,但可以使用图形 API 来获取、清除和删除它们。
The requests dialog is currently the only non-deprecated method of inviting your friends to a Facebook application. I doubt there will be a graph api method to create them as it would seem to be too easy to abuse, but getting, clearing and deleting them are available with the graph api.