I want to use Asana like this, but I always receive the message about invalid label.
$.ajax
url: "https://app.asana.com/api/1.0/projects"
username: apikey
dataType: "jsonp"
success: (projects) ->
Update:
Okay, it looks like something changed. The JSONP call seemed to work fine. See also the thread below. This is what this CoffeeScript is based upon. Also other stuff things I worked on stopped working. Did something about the Asana-API change? There are no updates regarding this.