I get this error when I call groups.join :
VK Validation required: please open redirect_uri in browser [какой-то id]
Through curl, I open this url , but if after that I call groups.join
again, vk will return the same error again.
If you go to this url through the browser, it will say:
Please do not copy data from the address bar for third-party sites. This way you can lose access to your account.
http://vk.com/dev/need_validation is the link, but not everything is written there.
How to open this url for user validation?
access_token
passed to the url should work. I used validation only for bot instances, so I can't say how it happens for users. - awesoon