vote up 0 vote down star

Hello,

I want to get an edit token via a HTTP POST command. The API documentation says only

Edit token. You can get one of these through prop=info

Using action=query&prop=info&titles=Main Page&intoken=edit does not give me a token.

How to get it?

flag

67% accept rate

1 Answer

vote up 1 vote down check

The following works for me (as described at http://www.mediawiki.org/wiki/API:Edit_-_Create%26Edit_pages#Token):

http://en.wikipedia.org/w/api.php?action=query&prop=info&intoken=edit&titles=Sandbox

link|flag
Thank you! It was my fault: Had a problem while logging in. Edit tokens are only created for logged in users. ;-) – Stefan Jul 6 at 19:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.