Like several others (http://drupal.org/node/1468334 and http://drupal.org/node/752386), I'm looking for a way to manipulate user-level flags on behalf of other users.
My use-case: I've created a content type for volunteer tasks and users can flag which tasks they're interested in helping with. I've also created a View that provides me with a list of all users who've flagged the different tasks (grouped by task, but not relevant for my question.)
What I'd like to be able to do is unflag users from this administrative view. Based on the two issue posts referenced above, I'm assuming this isn't possible at the present time...
If it isn't possible, I'd like to make this a feature request; there seems to be some interest in it. If it is possible, I'd love some guidance on how to make it work, even in a hack-ish form.
Thanks for the awesome work... this module has been helpful to me in the past in so many ways on so many different projects.