如何删除消息

发布于 2024-12-28 01:17:52 字数 230 浏览 3 评论 0原文

我尝试从收件箱中删除一条消息。 但我得到 100 无效参数异常 我使用csharp sdk

FacebookWebClient fbw = new FacebookWebClient(accesstoken);
fbw.Delete("/userid_messageid");

I try to delete a message from my inbox.
But i get 100 invailid parameter exception
I use csharp sdk

FacebookWebClient fbw = new FacebookWebClient(accesstoken);
fbw.Delete("/userid_messageid");

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

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

发布评论

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

评论(2

优雅的叶子 2025-01-04 01:17:52

使用当前 API 无法删除收件箱消息。收件箱的权限是只读的。

There's no way to delete inbox messages with current API's. Permission about inbox is read-only.

独﹏钓一江月 2025-01-04 01:17:52

您的应用程序首先创建了该消息吗?如果没有,则无法删除它。

Did your app create that message in the first place? If not, then you cannot delete it.

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