Instagram realtime api https -


i'm coding app in php , i've had issues starting tag subscription when don't use https, i've tested both ways , prefer use http if possible.

has else run , know of solution?

their documentation doesn't show need https. when use http error

unable reach callback url "http://...

my issue wasn't https vs http. function curls post data. rebuilt , works now.

a note future people trying use realtime api returns 0 data instagram post find odd, why note include post id @ least. ping server data subscription effected. worth noting see data have use command in php

$igdata = file_get_contents("php://input");


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -