Hey. I created my application as it should. And everything works for me But only for my token. The bottom line is this: through CURL, I send a request for the messages.get method and it works fine. But it is worth using another token in the application as the output is the following picture:
{"error":{"error_code":17,"error_msg":"Validation required: please open redirect_uri in browser 1056693590","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"messages.get"},{"key":"user_id","value":"156961900"},{"key":"v","value":"5.37"},{"key":"out","value":"0"},{"key":"count","value":"10"}],"redirect_uri":"https:\/\/m.vk.com\/login?act=security_check&api_hash=Π₯ΠΠ¨"}} So, I'm in a stupor. For everything works on localhost even with a dourage token (at least yesterday ha-ha worked), but on the host for users except me - no.
Just in case:
- All users have added to my application.
- Through the address bar, using any registered token, I can get the result.
- In the application settings, the working base domain, auth url, site address are indicated
redirect_uridirectly from the host - andreymal