Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spotify Token Swap ruby file hosting

I am trying to test the new Spotify iOS SDK on a device, and this requires setting up a spotify_token_swap ruby file for oauth authentication.

I've never used ruby before and am a bit lost.

I also tried a python version of this file but also can't get it to work.

Does anyone have any advice on ruby script hosting, or any experience on working with the Spotify iOS SDK that could help?

Thanks

like image 773
stocknell Avatar asked Jan 20 '26 07:01

stocknell


1 Answers

You can use this python service instead:

  1. Download Google App engine here
  2. Install the launcher
  3. Go to chrismlarson's spotify-token-swap-gae and download the project, it will have everything you need.
  4. In Google app engine launcher, Press add excisting project
  5. Go Google app engines website and create a project, here you will get an app-id
  6. in app.yaml , replace spotifyauth with the app-id
  7. Press deploy
  8. Done, you can now access it on the web at app-id.appspot.com/swap

Before I got this solution, I've spend hours in the jungle of Python and Ruby, Cheers!

like image 76
Jonas Avatar answered Jan 22 '26 19:01

Jonas



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!