yesterday We met games, Which will fuel the PlayStation Now show in January. Sony decided to share the news on this system.
Jan PS is now primarily a Bioshock series. In addition to the remastered version of the first part of the popular franchise, PlayStation Now subscribers can also use BioShock 2 Remastered and the full BioShock Infinite Edition.
else News In January Frostpunk, Surviving Mars i The Crew 2. In the case of recent production, PS Now will only be available for half a year.
The topic of new games on the PS Now demo is introduced in the following video by PlayStation Access editors, and they recommend touring the American roads in The Crew 2. The original title on this list, which may not be known to many players, is Surviving Mars. The title, which debuted in March 2018, won Metacritic Mediumą 7.3 / 10 The deep mechanics of a future colony are praised – On the surface of the red planet of course.
The great unknown is still the PlayStation Now launch date in Poland. As of March 2019, the service is also available to Spain, Portugal, Norway, Denmark, Finland and Sweden, which have joined, among others, Great Britain, France and Germany. Since then, Sony has not extended the software to other countries – official support for PS Now still awaits, among others, Poland, Russia, the Czech Republic and Greece.
function statusChangeCallback(response, forced) {
if (response.status === 'connected') {
// Logged into your app and Facebook.
FB.api('/me', function(response) {
if (forced == 1) {
console.log('Próba logowania przez przycisk');
} else {
console.log('Próba autologowania');
}
console.log(JSON.stringify(response));
fbAutoLogin(JSON.stringify(response), forced);
});
//fbAutoLogin(fb_user_id);
} else if (response.status === 'not_authorized') {
// The person is logged into Facebook, but not your app.
console.log('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.
console.log('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.getLoginStatus(function(response) {
statusChangeCallback(response, 1);
});
}
window.fbAsyncInit = function() {
FB.init({
appId: '113502828807977', // App ID
cookie: true, // enable cookies to allow the server to access the session
xfbml: true, // parse social plugins on this page
version: 'v2.2' // use version 2.2
});
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 0);
});
}
// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function testAPI() {
}
// Load the SDK Asynchronously
(function(d) {
var js, id = 'facebook-jssdk',
ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "https://connect.facebook.net/pl_PL/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));