On my band website, I'd like for visitors to be able to follow us on soundcloud with one click (assuming they are already signed in to soundcloud). Is this possible?
There is a Soundcloud API for this, I think:
/users/{id}/followings/{id}
But this requires authentication, which is more clicks than ideal.
Facebook provides a solution for this: https://developers.facebook.com/docs/plugins/follow-button/
Is there something analogous for Soundcloud?