0

I try to delete a message from my inbox. But i get 100 invailid parameter exception I use csharp sdk

FacebookWebClient fbw = new FacebookWebClient(accesstoken);
fbw.Delete("/userid_messageid");

Cagri D. Kaynar
  • 348
  • 1
  • 10

2 Answers2

2

There's no way to delete inbox messages with current API's. Permission about inbox is read-only.

tersakyan
  • 773
  • 6
  • 15
0

Did your app create that message in the first place? If not, then you cannot delete it.

DMCS
  • 31,720
  • 14
  • 71
  • 104