-
Notifications
You must be signed in to change notification settings - Fork 97
How to find the: auth, userid and roomid
Izzmo edited this page Dec 17, 2012
·
3 revisions
- First, you must create a turntable.fm account using the online form or by logging in using Facebook or Twitter.
- After, make sure you're able to login on turntable with that account.
- When you're done, you will have to find your auth string and userid for the account.
- This bookmarklet will give you that information directly.
You can also open a javascript terminal (Control + Shift + J (on Windows/Linux) or Command + Option + J (on Mac) on Chrome Browser) on the turntable.fm website, and type : turntable.user.id
AND turntable.user.auth
- Go on a page like : http://turntable.fm/alaingilbert
- Look at the source code of the page (Command + Option + U (Mac) or Control + U (Windows/Linux))
- Find something like:
TURNTABLE_ROOM = {roomid: '4dd926e1e8a6c4198c000803'};
TURNTABLE_ROOM.shortcut = 'dubstep';
(this link may help you : https://github.com/alaingilbert/Turntable-API/issues/2)