Hello,
I am clearly confused on something.
The call
api.GetUser(user_id=follower_id)
works fine, and I have gotten lots of "users".
However,
api.GetListsList(user_id=follower_id)
is always returning (0,0,[])
And I am confused as to why ...?
I would like to get a list of what an ID is following.
Thanks,
Evan