Closed gfauredumont closed 11 years ago
Hey @gfauredumont. It seems as if you're using the 'older' API (version 0.x). The new API is indeed available, simply change the dependencies in your manifest according to our Developer Guidelines (http://developer.spotify.com/technologies/apps/guidelines/developer/#spotifyframeworks).
OK, I got it, I'll try this asap THANKS ! ;)
(so the "preview" is not a preview but the real thing, right ?)
Hi,
I'm trying to clean my app by using what's described in your API preview page, but I get errors...
For instance
models.application.addEventListener('activate', my_fonction);
will give meObject #<Application> has no method 'addEventListener'
for this one, I'm refering to https://developer.spotify.com/technologies/apps/docs/preview/api/api-models-application.html
Is this next API already available for us ?
Thanks