facebook-graph-apivideomovies

Remove Movies app action


I try manage entitites in video.wants_to_watch, if this entities created in my app all ok. But if I added some movie from facebook web page, I can't remove them. I recieve this error:

"(#10) User cannot delete action"

In https://graph.facebook.com/me/video.wants_to_watch I see movies, what I added from facebook web page, created with "Movies" application. So the question is how I can delete action created in Movies app with my custom app.

Thanks for help.


Solution

  • You cannot as is the case with any object added that is not added by your application.

    e.g. you cannot delete pictures not posted from your application.

    It's to prevent rogue apps running amok messing with data they don't own.