iScoreCentral; passing the login credentials within the URL
- brentwalker
- Posts: 242
- Joined: Thu Jul 30, 2009 7:13 pm
- Location: Houston Area
iScoreCentral; passing the login credentials within the URL
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.
i.e. - http://df999d1234:password@my.iscorecentral.com" onclick="window.open(this.href);return false;
Would be useful if this functionality worked.
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: iScoreCentral; passing the login credentials within the URL
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.
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
related...
last i checked we still can not write a url to take them to a specific game..
just our unigue home page.. correct?
last i checked we still can not write a url to take them to a specific game..
just our unigue home page.. correct?
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: iScoreCentral; passing the login credentials within the URL
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
Could you please provide a complete example of the syntax for passing the username and password directly? thanks!
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: iScoreCentral; passing the login credentials within the URL
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:
Just change "CUSTOMERID" to your customer ID (from Device, or Email you registered with), and change "PASSWORD" to your password.
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
-
- Posts: 4
- Joined: Mon Jan 04, 2010 3:30 pm
Re: iScoreCentral; passing the login credentials within the URL
Team websites you say? Do tell more!FTMSupport wrote: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
Awesome! Thanks for the complete link!
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: iScoreCentral; passing the login credentials within the URL
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.
They will have "customizable home pages", calendars, team rosters, game links, etc... everything you would expect from a team portal.
- brentwalker
- Posts: 242
- Joined: Thu Jul 30, 2009 7:13 pm
- Location: Houston Area
Re: iScoreCentral; passing the login credentials within the URL
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;
http://data.iscorecentral.com/iscorecas ... xxxxxxxxxx" onclick="window.open(this.href);return false;