Hey folks
I'm trying to integrate a flash app with facebook in an external domain (outside facebook) using a bit of the facebook's Graph API, the main reason is that I want to avoid the pop up window that you get when usingfacebookOAuthConnectPopup and show a lightbox instead.
The problem is that for some reason I get "Given URL is not allowed by the Application configuration" when I try to log in from the site using the application id generated by playerio. Apparently facebook needs to know that my domain is trusted, that can be done by setting the "Site domain" field in the app details in my facebook account, but I don't know what to put there, I can't put my domain because the Site URL field must be derived from the Site domain and Site URL is pointing to playerio servers.
Anyone can help ?