Scaling to millions of users with a Twitter tool [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question How do Twitter tools like Buffer scale to millions of users where they have to write thousands of tweets every second? I have … Read more

Twitter client?

I have a voice server which currently sends an email to notify when someone called. But actually, since messages are very short (“[object] Name – number”), the server could just as well send a message with Twitter instead of forcing users to connect to their Gmail account (we don’t use BlackBerry’s, just smartphones with an … Read more

Exchange 2010 Blocking Twitter

I am responsible for a windows network with an Exchange 2010 server. It appears that we haven’t been receiving twitter emails for quite sometime, maybe even as far back as just before Halloween/November. Does anybody know how one would properly whitelist Twitter or check emails that were bounced directly? Here’s part of a Mark from … Read more

Deploying App which uses twitter stream api on multiple servers

I am using Twitter streaming APIs to fetch latest tweets from Twitter and respond to them if they match a certain criteria (a particular Hashtag) If deployed on one instance, it works very well as their is only one app responding to the tweets. If I want to scale this to multiple instances, there will … Read more

PHP script works on local MAMP server but not IIS 8 server

I have a PHP script that displays Tweets embedded in a site I built out on my local machine. When I uploaded the site to my IIS 8.0 server, the PHP script no longer works and I receive this error: Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\i360_new\footer.php on line 76 The script is: <?php … Read more

What protects the access to the Twitter API? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 months ago. Improve this question I get a consumer key and secret and a token with a token secret to send with my request to the API. Why … Read more

Analyzing twitter packets [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question Thanks for your time. I’d like to find a way if a client has made a ‘GET’ or a ‘POST’ request for twitter. … Read more

Hosting provider recommendation for site to accomodate a php http proxy

Recently discovered my current hosting provider doesn’t allow php proxys. Unfortunately for a site I’m building, there is no other option (Flash based web application to consume Twitter API) Can anyone recommend an affordable hosting provider with this feature? Answer I personally recommend that you use a dedicated hosting platform for this type of application, … Read more

DNS lookup failed — dig: couldn’t get address for ‘ns1.p34.dynect.net’: failure

I am a Network Admin from India, managing a large University Network of more than 15000 users. Here goes my problem – > My DNS is unable to get ip address for ns1.p34.dynect.net. when i use dig +trace twitter.com on my DNS Server i get this messages:- dig: couldn’t get address for ‘ns1.p34.dynect.net’: failure and … Read more

linux caches route with IPs of machine it has no access to

I have a VPN with a gateway, and an application server. The app server only knows about the gateway of the VPN. The gateway of the VPN knows about the gateway of the physical network the vms are hosted on. Problem: I can’t reach api.twitter.com from the application server. Observation : the cache is filled … Read more