Message from discussion
Realtime API not POSTing to server?
Received: by 10.68.195.131 with SMTP id ie3mr2395879pbc.8.1335903503654;
Tue, 01 May 2012 13:18:23 -0700 (PDT)
X-BeenThere: instagram-api-developers@googlegroups.com
Received: by 10.68.195.100 with SMTP id id4ls89714pbc.8.gmail; Tue, 01 May
2012 13:18:22 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.68.216.104 with SMTP id op8mr1163393pbc.1.1335903502714; Tue,
01 May 2012 13:18:22 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
xuan...@splitp.com designates internal as permitted sender)
smtp.mail=xuan...@splitp.com; dkim=pass
header...@splitp.com
Received: by w9g2000pbm.googlegroups.com with HTTP; Tue, 1 May 2012 13:18:22
-0700 (PDT)
Date: Tue, 1 May 2012 13:18:22 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0)
Gecko/20100101 Firefox/11.0,gzip(gfe)
Message-ID: <b4449182-6eb6-4151-8dcf-b4594f57e927@w9g2000pbm.googlegroups.com>
Subject: Realtime API not POSTing to server?
From: James Cowhen <xuan...@splitp.com>
To: Instagram API Developers <instagram-api-developers@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi everyone, I have been using the Realtime api for awhile now and
everything was working great until today.
For some reason, I stopped getting POST data from the realtime API. I
tried listing out my subscriptions which looked good, re subscribe
comes back with a positive confirmation:
I would get a response like:
{"meta":{"code":200},"data":
{"object":"tag","object_id":"instadaily","aspect":"media","callback_url":"http:
\/\/xuanli.us\/","type":"subscription","id":"1728591"}}
However, I'm not getting any POST from instagram!
For example, waiting for 5 mins, I tail the access log:
tail /var/log/apache2 access.log
107.20.94.61 - - [01/May/2012:20:12:41 +0000] "GET /?
hub.challenge=334c060ce75c435f961ee4f320792ef5&hub.mode=subscribe HTTP/
1.1" 200 242 "-" "Python-urllib/2.7"
I only see that initial GET for the hub challenge which I passed -