https://bugzilla.wikimedia.org/show_bug.cgi?id=30826
--- Comment #1 from Jamie Thingelstad <[email protected]> 2011-09-09 12:39:19 UTC --- Wait a second, looking in the code for SMW_QP_JSONlink.php it looks like it does support JSONP // check whether a callback function is required if ( array_key_exists( 'callback', $this->m_params ) ) { $result = htmlspecialchars( $this->m_params['callback'] ) . "({\n\t" . $properties . ",\n\t" . $items . "\n})"; } else { $result = "{\n\t" . $properties . ",\n\t" . $items . "\n}"; } I think I just wasn't passing the parameter is callback, but instead jsoncallback. I'll test this and if needed update the documentation wiki to clarify. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
