Twitter UserStream auto update with https -


I am currently connected to the Twitter User Stream API but it seems that I have my production environment (https) Works on the platform server.

Some of the information that I personally checked by myself: - 2 environments are on the same server, so this can not be IP block - a code issue would be possible, but it is unlikely because it is staging Works on, but not on production - NGNX is configured correctly, because it works before https

The only thing I can think is that Twitter is blocked Our https connection , We reached a Twitter cap or Twitter is having problems streaming to HTPS.

Is there anyone who can help me before or with this?

It seems that it was due to twitter that was connected to the website from an internal (badly Documented) puts the border into its userstream service. (I think this connection limit is around 20 to 30 connections).

The solution I now use now selects every 90 seconds in each of my APIs.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -