Hi all.
I’m currently experimenting with the API for a personal project, but I’m stuck.
I want to know which lists (private lists created by myself) a specific user is a member of.
According to the docs I should use the following:
GET https://api.twitter.com/1.1/lists/memberships.json?screen_name=twitter&filter_to_owned_lists=true
And if I understand the docs correctly, it should return only the lists the authenticating user owns, screen_name is a member of.
Problem is that:
a) The response is always a list of all the public lists that the user is a member of. So it looks like the parameter is not taken into account.
b) My private lists are never returned in the response. If I mark the list as public, it shows up together with other public lists.
1 Like
system
Closed
#2
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.