vkGetToken: Get vkontakte developer token

Description Usage Arguments Value Author(s) Examples

View source: R/vkGetToken.R

Description

vkGetToken open web link in browser and generate developer token, which you need for work with vk.com api

Usage

1
vkGetToken(app_id = getOption("rvkstat.app_id"))

Arguments

app_id

Your app id from filed in app page vkontakte.

Value

R object with vk.com token

Author(s)

Alexey Seleznev

Examples

1
2
3
4
5
## Not run: 
## Get vk api token
myToken <- vkGetToken(app_id = "1")

## End(Not run)

Example output

---------------------
Welcome to rvkstat version 2.6.3

Author:           Alexey Seleznev (Head of analytics dept at Netpeak).
Telegram channel: https://t.me/R4marketing 
Email:            selesnow@gmail.com
Blog:             https://alexeyseleznev.wordpress.com 
Facebook:         https://facebook.com/selesnown 
Linkedin:         https://www.linkedin.com/in/selesnow 

Type ?rvkstat for the main documentation.
The github page is: https://github.com/selesnow/rvkstat/

Suggestions and bug-reports can be submitted at: https://github.com/selesnow/rvkstat/issues
Or contact: <selesnow@gmail.com>

	To suppress this message use:  suppressPackageStartupMessages(library(rvkstat))
---------------------

Your vk token from URL parameter access_token: 
sh: 1: xdg-open: Permission denied

rvkstat documentation built on Oct. 18, 2021, 5:07 p.m.