I have a slug list like twitter.com/guidomb/iphone. I want to get the list id. How can i do this? I am using a Java application using Twitter4J, and the getUserListStatuses () method requires a list identifier, and I have a list. Is this a cool way to do this?
source
share