Hi Everyone, until lately my application was working great with facebook connect.
When you click on the "login with facebook" button the popup shows up, and clicking allow does half it's job: Facebook connects to my secret controller that I set up in the Post-Authorize Callback URL but instead of closing the popup and redirecting the user to the homepage it shows the website in the popup. The url also looks weird, it includes a lot of vars in the url
http://dev2.mysite.com/?perms=email,user_birthday,user_location,read_friendlists&selected_profiles=.....&installed=1&session={%22session_key%22:%222.ngQ0..............2A_.3600.1283803200-573147092%22,%22uid%22:3.......3,%22expires%22:1283803200,%22secret%22:%22bMse.......sQ_%22,%22sig%22:%22f7446..........fafdfbeda%22}
I tried everything but nothing's working.
I also checked that the xd_receiver is still present
Also, all the tutorials I've looked through are talking about a connect tab, and a connect url field but none are available anymore. When I go to my application settings I only have a facebook integration tab with the following fields:
post authorize url: http://dev2.mysite.com/secret_controller_for_fb/
Post-Authorize Redirect: http://dev2.mysite.com/
and canvas url: http://dev2.42pix.com/
Any help would be very appreciated! Thank you