I am trying to create a welcome tab for one of my pages, but I would like to be able to access a users likes (permission user_likes).
I can only find documentation on ho
Instead of displaying the link ($loginUrl) try to redirect user, for example using php header function or js location.href.