Answer the question
In order to leave comments, you need to log in
Python-social-auth and Odnoklassniki - "Incorrect client_id parameter specified." Why does not it work?
I installed python-social-auth, set up authorization for Google, Yandex, Twitter and VKontakte without any problems.
For Odnoklassniki, he swears:
Invalid client_id parameter specified.
SOCIAL_AUTH_ODNOKLASSNIKI_OAUTH2_KEY = 'CBAKNK...'
SOCIAL_AUTH_ODNOKLASSNIKI_OAUTH2_SECRET = 'B36A06...'
SOCIAL_AUTH_ODNOKLASSNIKI_OAUTH2_PUBLIC_NAME = 'some-test'
Answer the question
In order to leave comments, you need to log in
It turned out to be in the settings, in KEY it was necessary to specify the application ID, and in PUBLIC_NAME - the public key.
SOCIAL_AUTH_ODNOKLASSNIKI_OAUTH2_KEY = '123.'
SOCIAL_AUTH_ODNOKLASSNIKI_OAUTH2_SECRET = 'B36A06...'
SOCIAL_AUTH_ODNOKLASSNIKI_OAUTH2_PUBLIC_NAME = 'CBAKNK..'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question