Facebook login Plugin Integrated cakePHP -
I have created a registration page with the Facebook login facility in the cake, but after successfully login I will redirect the other page Want to do this page so how can I do this?
Facebook Plugin: Webtechnic / KPPHP-Facebook-Plugin A Glitch
Successfully logged After doing these, you can use the following method to redirect any of the custom pages: This document is already available in the plugin.
afterfacebooklogin () / Logic after successful Facebook login. $ This- & gt; Redirect ('/ custom_facebook_redirect'); }
Comments
Post a Comment