tags:

views:

36

answers:

2

I would like to give my Facebook application users the ability to alter their profile picture with some predefined edits. How can this be accomplished?

A: 

If you're building an Facebook client I would suggest that you look at the API documentation where it is very probable that you will find the answer to your question (and whether it is even possible)

Edit: If it is not the API calls you have problems with you will need to give us more information regarding your problem.

adamse
I did take a look at the API documentation but could not find the answer. I know it's possible, though. I think the information provided is sufficient. I want the user to be able to edit their profile picture through my app.
As seen in Rob's comment it is not possible but for future reference, people do like to see what approaches you have tried so far, (since it helps to figure out what you could try next)
adamse
A: 

Taken from: http://wiki.developers.facebook.com/index.php/Photos.upload

You can upload to a specific user's album by calling photos.getAlbums. However, you cannot upload to a user's profile picture album.

Rob Cooper

related questions