lkd_auth | R Documentation |
Authorization in Linkedin API. For more details see link.
lkd_auth(login = Sys.getenv("LKD_LOGIN"))
login |
your Linkedin login |
No return value, just take API token
## Not run:
# set auth data
lkd_set_client_id('Your client id')
lkd_set_client_secret('Your client secret')
lkd_set_login('Your linkedin login')
lkd_auth()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.