I followed the steps on generating token and session id.
I think there's some issue with the expiry time. The second I generate the token and get a session id, I get this error: But using guest session works fine.
{
"status_code": 17,
"status_message": "Session denied."
}
This was the generated token. Based on my timezone, I generated this at Jan 13, 2017 1:54 AM.
{
"success": true,
"expires_at": "2017-01-12 18:53:37 UTC",
"request_token": "30864276f2d176226ba872bcda22d9872d14007e"
}
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on January 16, 2017 at 10:43 AM
Hi there,
As per the documentation, are you completing step 2? Authorizing the request token with a user account? I just gave everything a test and it's working fine for me but if you skip step 2 and just try to create a new session ID with an un-authenticated request token you will indeed be presented with a session denied message.