我可以使用一些 API 调用来邀请用户的朋友吗?
我想邀请 Facebook 好友使用我的应用程序。通过某种 API 调用,无论是 REST 还是 PHP Sdk,有没有办法做到这一点。我知道 FBML 中的多人选择器,但不想要那样。请告知可以使用哪个API来实现这一点?图形 API 还是其他?我正在使用 PHP,所以如果您知道一些 PHP API 调用,那也很好。
预先感谢您对我的帮助。
I want to invite facebook friends to my app. via some sort of API call whether rest or PHP Sdk, so is there a way to do so. I know about multifriend selector in FBML but don't want that. Please tell that which API can be used to do so? Graph API or any other? I am using PHP so if you know some PHP API call then that is also good.
thanks in advance for assisting me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用请求对话框进行邀请。这将提示用户向哪些朋友发送请求/邀请。这被设计为在 iframe 应用程序中工作,不需要 fbml。
You can use the Requests Dialog for invites. This will prompt the user for which friends to send a request/invite to. This is designed to work in iframe apps, no fbml required.