Hi again!
Thanks for the update provided.
Most probably the error received when trying to save the template might be caused by the fact that you had multiple tabs opened with the same page which was causing conflicts on the dashboard whenever you were attempting to save the changes.
To provide you some updated on my end, I was able to make the social connection work by using the following settings for the custom login button:
- Authorization URL:
https://id.vk.com/authorize?response_type=code&client_id={{client_id of the vk app}}&
redirect_uri={{callback URL set inside the VK dashboard}}&
code_challenge={{generated code challange and verifier}}&
code_challenge_method=S256
- Token URL -
https://id.vk.com/oauth2/auth
- Client ID - vk app id
- Client Secret - vk app protected/secure key
- Fetch User Profile - I used the same script you have provided//other sample scripts
The issue that I have ran into is that I am received an invalid {{any user profile parameter}}
error, which it appears that the retrieved data is incorrect in order to build an user profile.
Regarding this, I would advise to contact VK support.
If you have any other questions, let me know!
Kind Regards,
Nik