jaysoftware
Burson Marsteller
Burson Marsteller an international brand marketing agency, had a website developed to highlight the top 150 G20 influencers across the Globe. It was required that each influencer, ten per page, most recent two twitter feeds be pulled into each country page. Generating 20 calls to twitter per page load.
The main difficult was to overcome that fact that twitter only allows for 150 hits per IP address and then it will not service the pages. So the solution was to store the most recently updated tweets to a database and only call on the database when the 150 limit was reached, therefore still showing the user relevant content. JSON, PHP, MYSQL was used.
Burson Marsteller
Burson Marsteller an international brand marketing agency, had a website developed to highlight the top 150 G20 influencers across the Globe. It was required that each influencer, ten per page, most recent two twitter feeds be pulled into each country page. Generating 20 calls to twitter per page load.
The main difficult was to overcome that fact that twitter only allows for 150 hits per IP address and then it will not service the pages. So the solution was to store the most recently updated tweets to a database and only call on the database when the 150 limit was reached, therefore still showing the user relevant content. JSON, PHP, MYSQL was used.