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.

I have recently added support to post to a user's wall in my iPhone Application. However, I was wondering if it's possible to alter the text in a wall post after it has been posted. When I perform the post, I get a response from the server with the post id but it doesn't look like I can make modifications with it. It looks like the only way to do this is to delete the old post and create a new one. Is that correct?

share|improve this question
2  
It's not unusual. It prevents the case where you post something like "I am gonna donate to charity!" Then when people start posting back "Great idea!", "Me too!", etc you go back and change your original post to "I am going to throw cold water on a homeless guy." – Josh Einstein Dec 2 '10 at 4:07
@Josh Einstein: hehe... Official facebook information (from some article) is - to get more performance ;-) – zerkms Dec 2 '10 at 5:28
Haha, yea I figured Facebook wanted to prevent this kind of activity but wanted to make sure I wasn't missing something. Thanks! – salil Dec 2 '10 at 17:45

1 Answer

It is not possible either from UI or API.

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.