Instagram subscription - Unable to reach callback URL [duplicate]

折月煮酒 提交于 2019-12-01 00:22:20

Although I have not found the answer to this, I found an alternative way to achieve a subscription, through the Instagram API console.

You need to put

  • In the Query the verify_token, client_id, client_secret
  • In the Body, inside the Text something like this (or the equivalent for your subscription): aspect=media;callback_url=http://54.77.253.34/instagram/InstagramServlet;object=location;object_id=18945195;

I got the hub.challenge=**** in my tomcat logs and therefore confirmed that the subscription was made.

Still, no idea as to why it is not working through the curl.

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