Thanks for the response.
I tried to change it to user.streams but I still get zero data
$('#get-follower_list button').click(function() {
Twitch.api({ method: 'streams/followed' }, function (error, user) {
$('#get-follower_list input').val(user.streams);
});
})