Hi all,
I’m using the Pin login method for my application, as I prefer not asking the user for their password where possible.
In my requests to https://plex.tv/pinsand https://plex.tv/pin/12345.xml I am sending the following headers, however in my device list my tokens don’t show any details, am I missing something out?
“X-Plex-Product”, “Plex+Downloader”
“X-Plex-Version”, “1.0.0"
“X-Plex-Client-Identifier”, unique to each user and instance
"X-Plex-Device”, “Linux”
“X-Plex-Device-Name”, “Plex+Downloader+” + Environment.MachineName.Replace(" “,”+")
Any ideas?
Thanks finally figured it out!
I’m having the same problem, what was the solution?