Unisex Lightweight Sneaker
Lightweight construction with breathable mesh fabric for maximum comfort and performance. Lace-up closure for a snug fit. Soft linen interior with arch support and removable insole pad. High quality EVA sole for traction and exceptional durability.


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