GET graph.user.info
Acquire information about current Graph API token
Method allows you to get additional information about current Graph API token, i.e. token’s linked group
Request example
https://api.ok.ru/graph/me/info/
?access_token=tkn18YdUJZe:CQABPOJKAKEKEKEKE
?access_token=tkn18YdUJZe:CQABPOJKAKEKEKEKE
Response example
For group token (Bot API token):
{
"name": "group name",
"group_id": "group:123456789012345"
}