Vk authorization error
-
Hello, there is a problem with Vk.com authorization. Maybe their API has been changed. I’ve got following message:
{"error":"invalid_request","error_description":"invalid scope"}
Here is a full request:
https://oauth.vk.com/authorize?client_id=7306107&scope=offline,wall,photos,pages&redirect_uri=https://oauth.vk.com/blank.html&display=page&v=5.42&response_type=token
I looked into documentation and found that scope “offline” not available for their open API anymore. And when i tried to get token without this scope i’ve got “wrong IP” error. Seems like they associate token to user’s IP. They have another approach which not require IP, it uses code instead of token.
Is there any solutions to this problem right now? If not, can I help you somehow?
- The topic ‘Vk authorization error’ is closed to new replies.