Skip to content
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

Не подключается к api #3

Open
upup666 opened this issue Mar 29, 2019 · 1 comment
Open

Не подключается к api #3

upup666 opened this issue Mar 29, 2019 · 1 comment

Comments

@upup666
Copy link

upup666 commented Mar 29, 2019

Приветствую, все делаю по мануалу, но все равно пишет
[SecureStorage] accessToken not found

В чем может быть проблема?
И Ваш сайт пробовал и свой..

@subdan
Copy link
Owner

subdan commented Mar 29, 2019

Если пишет
accessToken not found
значит accessToken не сохранился в Keychain.
Поставьте breakpoint на строку 50 класса LoginViewController и после ввода логина и пароля проверьте чему равен fragment.
Должно быть что-то типа:
"access_token=###"
Если у вас что-то другое — покажите.

Так же поставьте print(url) в 74 строку и посмотрите куда происходит редирект при вводе логина и пароля.

Должно быть так:

https://www.instagram.com/oauth/authorize?client_id=###&redirect_uri=https%3A%2F%2Fsubdan.ru%2Foauth&response_type=token
https://subdan.ru/oauth#access_token=###

Если не так — покажите.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants