-
Notifications
You must be signed in to change notification settings - Fork 9
Oauth doesn't work in Ruby 2 #10
Comments
D'oh. Will try to dig into this. I was trying to avoid the weight of the OAuth gem, but we might have to bite the bullet. |
Has this issue been resolved? I am trying to authenticate with Rdio API using ruby library and still getting the "Developer Inactive" error... |
I'm unable to reproduce using Ruby 2 and a fresh install of the latest version of the |
FWIW I first saw this issue, then I started seeing my name returned with
|
@lodestone Thanks for the feedback. Can you share your version of Rdio and OSX? |
@pengwynn Yosemite, rdio 1.2.2 |
I wonder if the AppleScript interface changed in v2. I'm on Rdio |
I'm on Rdio 2.36 - My mistake - I thought you were asking for the rdio-cli version. And you asking about the Rdio version made me realize - I need to have the native app running. Duh. I've been running rdio web version with Fluid so I actually forgot I even had a native app of Rdio. Anyway - it's "fixed" now. Cheers |
I'm guessing this has something to do with the black magic going on in the custom rdio-simple oauth stuff.
› rdio user error: 795: unexpected token at '<h1>403 Developer Inactive</h1>'
This probably belongs upstream with rdio-simple, but maybe this project should just use a normal oauth gem instead of rdio-simple altogether.
The text was updated successfully, but these errors were encountered: