Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It is possible to select a picture from an album and put it as profile picture for my fan pages with the facebook graph api ?

share|improve this question

2 Answers

up vote 0 down vote accepted

No. You can't even upload to the users profile picture album.

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

https://developers.facebook.com/docs/reference/rest/photos.upload/

share|improve this answer

No it's not possible. Here is the official Page object document to check what can be done.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.