Posted January 16, 2014
Hi
Wouldn't it be cool to have more social-features in GOG?
I would love to be able to follow friends and see what they're up to - which games bought recently, which there are playing? I'd like to post screenshots from games to that service - cause I'm just tired of keeping this things around all the time on my own.
Simple stating - just make some features of Steam available for GOG users.
I even started to look into the possible options of creating such features on top of GOG on my own, but there are at least two major show stoppers.
I found out, that there is a GOG unofficial API - for installer. It is described at length here: github.com/lhw/gogdownloader/wiki/API Sadly, this offers incomplete operations, like operation "get_user_games": "...api.gog.com/en/downloader2/user_games/", not returning anything. Since I'm able to log in and get my user's data it would be just sufficient to get my games through this api too. I can't.
This API is implemented as OAuth 1.0. This forces its users to pass plaintext user and password to the service. Implementing a separate service around such API would look _VERY_ insecure to users.
So, It would be great if GOG released a proper API to the whole service. Only this step would allow me or anyone interested to implement a social service on top of it.
What do you think? Is it possible in the foreseeable future?
Regards
Marcin
Wouldn't it be cool to have more social-features in GOG?
I would love to be able to follow friends and see what they're up to - which games bought recently, which there are playing? I'd like to post screenshots from games to that service - cause I'm just tired of keeping this things around all the time on my own.
Simple stating - just make some features of Steam available for GOG users.
I even started to look into the possible options of creating such features on top of GOG on my own, but there are at least two major show stoppers.
I found out, that there is a GOG unofficial API - for installer. It is described at length here: github.com/lhw/gogdownloader/wiki/API Sadly, this offers incomplete operations, like operation "get_user_games": "...api.gog.com/en/downloader2/user_games/", not returning anything. Since I'm able to log in and get my user's data it would be just sufficient to get my games through this api too. I can't.
This API is implemented as OAuth 1.0. This forces its users to pass plaintext user and password to the service. Implementing a separate service around such API would look _VERY_ insecure to users.
So, It would be great if GOG released a proper API to the whole service. Only this step would allow me or anyone interested to implement a social service on top of it.
What do you think? Is it possible in the foreseeable future?
Regards
Marcin
Post edited January 16, 2014 by zygm0nt