Subject: | Action watch now requires token |
I used to be able to watch a file as follows:
$mw->api( { action => 'watch', title => "$_->{title}", watch } )
But since https://bugzilla.wikimedia.org/show_bug.cgi?id=29070 was implemented in 1.18, it now requires a token.
I get the following error:
notoken: The token parameter must be set.