我想获得该组的禁止用户。但它会引发错误
{"error":{"error_code":15,"error_msg":"Access denied: no access to call this method","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"groups.getBanned"},{"key":"group_id","value":"ХХХХХХХ"},{"key":"v","value":"5.62"}]}}
我有组管理员权限,在安装过程中我要求访问组:
"https://oauth.vk.com/authorize?client_id=".APP_ID."&display=page&redirect_uri=".REDIRECT_URI."&scope=groups&revoke=1&response_type=code&v=".V
该应用程序还表示要求访问群组。
令牌有效。本地主机上的网站。
account.getAppPermissions
返回位掩码 262144 - 访问用户组。
根据隐式流程
groups.getBanned
方案,只能使用在独立应用程序中授权期间收到的令牌指示调用该方法。在这种情况下,在授权期间,参数必须等于值。redirect_uri
https://oauth.vk.com/blank.html
我在这个问题的答案中详细解释了授权:vk openapi likes.add。那里的作者和你有完全一样的问题,只是用了不同的方法。