DUGALD | Classic Horn Rimmed Rectangle Fashion Sunglasses
A lightweight version of the classic wayfarer featuring thin metal arms.
*Style Note: The green lens looks green straight on and bluish purple from the side*
- Lens Width: 50mm
- Bridge Width: 20mm
- Arm Length: 136mm
- Hard case and cleaning cloth included


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