I'm creating a webapp gathering stats from SoundCloud.
I would like to determine whether a user (I've got the ID) is following me or not. All that I can do so far is parse me/followers page-by-page over and over again.
I think this is quite cumbersome. Is there a better way to achieve this? SoundCloud itself can manage it and you're using the API as well.