简体   繁体   中英

Deleting Facebook Page inbox messages via the graph API

Is there currently a way to 'delete' inbox messages for Facebook pages using the API?

I understand that deleting an inbox message on facebook.com only removes it from your inbox, and doesn't entirely remove the message. Is there a call that provides this same functionality using the API?

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

You cannot delete a inbox message using the API currently. As the permission states ( read_mailbox ), the API only provides read-only access to messages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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