通过Facebook API删除Facebook消息? [英] Deleting Facebook Messages via Facebook API?

查看:141
本文介绍了通过Facebook API删除Facebook消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法检索所有具有read_mailbox权限的Facebook Message id,然后逐个删除它们?每个人都在哭泣,很难删除您的聊天/消息记录。想知道如果有一个简单的方法来编写应用程序来执行此操作。



http://developers.facebook.com/docs/reference/api/message/

解决方案

通常你会发出一个HTTP DELETE调用来 https://graph.facebook。 com / messageID?access_token = ...但是看起来这是一个API调用,要求从Facebook进行特殊的白名单,或者目前不支持,因为它现在不起作用并返回不支持的删除请求。


Is there a way to retrieve all Facebook Message ids with the read_mailbox permission and then delete them all one by one? Everyone is crying about how it's difficult to delete your chat/message history. Wondered if there was an easy way to write an app to do this.

http://developers.facebook.com/docs/reference/api/message/

解决方案

Normally you would issue an HTTP DELETE call to https://graph.facebook.com/messageID?access_token=... But it appears that this is an API call that either require special whitelisting from Facebook or isn't currently supported because it does not work right now and returns "Unsupported delete request."

这篇关于通过Facebook API删除Facebook消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆