Instagram ruby gem - Unable to reach callback URL

会有一股神秘感。 提交于 2019-12-01 23:53:45
Kalamun

I had the same problem.

Seems that instagram doesn't reach the URLs that returns a blank page.

In my case, the script that receives the call had a syntax error and, with error_reporting=off, gives back an empty page. Once I've fixed the script, instagram starts to reach the URL.

I had the same problem,

In heroku i was using only one dyno and the callback returned 400: Unable to reach callback URL becouse when instagram called back the dyno was busy in the first call (the create subscription call) and returned error. For someone with the same problem i used two dynos and unicorn.

I had the same problem. It worked when I accidentally restarted the router and got another IP assigned. It seems that Instagram might block some subscriptions (and the error message Unable to reach callback URL in that case is really misleading).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!