jhewt/gumer-psn

Token expiry causes this to not work

Opened this issue · 3 comments

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 ?

check in chrome use inspect then network to get it

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

@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 ?