Reputation: 3565
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:
Upvotes: 0
Views: 2207
Reputation: 1276
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, disable Sandbox Mode
:
Edit Settings
Settings
> Advanced
Authentication
section, set Sandbox Mode
to Disabled
Upvotes: 1