The API supports JSONP so there should be no issues with things like XmlHttpRequest's same-domain limitations.
~Daniel Friesen (Dantman, Nadir-Seen-Fire) ~Profile/Portfolio: http://nadir-seen-fire.com -The Nadir-Point Group (http://nadir-point.com) --It's Wiki-Tools subgroup (http://wiki-tools.com) --The ElectronicMe project (http://electronic-me.org) -Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) --Animepedia (http://anime.wikia.com) --Narutopedia (http://naruto.wikia.com)
Anirudh Sanjeev wrote:
Hi,
I'm new to the interwiki API, and need to post to another language's wikipedia, though en.wikipedia.org/w/api.php (I use a bookmarklet which use javascript that runs on en.wikipedia.api).
I am trying to generate a request, which contains action=edit along with summary, token and the required post data.
If i wanted to post to, say the german wikipedia, I am not able to use de:Article_Title to edit articles. I cannot access de.wikipedia.org, while I can read german articles fine from en.wikipedia.org
Please suggest a way to use the API to post across the interwiki. Thank you.