Hey, my app was using the /4/account/{account_object_id} route to get info about and to verify an user that has logged in to my app using their tmdb account. However, it seems like the route does not exist anymore (I'm getting 404 "The resource you requested could not be found.", with status code of 34, same response as for non-existent route.) Was there perhaps changes made to the v4 api? If so how does one verify a sessionId for a logged in user (v4) and fetch their name based on their v4 user object id? Also there doesn't seem to be much documentation surrounding this, apart from a couple of posts in this forum.
I appreciate what you guys do here, cheers!
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
Travis Bellからの返信
投稿:2024年08月01日 12:11 PM
Hey @aleksilassila,
Good catch! This route was missed during a migration a month or two ago.
I'll get this fixed up this morning, thanks.
Travis Bellからの返信
投稿:2024年08月02日 12:54 PM
I've restored the original
/4/account/{account_object_id}
route, you should be seeing responses there now.Thanks.