Open
Description
Hello,
I am trying to use this package but even after generating long-lived API access token, It shows me error.
`api := instagram.New(cid,secret, token,true)
if ok, err := api.VerifyCredentials(); !ok {
panic(err)
}`
error :
`panic: Error making api call: Code 400 OAuthAccessTokenException The access_token provided is invalid.`
What is the reason for this error?
Metadata
Assignees
Labels
No labels