FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

logout url & session handling #306

Open aniltc opened 10 years ago

aniltc commented 10 years ago

I have used login url like this $facebookLoginUrl = $this->container->get('fos_facebook.api')->getLoginUrl(array('redirect_uri'=> $this->container->get('router')->generate('fos_fb_security_check', array(), true) ));

and I have assigned the vriable to twig.Now I am able to login to facebook but no idea what to give for logout.Any one can have idea ? Any idea how to handle sessions after login ? please help me