twitter - twurl followers/ids.json ALWAYS returns my own followers -
here twurl command:
twurl "cursor=-1&screen_name=forexcom&count=5000" /1.1/followers/ids.json
this twitter account has 70k followers. when above command own 1600+ followers in list.
the command formulated according twitter api guidelines here: https://dev.twitter.com/rest/reference/get/followers/ids
i have tried , without cursor, using either screen_name or user_id or both. have passed count=1000
. nothing works. 1600+ of own followers. it's though not passing arguments @ all.
can see errors in command?
the format used post requests, -d switch added, of course.
get requests should have parameters appended in query string:
twurl "/1.1/followers/ids.json?cursor=-1&screen_name=forexcom&count=5000"
the above query works.
Comments
Post a Comment