Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there a way to get itch.io indivigual user's profile and use it?

A topic by raspisanie created Sep 17, 2020 Views: 413 Replies: 2
Viewing posts 1 to 2

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.

Moderator(+1)

It should be possible with the OAuth API. Of course, the user has to log in through your game for that.

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'.

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.