Hello!
I am trying to use the JavaScript response type with a callback
parameter, but the response is "A Digg API Request has an invalid
callback argument."
My callback is actually a necessary ARRAY that is referencing a
function. Unfortunately, the callback parameter doesn't support the
array's brackets as I'm trying to do:
http://services.digg.com/topics?appkey=http%3A%2F%2Fexample.com&type=...
( 'myfunc%5B4%5D' is the url-encoded 'myfunc[4]' -- an array for
JavaScript! )
Yahoo, for example, supports encoded brackets:
http://developer.yahoo.com/common/json.html
"Important: brackets requested in callbacks must be URL encoded"
I'm extra-hoping that the Digg API can soon support url-encoded
brackets in the callback! Thanks! : )