I'm using the MediaWiki API for the first time, with MediaWiki 1.12.0 and 1.13 alpha. When I perform a "move" or "delete" like this:
http://mywiki/w/api.php?action=move&from=newpage&to=newpage2&rea...
using the "move token" I received from:
http://mywiki/w/api.php?action=query&prop=info&intoken=move&titl...
I always get the result for the first URL (action=move):
unknown_action: Unrecognised value for parameter 'action'
Any suggestions? Thanks. DanB