I am using the SoundCloud API and I've noticed a difference between the number of likes on the website and the number of likes given by the API.
For example:
HTTPResponse resptest = wrapper.get(Request.to("/users/4132982/favorites?limit=200");
gives 133 likes. The soundcloud public profile for that user has 141 likes. Does anybody have an idea of what the problem is?
"This was tagged, as a duplicate. It has nothing related to the other question."