muledump icon indicating copy to clipboard operation
muledump copied to clipboard

Add Kongregate support for one-click-login button

Open Nightfirecat opened this issue 10 years ago • 4 comments

See related comment; the one-click-login button should be able to open Kongregate accounts as well as web accounts. This may require both Javascript and AutoIT changes.

It's like

if(guid=='email'||guid=='email' etc.)
{
var l = $('').addClass('button');
l.text('\u21d7');
l.attr('href', 'muledump:' + toHex(guid) + '-' + toHex(accounts[guid]));
l.attr('title', 'open this account');
return l;
}
if (guid=='kongregate code')
{
var l = $('button').addClass('button');
l.text('\u21d7');
1.attr('href','kongregate acc link')
l.attr('title', 'open this account');
return l;
}

Nightfirecat avatar Sep 23 '15 19:09 Nightfirecat

Ref: #81

Nightfirecat avatar Sep 23 '15 19:09 Nightfirecat

Just started working on this today. It's worth mentioning that the code I listed above works only in the case that someone wants the one-click login button to open the Kongregate game page. This does not, however, lead to the intended solution. One-click login still doesn't accept Kongregate or Steam credentials. This means that the change will entirely be in AutoIt; no changes will need to be made to muledump JS.

Nightfirecat avatar Oct 20 '15 23:10 Nightfirecat

Recently I cleared my history and the kongregate links for my version of muledump stopped working. They just get stuck on loading. Any help please?

jcw4262000 avatar Dec 08 '15 17:12 jcw4262000

@jcw4262000 That sounds like a separate issue -- can you please create a new issue in the tracker so we can diagnose it separately?

Nightfirecat avatar Dec 08 '15 20:12 Nightfirecat