pf_accesstoken.RdGenerate an access token for the Petfinder API (V2)
pf_accesstoken(key = NULL, secret = NULL)
| key | A key provided to the user by the Petfinder API (V2) |
|---|---|
| secret | A secret provided to the user by the Petfinder API (V2) |
An access token for the Petfinder API (V2)
# NOT RUN { token <- pf_accesstoken(petfindr_key, petfindr_secret) # }