San Antonio at Oklahoma City
body {
margin-top:0 !important;
padding-top:0 !important;
/*min-width:800px !important;*/
}
.wb-autocomplete-suggestions {
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
position: absolute; display: none; z-index: 2147483647; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.wb-autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.wb-autocomplete-suggestion b { font-weight: bold; }
.wb-autocomplete-suggestion.selected { background: #f0f0f0; }
| |||||||||||
About this capture
Organization: Internet Archive
__wm.bt(600,27,25,2,"web","http://www.cbssports.com/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat","2014-07-14",1996);
if(top.location != self.location && (document.referrer.indexOf("cbssports.com") == -1)) {window.open(location.href, '_top');}
var surround=new Object();
surround.cat = ['a','b','c','d','e','f'];
surround.cookie = readCookie('surround');
if (surround.cookie == false || surround.cookie == undefined) {
surround.pick = Math.floor(Math.random() * surround.cat.length);
surround.subsession = Math.floor(Math.random() * 4) + 1; /*subsessions 1-4*/
document.cookie=("surround="+surround.cat[surround.pick]+"|"+surround.subsession+";domain=.cbssports.com;path=/" );
surround.cookie = readCookie('surround');
}
if (surround.cookie) {surround.sessions=surround.cookie.split("|");}
surround.vguid = v1();
var cbsiadGlobal = { };
var dwTag = "&PGUID="+surround.vguid +"&cookiesOn=" +cbsiadGlobal.cookiesOn;
if (!random) {var abc=Math.random() + ""; var random=abc.substring(2,abc.length);}
var switchDl="";
var switchXFP="on";
var adLookup="media/spln/nba/reg/free/gamecenter_recaps";
var xfpObj='vguid='+surround.vguid+'~cid=24578239~exclude=nba~user=anon~team=NBA_OKC,NBA_SA~env=prod~arena=nba';
xfpDomain='.cbssports.com';
xfpSlot='/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps';
// tracks if this is the first page the user has visited in this session
function xfpFirstPageCookie() {
if (xfpFirstPage) {return xfpFirstPage;} // only run once per page, if already set, just return value
var xfpFirstPage = readCookie('XFP_FIRSTPAGE'); // get firstPage cookie
if (!xfpFirstPage) { // if cookie doesn't exist, this is the first page, so firstPage = 1
xfpFirstPage = 1;
} else if (xfpFirstPage == 1) { // else, this is the second page, set firstPage = 0
xfpFirstPage = 0;
}
var exp = new Date();
exp.setTime(exp.getTime() + xfpGetTimeToExpiration(.75)); // get number of milliseconds until 12:45am ET
document.cookie=('XFP_FIRSTPAGE ='+xfpFirstPage+";expires="+exp.toUTCString()+";domain="+xfpDomain+";path=/;");
return xfpFirstPage; // set and return the parameter DVAR_FIRSTPAGE = firstPage
}
// given the expiration hour in ET, return the number of milliseconds to
// expiration from the given Date Object (defaults to current date)
function xfpGetTimeToExpiration(etExpireHour,dt) {
dt = dt || new Date();
var etUtcOffset = 5; // hours
if (isEDT(dt)) etUtcOffset = 4; // if in daylight savings time
var utcExpire = (etExpireHour+etUtcOffset)%24; // UTC expire time in hours
var utcTime = 60*dt.getUTCHours() + dt.getUTCMinutes(); // UTC time in mins
var minsToExpiration = 60*utcExpire - utcTime; // time to expiration
if (minsToExpiration 2 && month < 10) return true; // in EDT if Apr to Oct
if (month 10) return false; // not in EDT if Jan,Feb,Dec
var date = dt.getUTCDate(); // get day of month in UTC
var day = dt.getUTCDay(); // get day of week in UTC
if (month == 10) { // November
if (date > 7) return false; // after first week, not in EDT
if (day == 0) { // Sunday of first week, check time
if (dt.getUTCHours() day) return false; // Sunday has passed, not in EDT
return true; // Sunday has not passed, in EDT
}
// March
if (date 14) return true; // after second week, in EDT
if (day == 0) { // Sunday of second week, check time
if (dt.getUTCHours() > 6) return true; // 7am UTC or later, in EDT
return false; // before 7am UTC, not in EDT
}
if (date - day > 7) return true; // Sunday has passed, in EDT
return false; // Sunday has not passed, not in EDT
}
var xfpFirstPage = xfpFirstPageCookie();
var xfpSession = (surround.cookie) ? surround.sessions[0] : 'off';
var xfpSubsession = (surround.cookie) ? surround.sessions[1] : 'off';
function xfpGetArgs(){
var args = new Object();
var query = location.search.substring(1); // get query string
var pairs = query.split("&");
for (var i=0; i < pairs.length; i++) {
var pos = pairs[i].indexOf('='); // Look for name "name=value"
if (pos == -1) continue; // If not found, skip
var argname = pairs[i].substring(0,pos); // Extract the name
var value = pairs[i].substring(pos+1); // Extract the value
value = decodeURIComponent(value); // Decode it, if needed
var adTarg = argname.match(/adTargeting_/); // Do we have a match on adTargeting_
// Set Targeting for spec'd out query parms
if (argname == 'env' || argname == 'session' || argname == 'subses' || argname == 'adRegion' || argname == 'ftag' || argname == 'ttag' || (adTarg)) {
// args[argname] = value;
if (adTarg) {argname = argname.substring(12);} // strip off adTargeting_ from the name if present
googletag.pubads().setTargeting(argname, value); // Set Targeting
if (argname == 'ftag' || argname == 'ttag') {
document.cookie=("xfpFtag="+value+";domain="+xfpDomain+";path=/" );
newFtag = 1;
}
xfpObj += '~' +argname +'=' +value;
}
}
var xfpFtagVal = readCookie("xfpFtag"); // check if we have an ftag cookie
var newFtag = 0;
if ((newFtag==0) && xfpFtagVal) { // If no new setting for ftag but we had an old one then
googletag.pubads().setTargeting('ftag', xfpFtagVal); // Set Targeting
xfpObj += '~ftag=' +xfpFtagVal;
}
}
var googletag = googletag || {};
googletag.cmd = googletag.cmd || ;
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +'//web.archive.org/web/20140714202700/http://www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
googletag.cmd.push(function() {
XFP_leader_top = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [[728,90],[970,66],[970,90]], "leader_top").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_skin_ad_call = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [1600,1000], "skin_ad_call").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_marketing_over_top = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [791,30], "marketing_over_top").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_mpu_top = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [300,250], "mpu_top").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_leader_plus2_bottom = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [[728,90],[970,66]], "leader_plus2_bottom").addService(googletag.pubads()).setTargeting("pos", "bottom");
googletag.defineOutOfPageSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps","interstitial").addService(googletag.pubads());
googletag.pubads().setTargeting("ptype", "stories");
googletag.pubads().setTargeting("firstpg", ""+xfpFirstPage);
googletag.pubads().setTargeting("session", xfpSession);
googletag.pubads().setTargeting("subses", ""+xfpSubsession);
googletag.pubads().setTargeting("vguid", surround.vguid);
googletag.pubads().setTargeting("cid", "24578239");
googletag.pubads().setTargeting("exclude", "nba");
googletag.pubads().setTargeting("user", "anon");
googletag.pubads().setTargeting("team", "NBA_OKC,NBA_SA");
googletag.pubads().setTargeting("env", "prod");
xfpGetArgs(); // to set/override targeting for env, session, subses, adRegion, ftag, ttag, and adTargeting_ if set by query string
googletag.pubads().enableAsyncRendering();
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
var PR_UACT=0;
xfpObj += '~ptype=stories~firstpg=' +xfpFirstPage +'~session='+xfpSession +'~subses='+xfpSubsession+'';
function getVideoAdSessionValues(videoId){return "session="+xfpSession+";subses="+xfpSubsession+"";}
| Help | Shop | TV | Radio | Mobile |
#menu_soccer {
left:457px;
}
$(".userMenu.loggedIn").click(function () {
$(this).parent().toggleClass("active");
$("#userInfo").toggleClass("active");
$(".userName").toggleClass("active");
});
.leagueSelector .leagueSelectorArrow {top: 21px; right:0px;}
#saagBoxScores.soccerSaag td.score {padding-left:8px;}
#saagBoxScores.soccerSaag td.status {padding-left:2px;}
#saagBoxScores.soccerSaag .liveEvent td.status {text-align:center;}
#saagBoxScores.soccerSaag .status span.group {text-align: center; display: block;}
#saagBoxScores.soccerSaag td.status span.period,
#saagBoxScores.soccerSaag td.status span.clock {display:inline-block;}
#saagBoxScores.soccerSaag td.score {text-align:center;}
#saagBoxScores.soccerSaag span.clock {margin-left: 10px;}
#saagBoxScores.soccerSaag li.postEvent td.status a {margin-left: 2px;}
googletag.cmd.push(function() {googletag.display("skin_ad_call");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#skin_ad_call');
googletag.cmd.push(function() {googletag.display("leader_top");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#leader_top');
San Antonio at Oklahoma City
<!---->
googletag.cmd.push(function() {googletag.display("marketing_over_top");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#marketing_over_top');
Spurs beat Thunder in OT, advance to NBA Finals vs. Heat
May 31, 2014
OKLAHOMA CITY -- San Antonio fought off Father Time, the league MVP and an injury to its best player to return to the NBA Finals.
The Spurs beat the Oklahoma City Thunder 112-107 in overtime Saturday night in Game 6 of the Western Conference Finals to set up a rematch with the Miami Heat.
San Antonio will host Game 1 on Thursday night and will try to avenge last year's heartbreaking loss. San Antonio led Miami 3-2 before losing Game 6 in overtime, then dropping Game 7.
"People keep talking like we weren't close to winning, but we were ready to win last year," Spurs center Tim Duncan said. "We're happy it's the Heat again. We've got that bad taste in our mouths still."
A trio of 30-somethings led the way for the Spurs. Duncan had 19 points and 15 rebounds, Boris Diaw scored 26 points and Manu Ginobili chipped in 15 points and six rebounds for the Spurs.
San Antonio pulled this one out despite All-Star point guard Tony Parker missing the entire second half and overtime with left ankle soreness. Popovich said Parker had been struggling with the ankle since Game 4 of the series. The Spurs overcame it the way they have for more than a decade -- with teamwork, passing and great performances by role players.
"We didn't know how much Tony was hurt in his ankle," Diaw said. "But we didn't want to go to Game 7, and we didn't know if he would be ready to play if we did or if he would be 100 percent, so we tried to get it over with tonight."
It was the third-best playoff scoring effort of Diaw's 11-year career and his best since 2006.
"Boris was amazing," Duncan said. "He had an unbelievable game. He's had a great series."
Russell Westbrook had 34 points, eight assists, seven rebounds and six steals, and MVP Kevin Durant added 31 points and 14 rebounds for the Thunder. But Oklahoma City committed 20 turnovers that led to 33 points for the Spurs. Westbrook and Durant each had seven turnovers.
"We started settling for too many jump shots," Thunder coach Scott Brooks said. "It just seemed like we couldn't get enough good looks at the basket. Defensively, they just had us scrambling around."
San Antonio also handled Serge Ibaka's return from injury. Oklahoma City's defensive star missed the first two games with a strained left calf, but he returned to help the Thunder win the next two games and tie the series.
The series featured five blowouts wins by the home teams, but the closeout game was a gem. Oklahoma City overcame a 12-point deficit in the fourth quarter to force overtime.
"I have to be honest, this victory is really sweet because we know we played one hell of a team, and we take great satisfaction in that since they're so special," San Antonio coach Gregg Popovich said.
In overtime, Duncan's shot from the baseline rattled in to give the Spurs a 110-107 lead with 19 seconds to go.
Durant missed a good look at a 3-pointer, and the Spurs rebounded and went to the line. Diaw missed the first and made the second free throw to make it a four-point lead for the Spurs. Westbrook missed a wild 3-pointer, and Spurs wrapped it up.
San Antonio led by 12 early in the fourth quarter, but the Thunder chipped away at the free throw line after getting the Spurs into foul trouble. Back-to-back baskets by Westbrook and Durant cut San Antonio's lead to 93-91 with 4:01 to play, leading to the frantic final minutes.
Westbrook was fouled on a drive with 9.3 seconds to play. He made both free throws to tie the score at 101. Ginobili's fadeaway at the free-throw line against Westbrook missed, and the game went to overtime.
Ginobili said the Thunder were a significant hurdle, and he expects them to be a roadblock in the future.
"They are a pretty good team," he said. "They have so much talent, so much athleticism, so much future. They are a tough team."
Notes
The Spurs had just two assists and missed all five of their 3-point attempts in the first quarter. ... Spurs C Matt Bonner started for the second straight game. He made just 1 of 5 3-pointers in the first half as the Thunder backed off of him. ... Westbrook had four steals in the first half. ... Thunder coach Scott Brooks was issued a technical foul in the third quarter. ... Westbrook made his first 10 free throws and 17 of 18 overall. ... Thunder G Derek Fisher, 39, played every minute of the fourth quarter and overtime.
Copyright 2014 by STATS LLC. Any commercial use or
distribution without the express written consent of STATS LLC
is strictly prohibited.
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#obspacer');
.fyre {top: -30px;font-family: "proxima-nova",verdana,sans-serif;}
.fyre {max-width: 535px;}
.fyre-help {display: none;}
.fyre-live-container {top: -35px; right: -47px;}
.fyre-auth {top: -30px;}
.fyre-editor-toolbar .goog-toolbar-horizontal:4 {background-color: #000000;}
.fyre .fyre-box-wrapper span.fyre-user-drop {font-family: "proxima-nova",verdana,sans-serif;}
.fyre-editor-editable {background-color: #FFFFFF;}
.fyre-editor-small .fyre-editor-editable iframe {position: relative; top: 0px;}
.fyre-editor-editable iframe {position: relative; top:-23px;}
.fyre .fyre-livecount {top: -12px;}
.fyre .fyre-login-bar a:link {color:#212121}
.fyre .fyre-login-bar a:visited {color:#212121}
.fyre .fyre-login-bar a:hover {color:#212121}
.fyre .fyre-stream-livecount {font-family: "proxima-nova",verdana,sans-serif; font-size: 15px;}
.fyre .fyre-comment-stream {overflow: hidden; width: 100%; height: 100%;}
.fyre .fyre-comment-head {font-family: "proxima-nova",verdana,sans-serif;font-size:14px;}
.fyre .fyre-comment p {font-family: "proxima-nova",verdana,sans-serif;font-size:14px;}
.fyre .fyre-user-avatar-25 {display: none;}
.fyre .fyre-listener-avatars {display: none !important;}
.fyre .fyre-comment-user {display: none !important;}
.fyre .fyre-comment-body {margin-left: 0px;}
.fyre .fyre-box-wrapper {left: 0px;}
.fyre .fyre-comment-like-count {display: none;}
.fyre .fyre-comment-like-imgs {display: none;}
.fyre .fyre-box-wrapper a.fyre-user-profile-link {padding: 8px 10px !important;}
.fyre .fyre-comment-divider > div.fyre-comment-divider {margin: 0px;}
.fyre .fyre-comment-article .fyre-comment-wrapper time.fyre-comment-date {position: relative; top: -16px;}
.fyre .fyre-comment-replies-indent {margin-left: 0px; padding-left: 62px;}
.fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-divider-active > div.fyre-comment-divider, .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-comment-collapse > div.fyre-comment-divider, .fyre .fyre-comment-divider.fyre-divider-active > div.fyre-comment-divider, .fyre .fyre-comment-divider.fyre-comment-collapse > div.fyre-comment-divider {margin: 0 0 0 62px;}
/*
.fyre .fyre-notifier-container {left: 0px !important;}
*/
.fyre .fyre-stream-stats:before {
border-color: #0B0B3B transparent transparent #0B0B3B;
border-image: none;
border-style: solid;
border-width: 5px;
content: " ";
height: 0px;
left: 10px;
position: absolute;
top: 26px;
width: 0px;
}
.fyre .fyre-stream-stats {
border: 1px solid #000000;
width: 45px;
top: -37px;
/*left: 593px;*/
position: relative;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
background-color: #0B0B3B;
float: right;
}
.fyre .fyre-comment-like-btn {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre .fyre-comment-like-btn:hover {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre .fyre-comment-reply {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre .fyre-comment-reply:hover {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre-stream-stats .fyre-comment-count span {text-align: center; width: 45px; color: #FFFFFF;}
.fyre .fyre-login-bar {top: -35px; font-family: "proxima-nova",verdana,sans-serif;}
.fyre .fyre-editor-toolbar .goog-toolbar > div.fyre-post-button {filter: none; background: #0B0B3B !important; background-color: #0B0B3B !important; background-image: none !important;}
.fyre .fyre-editor-toolbar .goog-toolbar > div.fyre-post-button .fyre-button-right-inner-box {color: #FFFFFF; text-shadow: 0px 0px; #FFFFFF}
#lf_login_buttons {position: relative; top: 5px; left: -6px; z-index: 4999;}
#lf_comments_label {display: none; float: right; right: 55px; position: relative; top: 48px; font-size: 18px; font-family: "proxima-nova",verdana,sans-serif;}
#customButtonCtr {height: 50px;}
.fyre .fyre-comment-actions a.fyre-delete-link {display: none;}
/* durations */
.fyre time.fyre-comment-date {margin-right: 5px; color: #888888;}
.fyre .fyre-comment-head, .fyre .fyre-comment-body {margin-left: 0px !important;}
.fyre .fyre-comment a.fyre-comment-edit {padding: 0px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to .fyre-button-right-inner-box {background: url("https://web.archive.org/web/20140714202700im_/http://sports.cbsimg.net/images/livefyre/post-to-sprite_birdyv1.png") no-repeat scroll left top transparent; color: transparent; height: 14px; width: 18px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to-facebook .fyre-button-right-inner-box {background-position: -19px 0; width: 12px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to-facebook .fyre-post-to-selected {background-position: -19px -19px; width: 12px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to-twitter .fyre-button-right-inner-box.fyre-post-to-selected { background-position: 0 -19px; }
#getScreenName {display: none; font-family: "proxima-nova",verdana,sans-serif; font-size: 15px; color: #3E3E3E; position: relative; top: 36px; z-index: 4999;}
#getScreenName a:link {color: #3E3E3E;}
#getScreenName a:visited {color: #3E3E3E;}
#getScreenName a:hover {color: #3E3E3E;}
.fyre .fyre-stream-more .fyre-stream-more-container {background-color: #0B0B3B; background-image: none; }
.fyre .fyre-stream-more .fyre-stream-more-container .fyre-text {font-family: "proxima-nova",verdana,sans-serif; font-size: 15px; color: #FFFFFF; font-weight: bold;}
.fyre .fyre-stream-more {background: none;}
.fyre .fyre-editor-container {top: 5px !important;}
#fbLoginDiv {position: relative; top: -4px; left: 0px;}
#googlesignin {position: relative; top: -2px; left: 0px;}
.fyre .fyre-user-loggedout {font-family: "proxima-nova",verdana,sans-serif;}
.fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar>div {font-family: "proxima-nova",verdana,sans-serif;}
.fyre .fyre-stream-sort {font-family: "proxima-nova",verdana,sans-serif;};
.fyre .fyre-comment-head, .fyre .fyre-comment-body {font-family: "proxima-nova",verdana,sans-serif;};
var globalGPaccessToken;
function callGPApi(){
//$("#googlesignin").addClass('g-signin');
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://web.archive.org/web/20140714202700/https://apis.google.com/js/client:plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
console.log("API Loaded");
}
function signinCallback(authResult) {
if (authResult['access_token']) {
// Successfully authorized
globalGPaccessToken = authResult['access_token'];
console.log("Granted Access to GP API");
setup_gprofile();
} else if (authResult['error']) {
// There was an error.
// Possible error codes:
// "access_denied" - User denied access to your app
// "immediate_failed" - Could not automatially log in the user
console.log('There was an error: ' + authResult['error']);
}
}
function setup_gprofile(){
gapi.client.load('plus','v1', function(){
var request = gapi.client.plus.people.get( {'userId' : 'me'} );
request.execute(function(profile){
login_user = profile.id;
login_name = profile.displayName;
console.log("Login Name: " + login_name);
log_in_socially(login_name, login_name, 'gp');
document.cookie = "lf_social_info=|GP|; expires=0; path=/";
});
});
}
function disconnectGPUser(access_token) {
var revokeUrl = 'https://web.archive.org/web/20140714202700/https://accounts.google.com/o/oauth2/revoke?token=' +
access_token;
// Perform an asynchronous GET request.
$.ajax({
type: 'GET',
url: revokeUrl,
async: false,
contentType: "application/json",
dataType: 'jsonp',
success: function(nullResponse) {
// Do something now that user is disconnected
// The response is always undefined.
},
error: function(e) {
// Handle the error
// console.log(e);
// You could point users to manually disconnect if unsuccessful
// https://plus.google.com/apps
}
});
}
var userObj = {};
var isLoggedIn = 0;
var changedDom = 0;
var loggedin;
var hasProfile = 0;
var lf_user_profile;
var CBS_login = 0;
var has_fb_login = 0;
//console.log("document.domain=" + document.domain);
//console.log("location.host=" + location.host);
//CBSi.injectJS('//web.archive.org/web/20140714202700/http://connect.facebook.net/en_US/all.js', 'facebook-jssdk');
//FB.init({appId : '297742330311988',oauth : true});
CBS_login = function(){
document.location.href = 'https://web.archive.org/web/20140714202700/http://www.cbssports.com/login?xurl=' + encodeURIComponent('https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat');
}
/*
window.fbAsyncInit = function() {
has_fb_login = 1;
}
*/
/*
$("#cbssportslogin").click(function()
{
CBS_login('https://web.archive.org/web/20140714202700/http://www.cbssports.com/login?xurl=http://www.cbssports.com/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat');
});
*/
var lf_config = [{"collectionMeta":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlNwdXJzIGJlYXQgVGh1bmRlciBpbiBPVCwgYWR2YW5jZSB0byBOQkEgRmluYWxzIHZzLiBIZWF0IiwidXJsIjoiaHR0cDovL3d3dy5jYnNzcG9ydHMuY29tL25iYS9nYW1ldHJhY2tlci9yZWNhcC9OQkFfMjAxNDA1MzFfU0FAT0tDL3NwdXJzLWJlYXQtdGh1bmRlci1pbi1vdC1hZHZhbmNlLXRvLW5iYS1maW5hbHMtdnMtaGVhdCIsInRhZ3MiOiIiLCJjaGVja3N1bSI6ImRiNDEwYTJkNWYzNGMxNjZlY2MyYTA5MjI3NzJhNWJlIiwiYXJ0aWNsZUlkIjoiZToyNDU3ODIzOSJ9.VU2bQt_i6mW0fz802r6PsFbW1D-6eDfkmIS0NXxi0Q8",
"checksum":"db410a2d5f34c166ecc2a0922772a5be",
"siteId":"309983",
"articleId":"e:24578239",
"el":"livefyre"
}];
var customStrings = {
postAsButton: "POST COMMENT",
postButton: "POST COMMENT",
follow: "+ Follow Conversation",
commentCountLabel: "",
commentCountLabelPlural: "",
signIn: "SIGN IN WITH