Home Goods Premium Hypoallergenic Throw Pillow
Material: Decorative throw pillow covers are made of Polyester and Polyester Blend, soft and easy care.
Feature:Add a touch of graceful color to your bedroom, guest room, kids room, Great gift idea for men and women, Moms and Dads, Valentine's - Mother's - Father's Day and Christmas.
Hidden Zipper Designed Cotton Linen Throw Pillow,Safe to machine wash.Or wash by hand.Dot Not Bleach.Tumble Dry Low.Do Not Iron.


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