Skip to contents

Authenticate for the official research API

Usage

auth_research(client_key, client_secret)

Arguments

client_key

Client key for authentication

client_secret

Client secret for authentication

Value

An authentication token

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

if (FALSE) { # \dontrun{
auth_research(client_key, client_secret)
} # }