jhewt / gumer-psn

A Playstation Network API written in Node.js
MIT License
346 stars 71 forks source link

Token expiry causes this to not work #41

Open nonrect opened 4 years ago

nonrect commented 4 years ago

Hey, Unfortunately every once a while oauth token (client_id, client_secret, ...) gets expired and causes your code to not work anymore

Does anybody know a way to get a new "client_id" and "client_secret" with "grant_type=password" permission ?

hr330s commented 4 years ago

check in chrome use inspect then network to get it

nonrect commented 4 years ago

check in chrome use inspect then network to get it

Unfortunately you don't understand the question the one with "grant_type=password" can't be retrieved from inspect > network

srpatel19590 commented 4 years ago

@nonrect I'm looking for the similar help. have you already figured a way to create client_id and client_secret with grant_type=password ?