ZekeSnider / NintendoSwitchRESTAPI

Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.
MIT License
645 stars 43 forks source link

/v1/Account/Login #2

Closed timtlm closed 6 years ago

timtlm commented 7 years ago

I could not get this request to work. I kept getting Bad Request responses. I ended up being able to get the access token by using /v1/Account/GetToken using the same request format.

Riven-Spell commented 7 years ago

https://twitter.com/mattisenhower/status/908460571191795713

this is currently broken. We have no clue how to fix this. If you want to access the Splatoon 2 APIs, you'd best extract your iksm session from the integration by using something like Telerik Fiddler

frozenpandaman commented 6 years ago

Update at https://github.com/ZekeSnider/NintendoSwitchRESTAPI/issues/6#issuecomment-422365655 (duplicate issues, pretty much)

ZekeSnider commented 6 years ago

Closing this as duplicate of #6.