Skip to content

Commit e7c39a9

Browse files
authored
Update vk api
1 parent 9708902 commit e7c39a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func getVkCreds(link string) (string, string, string, error) {
8989
token1 := resp["data"].(map[string]interface{})["access_token"].(string)
9090

9191
data = fmt.Sprintf("vk_join_link=https://vk.com/call/join/%s&name=123&access_token=%s", link, token1)
92-
url = "https://api.vk.ru/method/calls.getAnonymousToken?v=5.264"
92+
url = "https://api.vk.ru/method/calls.getAnonymousToken?v=5.274&client_id=6287487"
9393

9494
resp, err = doRequest(data, url)
9595
if err != nil {

0 commit comments

Comments
 (0)