Description Usage Arguments Value
Accessing the user's instagram token
Creating access token for interacting with Instagram API
1 2 3 | ig_token()
ig_create_token(client_id, client_secret, scope = "basic public_content")
|
client_id |
Client key. |
client_secret |
Client secret. |
scope |
Desired scope, defaults to basic and public. |
The user's access token, if available.
Sets environment variable and invisibly returns access token.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.