Archive for December, 2007

French website and bug killing

Last week we launched our website in French. All texts are translated, we’ll keep only the screencast in English. If you speak French, check it out:

Visit our French website now.

Besides that, we are working around the clock to fix any bugs that are still loitering. If you find any of these little nuisances please let us know ;)

Leave a Comment

Now we have JSON in our API

Hi, I am Wendely Leal, a ninja-developer from boo-box, and it’s a pleasure to announce that now we have a JSON API.

This is a common and modern way to transport data between web applications. With JSONP you can do cross-domain requests through JavaScript.

The access is almost the same way as our XML API (check out the release post):

http://boo-box.com/api/format:json/aff:ecommid/uid:userid/tags:searchterms/jsonp:jsoncallbackfunction

Examples:

To use it with jQuery, put “/jsonp:=?” at the end of the URI. Example:

http://boo-box.com/api/format:json/aff:amazonid/uid:boobo-20/tags:book+sport/jsonp:=?

See a practical example on http://boo-box.com/labs/jsonp/.

Have fun, and if you have any trouble or suggestions, contact-us by tech@boo-box.com.

Comments (4)