douwei8672 2014-04-18 13:52
浏览 69

如何在PHP中使用REST API获取Instagram永久访问令牌?

I have offline access the instagram REST API,

But expire the instagram access token.

How do I get an Instagram permanent access token using REST API in PHP?

(or)

How do I get an Instagram access token without user login ?

Thanks Advance...!!!

  • 写回答

1条回答 默认 最新

  • duandie0921 2014-04-18 14:14
    关注

    How do I get an Instagram permanent access token using REST API in PHP?

    From the API docs:

    Note that we do not include an expiry time. Our access_tokens have no explicit expiry, though your app should handle the case that either the user revokes access or we expire the token after some period of time.

    So all Instagram access tokens are "permanent" until either the user or Instagram expires it.

    How do I get an Instagram access token without user login ?

    You shouldn't be able to, because that would mean a security breach. If I revoke the token I authorized you to have, you shouldn't be able to just get a new one without my approval.

    评论

报告相同问题?

悬赏问题

  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序