Skip to content

How to find the: auth, userid and roomid

Izzmo edited this page Dec 17, 2012 · 3 revisions

Using the bookmarklet

  • 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.

Manual Approach

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

Getting the RoomID

  1. Go on a page like : http://turntable.fm/alaingilbert
  2. Look at the source code of the page (Command + Option + U (Mac) or Control + U (Windows/Linux))
  3. Find something like:
TURNTABLE_ROOM = {roomid: '4dd926e1e8a6c4198c000803'};
TURNTABLE_ROOM.shortcut = 'dubstep';

(this link may help you : https://github.com/alaingilbert/Turntable-API/issues/2)

Clone this wiki locally