Page 1 of 3
iScoreCentral; passing the login credentials within the URL
Posted: Sat Jan 16, 2010 12:25 am
by brentwalker
I was hoping that I could pass my user id and password as part of the URL so that I am taken directly to my homepage. Do you know if that can be done?
i.e. -
http://df999d1234:password@my.iscorecentral.com" onclick="window.open(this.href);return false;
Would be useful if this functionality worked.
Re: iScoreCentral; passing the login credentials within the URL
Posted: Sat Jan 16, 2010 11:18 am
by FTMSupport
You can do this now... the URL is a little cryptic, but it would be:
http://my.iscorecentral.com/dologin.php ... d=PASSWORD" onclick="window.open(this.href);return false;
Just change "CUSTOMERID" to your customer ID (from Device, or Email you registered with), and change "PASSWORD" to your password.
Re: iScoreCentral; passing the login credentials within the URL
Posted: Sat Jan 16, 2010 2:51 pm
by OhioTex
related...
last i checked we still can not write a url to take them to a specific game..
just our unigue home page.. correct?
Re: iScoreCentral; passing the login credentials within the URL
Posted: Sat Jan 16, 2010 2:54 pm
by FTMSupport
That is correct... direct links to games will come with team websites (which are getting close).
Re: iScoreCentral; passing the login credentials within the URL
Posted: Mon Jan 18, 2010 9:06 am
by Dweeb Dad
Could you please provide a complete example of the syntax for passing the username and password directly? thanks!
Re: iScoreCentral; passing the login credentials within the URL
Posted: Mon Jan 18, 2010 1:54 pm
by FTMSupport
Sorry... the forum converted the text to a URL, and didn't show the whole thing.... here it is again without the conversion so you can see it:
You can do this now... the URL is a little cryptic, but it would be:
Code: Select all
http://my.iscorecentral.com/dologin.php?r=./scorecasts.php&cid=CUSTOMERID&pwd=PASSWORD
Just change "CUSTOMERID" to your customer ID (from Device, or Email you registered with), and change "PASSWORD" to your password.
Re: iScoreCentral; passing the login credentials within the URL
Posted: Mon Jan 18, 2010 2:37 pm
by jamieharrison14
FTMSupport wrote:That is correct... direct links to games will come with team websites (which are getting close).
Team websites you say? Do tell more!
Re: iScoreCentral; passing the login credentials within the URL
Posted: Mon Jan 18, 2010 3:39 pm
by Dweeb Dad
Awesome! Thanks for the complete link!
Re: iScoreCentral; passing the login credentials within the URL
Posted: Mon Jan 18, 2010 4:43 pm
by FTMSupport
Team websites are something we have had in the works for a few months now. It will be a fully integrated team portal much like other sites you can find out there. It will have full integration with iScore and allow you to customize for your team. We are trying to wrap up a few other items, then will be completing the team websites.
They will have "customizable home pages", calendars, team rosters, game links, etc... everything you would expect from a team portal.
Re: iScoreCentral; passing the login credentials within the URL
Posted: Mon Mar 22, 2010 6:44 am
by brentwalker
Can you pass the User ID in the URL for iScorecast like you can for the admin website? including replay=1?
http://data.iscorecentral.com/iscorecas ... xxxxxxxxxx" onclick="window.open(this.href);return false;