Yigang Wu
Yigang Wu

Reputation: 3592

How to delete photo in Facebook

I'm writing a small windows application what is used to sync the photo between Facebook and user computer, I would like to delete the photo too when I delete it in my computer side, but Facebook don't provide the delete function in his API. How can I achieve it? I saw Apple iPhoto can do it, is Apple using private interface?

Upvotes: 1

Views: 1142

Answers (1)

zombat
zombat

Reputation: 94167

Facebook isn't a full-fledged photo management application. It's a way to share information (including photos) between friends. The API is very restrictive in order to protect privacy and data.

As far as I'm aware, there is no way you can delete any kind of Facebook user information through any public API or interface.

Upvotes: 1

Related Questions