I’m new to Facebook app development and I ran into a stupid issue:
I made a simple app consisting of a flash player embedded in an iframe stored on my server and then I added it (as a tab) to a Facebook Event page I also created.
My problem is that the iframe will only load the page’s content if the user’s role is mapped in the app settings; it works fine for me since I’m the administrator and I believe my test users can also see it quite well, but for everyone else the iframe is blank.
Any ideas on how to make it visible for everyone?
Thanks in advance
Edit:
- Content page is here:
http://livextend.com/facebook/nosajthing_musicbox/ - Tab is here:
http://www.facebook.com/pages/Nosaj-Thing-no-Musicbox/174470872628888?sk=app_214393448619749
Sounds like your app is in
Sandbox Mode. If it is, you’re right – only Admin, Devs, and Testers will be able to use / see the app. If you want everyone to see it, disableSandbox Mode:Edit SettingsSettings>AdvancedAuthenticationsection, setSandbox ModetoDisabled