我通过隐式流程获得了令牌
https://oauth.vk.com/authorize?client_id={clientId}&redirect_uri={redirectUri}&scope=327680&response_type=token
独立应用程序。
试图满足请求groups.getRequests
https://api.vk.com/method/groups.getRequests?group_id={groupId}&access_token={accessToken}
我得到了答案:
{"error":{"error_code":15,"error_msg":"Access denied: no access to call this method","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"groups.getRequests"},{"key":"group_id","value":"xxx"}]}}
通过https://vk.com/dev/groups.getRequests页底部的表单,请求已在同一组上成功执行。
其他请求组。 *(groups.approveRequest除外)执行没有问题。我在做什么错了?
答案 0 :(得分:0)
确保生成的访问令牌具有groups permission。如果您是从其他用户生成的,请确保他们在该组中具有管理员权限。
答案 1 :(得分:0)
https://oauth.vk.com/token?grant_type=password&client_id=1914441&client_secret= &= https://vk.com/id95207078 &password = ***&v = 5.103&2fa_supported = 1