Skip to content

OAuthAccessTokenException The access_token provided is invalid #14

Open
@vashish1

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions