script.module.trakt app id?
#1
Hi Trakters.

I think I am missing a fundamental step here. Where do you get/generate your app id in script.module.trakt (999 in the example below)?
I created an app at trakt.tv with the redirect uri urn:ietf:wg:oauth:2.0:oob for devices.
So I have a client id and client secret but no app id.
I borrowed the script.trakt values for a test and my app works with them but not my own.

Code:
Trakt.configuration.defaults.app(
        id=999
    )
Trakt.configuration.defaults.client(
        id="d4161a7a1***********************************",
        secret="b5fcd7cb5d9bb963784d11bbf8535***********************************"
    )
Reply
#2
I found the answer on the Trakt Google+ group.
The id is at the end of the url for your app.
Pin authentication is depreciated and will be updated to device authentication soon.
Reply

Logout Mark Read Team Forum Stats Members Help
script.module.trakt app id?0