I have been looking around the web today to see how I could get a list of followers from twitter.
Apart of the code is -
$tweet->get('followers/ids', array('screen_name' => 'YOUR-SCREEN-NAME-USER', 'cursor' => 9999999999));
My Question is, How do I create a loop to display "Screen_name" of all my followers