frozenpandaman / splatnet2statink

Takes battle data from the SplatNet 2 app and uploads it to stat.ink
https://github.com/frozenpandaman/splatnet2statink/wiki
346 stars 61 forks source link

how to change scope in authorize url #147

Closed Asteroidxx closed 1 year ago

Asteroidxx commented 1 year ago

when I want to change scope for get more user inforamtion, I can't open the url.

frozenpandaman commented 1 year ago

Hi, sorry, what do you mean? I need more information as to what your issue is or what you're wanting to do.

Asteroidxx commented 1 year ago

Thank you,I have solved the problem. Now I had get 'access_token' and 'id_token' from request "https://accounts.nintendo.com/connect/1.0.0/api/token",I use them to request "mypage-api.entry.nintendo.co.jp/api/v1/users/me/play_histories" for get user's history game, but I get a response value of "The Token could not be parsed".

frozenpandaman commented 1 year ago

Sorry, I don't think this is s2s-related. I can point you to further resources if you're interested in other NSO app functions and endpoints.

Asteroidxx commented 1 year ago

Thank you! I want to know about them.

frozenpandaman commented 1 year ago

@Asteroidxx Checking out these repos & discussions should help:

https://github.com/samuelthomas2774/nxapi https://github.com/samuelthomas2774/nxapi/discussions/10 https://github.com/ZekeSnider/NintendoSwitchRESTAPI

Asteroidxx commented 1 year ago

Thanks! It will help me a lot.