Last modified: 2009-05-04 07:07:14 UTC
works: http://test.wikipedia.org/w/api.php?format=jsonfm&action=query&prop=info&rvprop=content&intoken=edit&titles=User:TheDJ broken: http://test.wikipedia.org/w/api.php?format=jsonfm&callback=darn_it&action=query&prop=info&rvprop=content&intoken=edit&titles=User:TheDJ results in: "warnings": { "info": { "*": "Unrecognized value for parameter 'intoken': edit"
This is expected behavior: when JSON is used with callback, tokens and other user-specific data are not supplied for security reasons. This is documented at http://www.mediawiki.org/wiki/API:Data_formats#JSON_callback_restrictions
Should this be duped to 16616 or left open as a separate issue catcher?
(In reply to comment #2) > Should this be duped to 16616 or left open as a separate issue catcher? > Good point, I'd forgotten about that one. *** This bug has been marked as a duplicate of bug 16616 ***