protected function _getPicture()
 {
     if ($this->userInfo->getPicture()) {
         return Mage::helper('inchoo_socialconnect/facebook')->getProperDimensionsPictureUrl($this->userInfo->getId(), $this->userInfo->getPicture()->data->url);
     }
     return null;
 }