и пытаюсь авторизовать пользователя как написано в документации https://unsplash.com/documentation/user-authentication-workflow :
1. Direct the user to https://unsplash.com/oauth/authorize with the following query parameters:
….
If necessary the user will be asked to log in. They will be presented with the list of permission scopes being requested and asked to authorize.
2. If the user accepts the request, the user will be redirected to the redirect_uri, with the authorization code in the code query parameter.
3. Make a POST request to https://unsplash.com/oauth/token with the following parameters:
….
на втором шаге меня перенаправляют на redirect uri, но никаких query parameters в ссылке нет, если запринтить юрл, то выдает просто https://unsplash.com/oauth/authorize
Не понимаю, что не так и где мне взять этот код, может кто-нибудь помочь?
а авторизовалась на 1 шаге?
Обсуждают сегодня