Closed waldyrious closed 5 years ago
Update from Zurich Hackathon's OAuth tutorial session:
To use OAuth with client side apps, one can either:
For future reference, some useful information was collected in https://github.com/maxlath/wikidata-cli/issues/25
Revisiting this issue, I'm starting to think that having a way to edit the content may be beyond the scope of this tool. I mean, we are stripping out some content like references and templates, which an edit to the text could potentially conflict with (e.g. removal of a bit of text that had a reference at the end).
If we instead show the actual source code with all the relevant, then the experience is not too different from editing on Wikipedia itself anyway, which would make the added complexity not be worth it.
Considering the above, plus the technical issues listed in previous comments, I decided to close this as "wontfix".
Will need server-side component, see http://www.mediawiki.org/wiki/API:Data_formats#JSON_callback_restrictions (state-changing actions aren't possible when using JSON in callback mode)