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).
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2024 年 05 月 23 日 11:09上午
There is no "logout" method for v3. If you want to delete your session you can use the delete session method.