Description Usage Arguments Value Author(s) Examples
Allows you to get a token to access the API using the scheme Authorization Code Flow - https://vk.com/dev/authcode_flow_user
1 2 3 | vkAuth(app_id = 5344605,
app_secret = "CAyGdHhdgEBEW8fJCmzS",
apiVersion = "5.68")
|
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. |
The list of credentials to work with the API Vkontakte
Alexey Seleznev
1 2 3 4 5 | ## Not run:
## Auth in VK
my_tok <- vkAuth(app_id = 1,app_secret = "H2Pk8htyFD8024mZaPHm")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.