Class FollowPlaylistRequest.Builder

    • Constructor Detail

      • Builder

        public Builder​(java.lang.String accessToken)
        Create a new FollowPlaylistRequest instance.

        Following a playlist publicly requires authorization of the playlist-modify-public scope; following it privately requires the playlist-modify-private scope.

        Parameters:
        accessToken - Required. A valid access token from the Spotify Accounts service.
        See Also:
        Spotify: Using Scopes