-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More of a suggestion/Question...... #2
Comments
Use the |
Yeah, I know that, but you need to do another request just for the ID...... What I'm saying is that the token request should also return the user's ID, or at least have an option to tell it to, to save the extra request, since most of the time if someone needs the token, he'll need the ID of that user. |
That's currently not possible, as its not a standard property of oAuth2 Once proper oAuth2 with scopes and (actual) app-specific
Although this is better suited at https://github.com/hummingbird-me/hummingbird |
Okay, thanks for explaining..... I didn't post it on the main Kitsu page because I thought it's more of a back-end problem rather than a front-end, but I guess I'm wrong. Next time I'll write on that thread. |
Hi, is it possbile to get a anime myanimelist ID? |
When getting the authentication token for the user (which isn't written anywhere at the docs (anywhere that I looked at)) that you need for updating your list and stuff, Is it possible to also get that user's ID? As in, when I request "https://kitsu.io/api/oauth/token?grant_type=password&username=MYUSERNAME&password=MYPASSWORD"
it gives me the token but there's no way (that I know of....) of getting the ID for that same user (which is needed for updating the user's library). Of course you could just do another request to get the ID, but I think it should be obvious/implied that if someone wants a user's token he'd also want his ID.
The text was updated successfully, but these errors were encountered: