As the twitter has updated its API recently, how can I get the number of followers of a person?
I could get such data with old API using following, but if I understand correctly, it will stop working at any time.
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=twitter
How can I get the same data using their new API? I have checked their documentation but could not understand.