I need to embed a flash application(that will access FB API from within) in Facebook Canvas page.
If I use , some FB related details(like session key) will be automatically passed to the flash. But since, FBML is going to be deprecated, I want to use iFrame. Is there any way to pass those variable automatically or do I have to retrieve them in PHP and pass it to flash through loadvars?
Also, if I have to do it manually, is there any documentation for the php sdk 2.1 ? (already searched about it a lot, and I think there is no doc nor tutorial for 2.1)
thanks
-Saiyasodharan
You will have to pass the information via loadvars. There is no specific documentation on passing the variables to flash, but if you specify what information you want to pass then I can help clarify how to acquire it