NBA International League Pass - Add-on
(2015-11-16, 18:42)GriffeyJuni0r Wrote:
(2015-11-16, 00:38)maxgalbu Wrote: The problem is how to know what team you chose for your account (without creating a setting). Can you try and execute this line of code in your terminal, replacing "yourusername" and "yourpassword" and paste the result here?

Code:
curl -X POST -d "username=yourusername&password=yourpassword" "https://watch.nba.com/nba/secure/login?"

Eg. mine is:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<result>
  <code>loginsuccess</code>
  <data>
    <premium>
      <![CDATA[true]]>
    </premium>
    <givenName>
      <![CDATA[Massimo]]>
    </givenName>
    <refresh>
      <![CDATA[true]]>
    </refresh>
    <userName>
      <![CDATA[myusername]]>
    </userName>
    <hasSubscription>
      <![CDATA[true]]>
    </hasSubscription>
  </data>
</result>


Thanks for looking into this - I figured it would likely have to be a setting, but if you can figure how how to do it in the code that would be great too. Here's my result:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<result>
    <code>loginsuccess</code>
    <data>
        <premium><![CDATA[true]]></premium>
        <givenName><![CDATA[dot]]></givenName>
        <refresh><![CDATA[true]]></refresh>
        <userName><![CDATA[myusername]]></userName>
        <hasSubscription><![CDATA[true]]></hasSubscription>
    </data>
</result>

Guessing that didn't give us much about what specific team the subscription was for - Anything else I can try to help?
Reply


Messages In This Thread
[No subject] - by Macki - 2012-03-05, 11:26
[No subject] - by InVAMPED - 2012-03-07, 01:30
[No subject] - by robla - 2012-03-07, 08:01
[No subject] - by ThY91 - 2012-03-08, 11:32
[No subject] - by Macki - 2012-03-08, 13:10
[No subject] - by InVAMPED - 2012-03-09, 01:50
RE: NBA International League Pass - Add-on - by GriffeyJuni0r - 2015-11-22, 07:17
Fire TV 4k Stick - by mecir - 2020-02-02, 17:14
RE: Fire TV 4k Stick - by kokan - 2020-02-02, 17:24
Logout Mark Read Team Forum Stats Members Help
NBA International League Pass - Add-on6