I\'ve been trying to recreate the spotify oauth connection in MeteorJS. I\'ve gotten as far as requesting the access and refresh tokens, but I keep getting a 415 error now.
You need to use params instead of data when sending the JSON object. Related question: Unsupported grant type error when requesting access_token on Spotify API with Meteor HTTP