Hi there:
followers_count is found under GET / USERS / SHOW
But how do I finish structuring the app info I need to get it would it be something like this ? where I place a dash after show and write followers count ?
What if I want to find out the count for more than one screen name , would I write screenname2 and so on ¡
https://api.twitter.com/1.1/users/show/followers_count.json?screen_name=screenname1, screenname2, …
Thank you
Javier _