You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shrub (GAE)
I am looking at Shrub JSON response and I was wondering if there is
any callback function parameter.
I want to use it in an Ajax application and without a callback there
isn't a simple way to do cross-domain requests.
Am i missing something or the only way to use Shrub with Ajax is by
hosting it or a proxy?
gabe
unread,
Jan 26, 2009, 9:24:32 AM1/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shrub (GAE)
Oh good call. Should now accept a callback parameter. I put some more
detailed documentation up on the main page (http://
shrub.appspot.com/).
Also changed the content-type to text/javascript (Before it was
application/json).
Let me know if you see any problems, or you know, if you have anything
cool to show :)
Thanks,
--gabe
vlad
unread,
Jan 28, 2009, 8:17:12 AM1/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shrub (GAE)
I've played a little with some javascript and your API but in the end
I've build a google gadget for browsing a bucket.
Because Google Gadgets API already has a fetch function I don't need
any longer the callback param (it's a good enhancement anyway).