Samsung Phone Cases
Ultra slim & light weight yet flexible to resist shocks and scratches for prolonged use.
Made with the durable premium quality Thermoplastic Poly-Urethane with Anti-Slip technology to prevent accidental drop.
Special clear coat for resistance to yellowing/discoloring and dust attraction.
Designed and manufactactured with precise cut-outs & mold; perfect fit for your device.
Galaxy S9 Case Compatible with Samsung Galaxy S9 (2018)


{
status: 'connected',
authResponse: {
accessToken: '...',
expiresIn:'...',
signedRequest:'...',
userID:'...'
}
}
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}