Hi guys.
I am making a html5 game and I want to get user's itch.io profile and use it on my game.
Is there a way?
Help me plz.
I tried with OAuth but failed.
I uploaded my game as a zip file - single html file - and tried redirect like this :
https://itch.io/user/oauth?client_id=myclientid&scope=profile:me&redirect_uri=https://mysite
But itch.io site fire an error - Refused to display 'https://itch.io/login' in a frame because it set 'X-Frame-Options' to 'sameorigin'.