向选定的朋友发送礼物

发布于 12-13 15:02 字数 163 浏览 0 评论 0原文

我正在尝试使用 c# sdk 构建一个 facebook 应用程序,

我收到的部分简介是允许用户从所有朋友的列表中选择特定的朋友,然后向选定的朋友发送一份“礼物”(在你在 Facebook 上看到的带有文字的图片)。

我只需要知道这是否可能。我一直在谷歌搜索,找不到任何解决方案。

Im trying to build a facebook app using the c# sdk

Part of the brief I have been given is to allow the user to select specific friends from a list of all of there friends, the selected friends will then be sent a 'gift' (on of those pictures with text you see in facebook).

I just need to know if this is possbile. I have been googling and cant find any solution.

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

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

发布评论

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

评论(1

小傻瓜2024-12-20 15:02:38

如果它是画布应用程序,请使用请求 - https://developers.facebook.com/docs /reference/dialogs/requests/

如果不是,您唯一真正的后备选择是流发布,但不允许同时向多个朋友发布这种方式,并且会大量增加您应用程序的垃圾邮件报告

If it's a canvas app, use Requests - https://developers.facebook.com/docs/reference/dialogs/requests/

If it's not, your only real fallback option is stream posting, but posting to multiple friends at once that way isn't allowed and will massively increase the spam reports of your app

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