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"
}
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 16 января 2017 в 10:43
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.