- Nov 8, 2009
- 8,887
- 9,192
This section lacks topics of depth beyond "what language should I learn" but every time I post here I've always been lucky enough to find someone who knows exactly what I'm talking about.
Talking about sniffing the IG API...
So if I authenticate and post a request, say I send a message or a like or anything... it works but then if I do an additional request, it logs out meaning I get the following reply on the next POST request.
{u'logout_reason': 2, u'status': u'fail', u'message': u'login_required', u'error_body': u'Please log back in.', u'error_title': u"You've Been Logged Out"}
So basically I have to re-authenticate after each call with the 6-digit pin.
Any idea what's going on?
Talking about sniffing the IG API...
So if I authenticate and post a request, say I send a message or a like or anything... it works but then if I do an additional request, it logs out meaning I get the following reply on the next POST request.
{u'logout_reason': 2, u'status': u'fail', u'message': u'login_required', u'error_body': u'Please log back in.', u'error_title': u"You've Been Logged Out"}
So basically I have to re-authenticate after each call with the 6-digit pin.
Any idea what's going on?