/twitter-live-count

Auto-updating tweet information of a Twitter tweet.

Primary LanguagePHP

twitter-live-count

A PHP live tweet counter for Twitter.

Create a live updating tweet information as easy as this:

  POST to -> api.php
  
  VALUE -> id : "723413639558885376"

Will give an JSON response:

{
    "retweets": 1,
    "favorite": 5,
    "tweet": "hi, this is a tweet",
    "displayname": "matthew",
    "screenname": "properties"
}