我使用了这个脚本https://github.com/LookHin/instagram-photo-video-upload-api并将照片发送到instagram。
一开始一切都还好,但现在我错了
{"message": "checkpoint_required", "checkpoint_url": "https://i.instagram.com/challenge/7802983840/9pgObzPwlG/", "lock": true, "status": "fail", "error_type": "checkpoint_challenge_required"}这个问题现在在每次启动脚本后显示,并按下按钮“它的我”没有帮助。如何修复?
发布于 2018-06-26 02:47:31
你应该使用官方的api of Instagram,因为你在非官方的Api中使用,这是禁止在Instagram上发布媒体的方式。
但是我刚刚看到了那个
的内容发布应用程序接口仅与Facebook营销合作伙伴和Instagram合作伙伴处于封闭测试阶段。我们目前不接受新的申请者。
所以Instagram Graph Api 不是解决方案
我查看了堆栈溢出,我发现:
您不能通过接口将图片发布到Instagram。
https://stackoverflow.com/questions/51029900
复制相似问题