I have a small open source library that I maintain, which now has its own tag on StackOverflow with just over 50 questions (I'll not name the library and keep this question generic, but it wouldn't take a genius to work it out). This is very nice, and I much prefer StackOverflow as an environment for answering questions than the forums over at CodePlex.
However, I have noticed a concerning trend. Someone posts a question about a problem they are having using my library. Then someone else, often a user with quite high rep, posts a guessed solution, looking for some quick upvotes, despite clearly never having used my library or tested their answer. Next thing happens is that the several drive-by visitors see the interesting question, like the look of the nicely formatted code sample, and up-vote it.
The only trouble is, sometimes the answer is completely wrong, with a code sample that could never work, or a completely false statement about the library's capabilities. I usually downvote such answer with a comment explaining why it is incorrect (I am not exactly trigger happy with downvotes - only 5 of my 1307 votes so far have been downvotes, and in my experience, people tend to react to a downvote like its a slap in the face). I also try to add my own "official" answer as the maintainer of the library, but often I have come by days later and my own answer doesn't pick up the "first answer wins" upvotes leaving the wrong answer as the community's chosen winner.
My question is, what can I do as an open source project maintainer about such answers which now exist as sources of misinformation about my library, potentially frustrating users of the library who will google their way to these questions in search of guidance? I suppose I could post links to the bad answer on twitter to encourage downvoting of it, but that seems downright mean, and an abuse of the SO voting system anyway. And if I go around policing every answer that relates to my library with downvotes, edits or comments, will this be considered antisocial behaviour on SO?
I am also wondering whether the stackoverflow voting system is flawed for topics where the majority of site users don't actually know enough to tell a correct answer from an incorrect one? I admit that I myself have been guilty of upvoting an answer that looks like it is correct without really knowing if the code sample is any good or not.
Edit I should also add that a similar problem exists when an updated version of the library renders a previously good and highly-upvoted answer incorrect. If it is my own answer I can of course edit it, but if it is someone elses what should I do - comment perhaps, or can I edit the answer itself to add a note explaining it is no longer up to date?