I am trying to setup a simple facebook page tab application. I have already reached the state where I get the access_token as a response from the facebook graph and seems to be correct. My problem is that after the authentication I get redirected to my facebook page tab url but outside the facebook domain and not in the page tab that the user has selected.
My application info:
Display Name:MyContest
Namespace:mygoodcontest
Contact Email:myemail@something.com
App Domains: [ empty ]
Page Tab Name: Contest!
Page Tab URL:http://[mystaticip]:8080/facebookContest/app/index.do
Secure Page Tab URL:https://[mystaticip]:8443/facebookContest/app/index.do
Page Tab Edit URL:https://[mystaticip]:8443/facebookContest/app/admin/
This thread seems to be exactly related to my problem and it seems to get answered irrelevantly. Redirect to Facebook page tab after authentication
and this thread, is about the same problem that I am having, but on a canvas application. Not on a facebook page tab application Facebook canvas app "redirect_uri" breaks out of iframe after authorization & authentication
What I am after, is to redirect the authenticated user inside the facebook page tab after the successful authorization.
Thank you all for your time!