rvkstat (version 2.6.3)

vkAuth: Authorization in 'Vkontakte'

Description

Allows you to get a token to access the API using the scheme Authorization Code Flow - https://vk.com/dev/authcode_flow_user

Usage

vkAuth(app_id = 5344605, 
       app_secret = "CAyGdHhdgEBEW8fJCmzS", 
	   apiVersion = "5.68")

Arguments

app_id

Application ID, you can find it on the application settings page.

app_secret

Secure application key, you can find it on the application settings page.

apiVersion

API version.

Value

The list of credentials to work with the API Vkontakte

Examples

Run this code
# NOT RUN {
## Auth in VK
my_tok <- vkAuth(app_id = 1,app_secret = "H2Pk8htyFD8024mZaPHm")
# }

Run the code above in your browser using DataLab