简体   繁体   English

通过图形API删除Facebook页面收件箱消息

[英]Deleting Facebook Page inbox messages via the graph API

Is there currently a way to 'delete' inbox messages for Facebook pages using the API? 目前是否有办法使用API​​“删除”Facebook页面的收件箱邮件?

I understand that deleting an inbox message on facebook.com only removes it from your inbox, and doesn't entirely remove the message. 我知道删除facebook.com上的收件箱邮件只会将其从收件箱中删除,并且不会完全删除邮件。 Is there a call that provides this same functionality using the API? 是否有使用API​​提供相同功能的调用?

I've tried DELETE https://graph.facebook.com/m_id.123456789?access_token= {page_access_token} to no avail (OAuthException (#3) Unknown method) 我试过DELETE https://graph.facebook.com/m_id.123456789?access_token= {page_access_token}无济于事(OAuthException(#3)Unknown method)

You cannot delete a inbox message using the API currently. 您目前无法使用API​​删除收件箱邮件。 As the permission states ( read_mailbox ), the API only provides read-only access to messages. 作为权限状态( read_mailbox ),API仅提供对消息的只读访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM