mgp25 / psn-api

PlayStation Network API in python
131 stars 26 forks source link

Changes to retrieving ticket_uuid #18

Open Bornhall opened 4 years ago

Bornhall commented 4 years ago

This is just to let people know that the ticket_uuid no longer seems to be part of the URL after signing in to https://bungie.net/en/User/SignIn/Psnid?code=000000

However, using for example Firefox's developer tools, specifically the Network tab, it is possible to capture the traffic and get the ticket_uuid that way. In the Network tab, look for a POST request to https://auth.api.sonyentertainmentnetwork.com/2.0/ssocookie. The JSON response from that request will/should contain the ticket_uuid.

At least this worked for me, so I thought I'd share that the ticket_uuid parameter in the URL seems to have disappeared just recently.

Example: newtoken