I don't know whether you were able to figure this issue out but I have
a thought as to how to resolve it.
You seem to be receiving a json object as the payload, rather than the
intended jsonp object. To receive the correct response type, you can
do one of the following two things:
1) Add the query parameter, "format=json", to the url (i.e.
http://api.yipit.com/v1/tags/?key=btwVtKERaXYCrbSD&format=json).
2) Change your HTTP Accept Header to "application/json".
Either of these fixes should return the correct jsonp object. I
suspect that your client was sending the incorrect Accept Header
("text/html").
Sorry for the delay. I hope that helps.
Ben