删除好友请求?
是否可以使用 api 或其他方式一次性删除 Facebook 上的所有好友请求。
有超过 1000 个请求。
如果API不可行,那么其他解决方案是什么?
Is it possible to delete ALL friends request on Facebook at once using api or something..
There are over 1000 requests.
If API is not possible, then what the other solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Facebook 已经提供了
隐藏所有请求
按钮。您仍然可以尝试下面的 javascript 代码:
将此脚本放在地址栏上并按 Enter 键。
Facebook is already providing
Hide All Requests
Button.And Still you can try below javascript code:
put this script on address bar and Hit Enter.
第 1 步 – 转到桌面版 Facebook 好友 (Web) 并向下滚动到底部(不要忘记将该列表一直向下滚动到底部):
链接为:< a href="https://www.facebook.com/friends" rel="nofollow noreferrer">https://www.facebook.com/friends
第 2 步 – 转到 Chrome/Firefox CONSOLE:
使用键盘快捷键Ctrl+Shift+I或右键单击页面的任何元素从菜单中选择“检查元素”。
选择CONSOLE
第 3 步 - 将此脚本粘贴到 CONSOLE 上:
PS:FACEBOOK - 法语版本
PS:FACEBOOK - 英文版
Step 1 – Go to the Facebook Friends On Desktop version (Web) and Scroll Down to the Bottom (Don’t forget to scroll down that list all the way to the bottom):
The link is : https://www.facebook.com/friends
Step 2 – Go to the Chrome/Firefox CONSOLE :
Use the keyboard shortcut Ctrl+Shift+I or select Inspect Element from the menu by right-clicking any element of the page.
Select CONSOLE
Step 3 – Paste this script on the CONSOLE :
PS: FACEBOOK -French version
PS: FACEBOOK -English version