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
2010-09-27 08:45:23
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
2010-02-02 14:16:21
A:
Thanks a lot for this trick!
Never solved a problem as fast ! Google -> swfaddress facebook connect, first link, problem solved.
Jc
2010-03-26 17:29:27