nsmyself
nsmyself

Reputation: 3565

How can i make my iframe app visible for everyone?

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

Answers (1)

Brian Ray
Brian Ray

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:

  1. Go to https://developers.facebook.com/apps/
  2. Select your app and then Edit Settings
  3. Settings > Advanced
  4. In Authentication section, set Sandbox Mode to Disabled

Upvotes: 1

Related Questions