Tagged Questions
1
vote
1answer
478 views
Problem in Wikipedia API
I have problem using the Wikipedia API. I use this PHP script,
<?php
$xmlDoc = new DOMDocument();
...
0
votes
1answer
315 views
Mediawiki: Invalid Edit Token
I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):
I require an edit token
It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)
I send the HTTP POST for ...