api - cannot get the favorite movies from tmdb with validated session ID? -
i can account details via session id cannot favorite movies same session id. know?
once have valid session_id
user, need call users /movie/favorite
method. here's example:
https://api.themoviedb.org/3/account/{id}/favorite/movies?api_key={api_key}&session_id={session_id}
note {id}
, {api_key}
, {session_id}
vars need changed.
hope helps.
Comments
Post a Comment