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 edit a photo or a video caption and description after it was uploaded to facebook using the GraphAPI?
what I mean is can you upload the video using your own application and some time afterwards the application updates the caption?

share|improve this question

1 Answer

up vote 0 down vote accepted

Yes, using the Graph API, just HTTP POST to the {photoId} with the updated parameters in the form post. Play with that functionality here: http://developers.facebook.com/tools/explorer?method=GET&path=me

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 21:55
1  
Haven't had the chance to test it yet. I will in the next couple of days. I am testing it on a video and I hope it will act the same. – Itay k Feb 22 '12 at 14:11
1  
It does not work. I tried to change the parameter 'name' of a photo and got the error '(#221) Photo not visible'. (I just uploaded that photo with the same access token) – Tanin Mar 10 '12 at 16:40
I get the same error, and I am requesting access user_photos,publish_actions,publish_stream – Christian Apr 5 '12 at 7:12
It could be that the photo is not visible to the API just yet. It takes time for propagation to happen. It's happened to me even with adding comments to a newly added post. In January I did try using the API Explorer tool and it worked fine. But, it's been nearly 3 months and who knows what all has changed in the API since then. If it is no longer working, then log a bug at developers.facebook.com/bugs and report back here with the bug link so others can see it. Thanks. – DMCS Apr 5 '12 at 23:31

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.