views:

1447

answers:

1

I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not just post an image on their wall).

I can't see anything in the docs. Do you know if this is possible and if so any docs on implementating it?

Thanks,

James.

+3  A: 

No, you cannot.

From the photos.Upload documentation:

However, you cannot upload to a user's profile picture album.

Portman