Charcoal-SE / metasmoke

Web dashboard for SmokeDetector.
https://metasmoke.erwaysoftware.com
Creative Commons Zero v1.0 Universal
43 stars 34 forks source link

Retracting flags, possible? #511

Closed iBug closed 6 years ago

iBug commented 6 years ago

SOBotics published this blog and it may be worth reading >>> https://blog.sobotics.org/2018/09/retract-flags

Currently, the Stack Exchange APi allows us to raise flags on posts, but no way to to retract them.

However, you can still retract a flag by sending a HTTP Post request to https://stackoverflow.com/flags/posts/{post id}/retract/{flag type} and passing your cookies (namely acct and prov) plus your fkey along.

Seems like it requires a logged-in session and has no value to metasmoke?

ArtOfCode- commented 6 years ago

Correct, not a viable solution for us.