Follow a user as the authenticated user.
OAuth access token
The user's ID or URN to follow
When the API returns an error
import { followUser } from 'soundcloud-api-ts';await followUser(token, 123456); Copy
import { followUser } from 'soundcloud-api-ts';await followUser(token, 123456);
https://developers.soundcloud.com/docs/api/explorer/open-api#/me/put_me_followings__user_id_
Follow a user as the authenticated user.