Hello, would like to ask a question about facebook post redirect. I made a facebook application that the user can only see it when it is logged in and it will be in a tab. I installed the tab using Static HTML: iframe tabs. When I enter the logged-in page I redirect to facebook login. However, when facebook performs the redirect it goes to the url where the application is and does not return to the tab. How do I configure facebook callback to go back to tab and not to iframe url?
Some comments:
In my login file I put it this way:
$helper = new FacebookRedirectLoginHelper( 'https:urldoapp.com.br' );
If I put the url of the tab it redirect error not allowing. If I put the url of the tab in the application settings in the Site URL field, facebook does not accept the url.
I can not figure out how to do the right setup. Does anyone know of any tutorial or how to do this correctly?