In a previous article I wrote about creating and registering a new twitter application. Creating applications on Twitter provides us with keys and tokens, that we may use to create requests in which we retrieve or post data to Twitter accounts, using the Twitter API. Aggregating Tweets from various public sources is an excellent way to […]
Twitter: Registering and Creating a new Application
Creating a new Twitter application requires several important steps. First we must register a new application, after the registration is complete we are provided connection keys, which we use to connect to the Twitter API. Once we are connected to the API we can retrieve or post information, depending on how we setup our application. In this […]