Impossible to get an access_token for Instagram Basic Display API

前端 未结 7 2209
谎友^
谎友^ 2021-01-04 12:32

I\'m trying to get an access_token from Instagram to use their Basic Display API for a new app (simply display tweets on a webpage).

I followed these steps: https://

相关标签:
7条回答
  • 2021-01-04 13:21

    I found the solution.

    The direct uri must the same as you use in the beginning.

    ex. You use

    www.abc.com/auth 
    

    to get the code. When you exchange the token the redirect_uri must be the same as

    www.abc.com/auth
    
    0 讨论(0)
提交回复
热议问题