Topic on Talk:Wikibase

API token... documentation error?

2
Summary by Thiemo Kreuz (WMDE)

Editing via API must be done via POST, and can not be done via JSONP.

Valerio Bozzolan (talkcontribs)

Going here I see the «token» param. But trying to use it, it throws an error:

"code": "mustpostparams"
"info": "The following parameter was found in the query string, but must be in the POST body: token."

How to use it? Thanks.

Valerio Bozzolan (talkcontribs)

Solved. Means POST method. Yes, I used POST method, but I was under same origin policy restrictions, and it does not work with JSONP. Abandoned.