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.

Is it possible to update a Facebook object such as page's album from the GRAPH API.

In my instance I would like to update the name and description of the album.

share|improve this question

1 Answer

According to the Facebook docs for the album endpoint, there is no way to update any of the fields for the album.

Based on my experience, it's not possible to update fields for graph API objects. Sometimes you can update connections, such as being able to change the position of a tag for a particular user in a photo.

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.