views:

400

answers:

3

After prompting the user for the login and submitting it's details, my application appears in the facebook lightbox instead of the browser window. This is not the case when I remove the SWFAddress params (all the info after the hash in the URL bar). Is it possible to tell the API to ignore the info after the hash or is there a way i can determine the redirect URL myself? Any help would be greatly appreciated,

+2  A: 

Found the solution, using an absolute instead of relative URL to reference the xd_receiver.htm file did the trick

fbInit("flashcontent", "9f4fa6e0e551630e597440c6a4118243", "/xd_receiver.htm");
works like a charm!
grapefrukt
A: 

hola, muchas gracias por el truco, pero aun no funcionaba. Para solucionarlo escribí la ruta completa:

http://www..........com/xd_reciber.html

de esa forma funcionó perfectamente.

fbInit("flashcontent", "9f4fa6e0e551630e597440c6a4118243", "http://www..........com/xd_receiver.htm");

debosotnas
A: 

Thanks a lot for this trick!

Never solved a problem as fast ! Google -> swfaddress facebook connect, first link, problem solved.

Jc