views:

37

answers:

1

I want to get all the user from a list using twitter api. But i have some query regarding this. Does this needs oauth authentication? I am using python.

+1  A: 

Returning the members of a specified list does require authentication.

dorzey