Adam Green
Twitter API Consultant
adam@140dev.com
781-879-2960
@140dev

Search: search api

In yesterday’s post I recommended searching for the screen names of influential accounts as a way of getting high-quality leads for engagement. A related approach is to collect the timelines of key accounts, and extract the people they @mention. This is a good way to find the cool crowd in any subject area. If a […]

{ 0 comments }

Twitter search has been steadily improving since it was acquired from Summize in 2008. At first it returned tweets in a different format from the rest of the API, and had other integration problems, but Twitter has been working on it steadily. I’m writing a book on search API programming, and the first step is […]

{ 0 comments }

A lot of my engagement programming for clients has involved finding good leads for them to build relationships with and gain as followers. Obviously, the search API is a good place to start, but just searching for keywords that match your engagement interests is not the best approach. For example, if I wanted to find […]

{ 0 comments }

We converted the Twitter API Engagement Programming book to Kindle version last week, and it is now available in Amazon stores all over the world. If you don’t own a Kindle, Amazon provides a free reader app for Windows, Mac, and all major mobile devices: iPad, iPhone, Android, etc. http://www.amazon.com/gp/feature.html?docId=1000493771 This is the first Kindle […]

{ 0 comments }

by Adam Green on September 10, 2013

in

Installing the Twitter API Engagement Programming Source Code This is a simple version of the installation instructions for those who don’t own the Twitter API Engagement Programming book. The book contains much greater context for each of the scripts in this system, and also presents an overall engagement strategy for taking advantage of the scripts. […]

Javascript programming for Twitter changes dramatically with Twitter API version 1.1. The requirement to use OAuth with every API request means that you can no longer call the API directly from Javascript. Instead you have to rebuild all your Javascript code to proxy your requests through your own server. I know that a lot of […]

I’ve been having some Twitter discussions with devs about the breakage version 1.1 will cause for client-side Twitter apps. The simplest way to say it is that every page that uses direct Javascript calls to the Twitter API will break when version 1.0 is turned off in March. The only way you will be able […]

140dev Member Page: Free Twitter source code and ebooks

by Adam Green on December 19, 2012

in

Twitter API Engagement Programming book The source code for this book is available for download on its own page. Streaming API Framework Online Documentation | Download Source Code for Database Server | Download Source Code for Display Plugin Free ebook on Javascript Programming for Twitter API 1.1 PDF File | Source Code | Blog Post […]

This is a question I frequently get asked by new clients. They know there is a Twitter API available to collect tweets, but they have no idea how the results differ from just asking for tweets with Search.Twitter.com. I’ve recently explained the fact that a tweet database lets you create a long-term store that cannot […]

When new Twitter consulting clients ask me to plan a tweet collection database, the first question they always ask is how much it will cost. I can give them a rough estimate for the cost of my programming time based on their desired features, but it is impossible to know how much server power they […]

A good Twitter consultant should start any discussion with a potential client by reviewing the Twitter API rate limits on the features they want. This is really a case of form follows function. Twitter has defined what developers should be doing through their wide range of rate limits, and you better pay attention to them […]

Most of the Twitter consulting I do involves some form of tweet collection and storage in a database. Even when clients approach me with this in mind, they hardly ever realize just how valuable tweet data can be. In fact, it is priceless in the truest sense of the word, because there is no way […]