vkR icon indicating copy to clipboard operation
vkR copied to clipboard

Access to VK (Vkontakte) API via R

Results 22 vkR issues
Sort by recently updated
recently updated
newest added

Добрый день! Пытаюсь выполнить примерно вот такой код: setAccessToken(access_token = 'xxxxxx') vkR::getWallExecute(domain = 'overhear_berdsk', v = '5.81') на что мне возвращает ошибку: Error in vk_stop(message = response$error$error_msg, error_code = response$error$error_code):...

members = int [1:80870] - набор пользователей группы ВК ``` > members_network

Есть несколько ключей доступа. Хочу сделать, чтобы в процессе исполнения скрипт переключался от одного ключа к другому. Но если после одного vkOAuth сделать другой, вылазит ошибка Error in if (!is.null(location)...

The latest version of jsonlite no longer includes the deprecated `jsonlite::rbind.pages` function. You have already fixed this here, but it is not on CRAN yet. Would it be possible to...

VK api allows to do request with 'counters' field, which is currently missing. Response of such request can look like this: `{ "response": [{ "id": 9999, "first_name": "test", "last_name": "test",...

Не смог повторить построение графа друзей из примера. Функция getNetwork не найдена Error in getNetwork(my_friends$id) : could not find function "getNetwork" ставил пакет с github

Пытаюсь авторизоваться vkOAuth(6372986, 'friends', 'my_mail', 'my_pass') Получаю ошибку: Error in if (!is.null(location) & grepl("access_token", location)) { : argument is of length zero С одного аккаунта авторизуюсь без проблем, второй выдает...

Допустим, я хочу использовать метод вне пакета, напр photos.getById. Как мне его запустить, или писать функцию с нуля? Есть ли метод, который запустит другие методы API?