I have a requirement to access the Netfilx using rest API and I need 'userId' to access the user data. I am not sure how I can get the 'userId' from my netflix account. It is very important to me. Please help me to solve this problem
Take a look at the Authentication Overview at http://developer.netflix.com/docs/Security#0_18325. In step 7 where you get the access token for a user you also get the user ID. Authentication is a bit complex, but it is the only way to access user data. There are links to sample code at http://developer.netflix.com/page/Resources.
Hi All,
I have a requirement to access the Netfilx using rest API and I need 'userId' to access the user data. I am not sure how I can get the 'userId' from my netflix account. It is very important to me. Please help me to solve this problem
Thanks in advance.
Message edited by rkvegiraju 3 years ago
Rich Knox – 3 years ago
Take a look at the Authentication Overview at http://developer.netflix.com/docs/Security#0_18325. In step 7 where you get the access token for a user you also get the user ID. Authentication is a bit complex, but it is the only way to access user data. There are links to sample code at http://developer.netflix.com/page/Resources.