This may seem a trivial question, but it is a serious one none the less. I have found no way to edit existing comments created by a facebook application using the application. Occasionally I may cause my app to create a comment on an object, then later int he logic the data provided in that comment may of changed.
My current technique in order to avoid spammy looking comments, is to delete the other comments made on that object by my application, and create a new one with the new data.
This has obvious drawbacks, any 'like' data is lost and as a result of this can make the app look more spammy to facebook (ironic).
Thanks.