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
Post a Comment