I am working with twitter frineds_list API. I am able to get max=200 friends details. To get all the user details we need to use cursor parameter. i have given like this cursor=next_cursor_str which in turn not returning next 200 users list. Why is it happening ?
NOTE : I am passing my account credentials only. I have worked above scenarion to retrieve on of my friend followers details.