Learn R Programming

lares (version 5.1.0)

li_auth: OAuth Linkedin

Description

This function authenticates and creates a token for LinkedIn's API REST

Usage

li_auth(app_name = NA, client_id = NA, client_secret = NA)

Arguments

app_name

Character. Your App's given name.

client_id

Character. Your App's client ID.

client_secret

Character. Your App's client secret.

Value

Character. String with token requested.

See Also

Other API: bring_api(), fb_accounts(), fb_ads(), fb_creatives(), fb_insights(), fb_posts(), fb_post(), fb_process(), fb_rf(), fb_token(), li_profile(), queryGA(), slackSend()

Other LinkedIn: li_profile()