I am building an app that relies on the user_likes
permission and checks what artists (music) has a particular user liked. I thought of using test users to automate my app's testing, but it seems I cannot like things as that user. If this is the case, test users are pretty useless for me.
Is there a way to like an artist (say, Avicii) with my test user?