Answer the question
In order to leave comments, you need to log in
Authorization through social networks on 1C-Bitrix stopped working. What to do?
Colleagues, good afternoon!
At one unpleasant moment, user authorization through VK and FB stopped working.
The standard bitrix functionality \bitrix\modules\socialservices\classes\general\vkontakte.php
is used. It works fine via Twitter.
We have VDS
OpenSSL 1.0.1e-fips 11 Feb 2013
Answer the question
In order to leave comments, you need to log in
As paradoxical as it sounds, it needs to be updated.
The fact is that Vkontakte and Facebook unilaterally change their API. For example, FB changed the protocol, and VK now explicitly requires you to specify the version number.
VK authorization fixed in version 17.5.4 (update will be enough)
FB authorization fixed in version 17.5.3 (in addition to the update, you also need to change the settings in the Facebook developer account)
from 01.06 I couldn’t log in through VK
, I got an error ?auth_service_id=VKontakte&auth_service_error=1
-- we
found a solution, it might come in handy:
in the bitrix/modules/socialservices/classes/general/vkontakte.php file,
the version number 5.8 was replaced with 5.71
?v=5.8& works on ?v=5.71&
!!!
I wrote my authorization script through VKontakte, Odnoklassniki, FaceBook if anyone needs it: - available at the link: blog.ivru.net/?id=58
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question