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&reason=Testing+it%21&token=99835fa819f666114054d7b6210a1bc5%2B%5C
 
using the “move token” I received from:
 
http://mywiki/w/api.php?action=query&prop=info&intoken=move&titles=newpage&format=xml
 
I always get the result for the first URL (action=move):
 
unknown_action: Unrecognised value for parameter 'action'
 
Any suggestions?
Thanks.
DanB