I needed to be able to create Twitter lists for my Tweet Large project. So, here is a method i made to do this. It is in PHP and requires the cURL library. Simply pass the new list name, as well as the username and password and the list will be created.
public function createList($listname=”, $username=”, [...]
First of all, I am sorry for this being the only post within TWO months! Here is the story:
Over the past 2 months, and for the next little while I have been working on a project with a team. The site is Twitter based and its purpose is to give you free Twitter followers.
The front [...]
Today I was learning how to use the Twitter oAuth API. If you dont know what this is, it is a way to allow third party sites access to your Twitter account to send Tweets and read your data, without giving your actual password! I worked to get this implemented in to the Mass Tweet [...]
I have many Twitter accounts I need to manage, and recently a few of them have been hacked, or the passwords got changed for a few hours, then changed back. Instead of finding out too late when this happens, I decided to write a script that checks them, and emails me notifying me if the [...]