[ad_1]
SMART Clark Giga City – Given their 21-point loss last time out, the Barangay Geneva Kings remain halfway to the glory of the PBA Philippine Cup bubble.
For TNT Tropang Giga, Game 3 win means overcoming the hump and hopefully a tiebreaker for a possible championship playoff victory.
The two teams departed for crucial Game Four on Sunday night at the AUF Sports Center Powered by Smart G5, with the Kings taking another chance to move to the threshold of the crown and Tropang Giga looking for a tie.
Game time is 6pm in what could well be a Sunday thriller.
By doing the job without Bobby Ray Parks on Friday, 88-67, the Troop avoided suffering three back-to-back setbacks in the finals in franchise history and essentially got into the series against the Geneva team now with a shaky lead.
Sponsored content:
// This is called with the results from from FB.getLoginStatus(). function statusChangeCallback(response) { // console.log('statusChangeCallback'); // console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus().
if (response.status === 'connected') { // Logged into your app and Facebook. // console.log(response); //FB.api('/me', {locale: 'en_US', fields: 'id,first_name,last_name,email,link,gender,locale,picture'}, //function(response) { console.log($('#fbLink').data('page')); if($('#fbLink').data('page') == 'login'){ doLogin(); } else if($('#fbLink').data('page') == 'register'){ doRegister(); } //});
} else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. //doRegister(); //document.getElementById('status').innerHTML = 'Please log into this app.'; } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. //document.getElementById('status').innerHTML = 'Please log into Facebook.'; } }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.login(function(response) { //console.log(response); }, {scope: 'public_profile,email'}); FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { // FB JavaScript SDK configuration and setup FB.init({ appId : '1579181439054691', // FB App ID cookie : true, // enable cookies to allow the server to access the session xfbml : true, // parse social plugins on this page version : 'v2.8' // use graph api version 2.8 });
// FB.Event.subscribe('auth.statusChange', function(response) { // if (response.status === 'connected') { // statusChangeCallback(response); // } else { // } // }); };
// Load the SDK asynchronously (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
// Here we run a very simple test of the Graph API after login is // successful. See statusChangeCallback() for when this call is made. function doRegister() { FB.api('/me', {fields: 'id,first_name,last_name,email,gender,picture'}, function(response) { //alert(JSON.stringify(response)); //document.getElementById('status').innerHTML = '
' + JSON.stringify(response) + '
'; /* An active access token must be used to query information about the current user. OAuthException code 2500 */
$('#registration_form').hide(); $('#firstname').val(response.first_name); $('#lastname').val(response.last_name); $('#email').val(response.email); $('#username').val(response.id); $('#password').val(response.id); $('#cpassword').val(response.id); $('#image').val(response.picture.data.url); $('#facebook').val('1');
document.getElementById("registration_form").submit(); }); } function doLogin() { FB.api('/me', {fields: 'id,first_name,last_name,email,gender,picture'}, function(response) { // alert('
' + JSON.stringify(response) + '
'); $('#login_username').val(response.id); $('#login_password').val(response.id); $('#firstname').val(response.first_name); $('#lastname').val(response.last_name); $('#email').val(response.email); $('#username').val(response.id); $('#password').val(response.id); $('#cpassword').val(response.id); $('#image').val(response.picture.data.url); $('#facebook').val('1');
document.getElementById("login_form").submit(); }); }
[ad_2]