我正试图通过js为我的网站设置一个instagram标签帖子块。
我知道我需要使用Instagram Graph API API并获得访问令牌来发送请求。但它在1小时后过期,我不想手动刷新它。有人知道自动刷新的好方法吗,最好是免费的,或者在这种情况下获得Long Lived Access Token吗?
任何想法或链接都会非常有用,谢谢!
解决方案或视频教程
您可以使用这个端点:
https://graph.facebook.com/{graph-api-version}/oauth/access_token?grant_type=fb_exchange_token&client_id={app_id}&client_secret={app_secret}&fb_exchange_token={your_short_time_access_token}
它返回一个长寿命令牌。(60天后到期(