A
A
Andrey Okhotnikov2019-07-10 16:59:26
User identification
Andrey Okhotnikov, 2019-07-10 16:59:26

Social Login on Localhost?

How to test login via social networks with this error

Мы обнаружили, что приложение mysite social login не может обеспечить безопасное соединение для передачи данных.
Вы не сможете использовать Facebook для входа в приложение mysite social login до тех пор, пока настройки безопасности этого приложения не будут обновлены.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Marianna, 2020-09-24
@MariNado

My problem was solved like this: remove mysite.com from the list of domains, and then use one of 2 methods (in a Python project):
1. If you work in test mode locally, then replace mysite in the domain settings with localhost on both sides, then FB perfectly accepts via http (https is not required)
2. If you need to communicate via the https protocol, set up an https tunnel, specify in the settings accordingly. domain name and also SOCIAL_AUTH_REDIRECT = True

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question