public function fetchData()
 {
     $instagram = new Instagram();
     $instagram->setAccessToken(Application::getInstance()->config('instagram_token'));
     $this->_currentUser = $instagram->getCurrentUser();
     return $this->_currentUser instanceof \Instagram\CurrentUser;
 }