Instagram Subscription - Unable to reach callback URL - ONGOING

This problem has been published many times, but I have not yet found a solution. I contacted Instagram developer support, but after a week I was still out of luck, or the answer shaped them so that someone could help me. My app has been approved by Instagram for basic permissions.

Running the POST form for https://api.instagram.com/v1/subscriptions/ with all the relevant data (callback_url, object = user, aspect = media, verify_token, client_secret, client_id) to create a subscription for Instagram user subscribers gives an error: APISubscriptionError - unable to get callback URL

  • The callback URL that I use is registered on it to register all requests that work when accessed directly through the browser. Using magazines, I see that Instagram has not even reached my callback URL.
  • The callback URL is publicly available over the Internet, and the domain is used in production.
  • The callback URL implements the GET and POST methods (even PUT just in case).
  • Worked a few weeks ago using the UAT URL.
  • The callback url still returns โ€œUnable to reach the callback urlโ€ using http or https.
  • I changed the IPs, used a VPN and ran a post script in different places.
  • Tried different parts, for example, domain.com/instagram/subscriptions or domain.com/instagramsubscriptions -Tried another subdomain and a different URL.
  • Removed all subscriptions using DELETE request

Any help or suggestions would be greatly appreciated.

+7
instagram api instagram
source share

No one has answered this question yet.

See similar questions:

3
Subscription API Error 400 Cannot Get Callback URL

or similar:

8
Instagram real-time tag update - callback called twice?
5
Instagram API. "Unable to reach callback url"
3
Subscription API Error 400 Cannot Get Callback URL
3
Ruby On Rails: Instagram gem unable to reach callback
2
Invalid Subscription API URL: Instagram
2
Instagram ruby โ€‹โ€‹gem - Unable to reach callback url
2
Instagram doesn't call callback URLs for specific tags
2
Could not reach callback url
one
Invalid format for callback url - Instagram API library and python
0
nodejs and instagram-node I get 400 - Unable to reach callback url

All Articles