Facebook - 通过 API 删除所有好友请求?

发布于 2024-10-19 17:31:04 字数 90 浏览 2 评论 0原文

有没有办法通过API删除所有好友请求?

首先获取好友请求列表,然后我可以使用循环通过 API、FQL 或其他方式删除每个请求?

谢谢。

Is there a way to delete all friends requests via API?

First get a list of Friends Requests and I could use loop to delete each one via API, FQL or something?

Thanks.

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

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

发布评论

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

评论(3

稀香 2024-10-26 17:31:04

Facebook 只是提供从其表格中获取数据的访问权限。你无法改变任何事情。我认为这是不可能的。即使有可能,那也是完全非法的。您只能从 Facebook 表中检索信息。您不能对这些表执行任何其他活动。

Facebook just provide access to get data to you from its tables. You cannot change any thing. I think it is impossible. Even if it is possible then it is totally illegal. You can only retrieve information from facebook tables. You cannot do any other activity with those tables.

玩套路吗 2024-10-26 17:31:04

在此页面中
http://developers.facebook.com/docs/reference/dialogs/requests/

他们说

读取发送到的请求
用户:

获取/我/apprequests/

或者,如果您知道,您可以阅读请求
请求ID:

获取/ID/

删除请求:

删除/ID/

但这仅适用于同一应用程序
不适用于所有应用

in this page
http://developers.facebook.com/docs/reference/dialogs/requests/

they said that

To read the requests sent to the
user:

GET /me/apprequests/

Or, you can read a request if you know
the request id:

GET /ID/

To delete a request:

DELETE /ID/

but this will just work for the same application
not for all application

︶ ̄淡然 2024-10-26 17:31:04

您可以删除好友的 app_requests,但不能删除好友请求。

You can delete app_requests from friends, but not friend requests.

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