Trouble Connecting with Vkontakte

we tried implementing vkontakte in our web3 game.
this is our website for testing it at this moment - https://prod-latest2.upvsdown.com/bitcoin-30
click on “Connect Wallet”
press on the “+” button in the popup.
and choose the vkontakte icon

this is our code:
web3auth.connectTo(WALLET_ADAPTERS.OPENLOGIN, {
loginProvider: “jwt”,
extraLoginOptions: {
domain: “https://dev-wvket3rcqh3ff2gx.us.auth0.com”, // Pass on the Auth0 Domain here
verifierIdField: “sub”, // Pass on the field name of the sub field in the JWT
clientId: ‘WzyR1BH5q6iLPKX8J***JtJ3zaS0’,
connection: “vkontakte”, // Use this to skip Auth0 Modal for ВКонтакте (vKontakte) login
},
});

and this is the error we got:

Hey @idob,

I understand you’re working on integrating vKontakte (VK) login via Auth0 and encountered an issue. Typically, this error appears if your application hasn’t been registered on VK through a developer account. To address this, you’ll need to link your application with VK properly.

In the Auth0 VK connection setup, you should find a section similar to the screenshot provided.


There, look for the guide on obtaining your Application ID, which will direct you to this page.

Once on the page, navigate to the ‘Installation’ tab, where you’ll find detailed steps for registering your app with VK. Following these instructions will allow you to obtain the necessary credentials (client ID, client secret, etc.) that you must then input into Auth0 to establish the VK login functionality.

I hope this process smooths out the setup for you. If you run into any more snags or have further questions, don’t hesitate to ask!

Hey @idob,

I just wanted to check in and see how things are going with your vKontakte integration using Auth0. Were you able to resolve the issues you were encountering? If you’re still facing challenges or if there’s anything more I can help with, please don’t hesitate to let me know.

Looking forward to hearing from you!

Hey @idob,

I’ve noticed that despite two follow-ups in the last couple of weeks, there hasn’t been a response from your side. I’m assuming that you might have found a solution to your issue on your own. However, if you still require assistance or have encountered any new challenges, please don’t hesitate to open a new thread.

Looking forward to hearing from you, should you need further assistance.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.