如何通过Facebook API删除Facebook消息?

问题描述:

是否可以通过读取邮箱权限检索所有Facebook消息ID,然后将其全部删除?每个人都在抱怨删除聊天/消息历史记录有多么困难.我想知道是否有编写此应用程序的简便方法.

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. I wondered if there was an easy way to write an app to do this.

Facebook API-消息

通常,您将对

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."