Learn R Programming

traktok (version 0.1.1)

auth_research: Authenticate for the official research API

Description

Guides you through authentication for the Research API

Usage

auth_research(client_key, client_secret)

Value

An authentication token (invisible).

Arguments

client_key

Client key for authentication

client_secret

Client secret for authentication

Details

You need to apply for access to the API and get the key and secret from TikTok. See https://developers.tiktok.com/products/research-api/ for more information.

Examples

Run this code
if (FALSE) {
auth_research(client_key, client_secret)
}

Run the code above in your browser using DataLab