I have created a request token and then made a login page for my web app using the Create Session(with login) endpoint .I have not done anything with v4 .Now how do i use the Logout endpoint using my v3 tokens(request token,session Id,API key,API Read Access Token).
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 23 de mayo de 2024 a las 11:09
There is no "logout" method for v3. If you want to delete your session you can use the delete session method.