Eric Seastrand
Eric Seastrand

Reputation: 2633

How to test a facebook "test app"

Referring to the "test app" feature detailed here: https://developers.facebook.com/docs/apps/test-apps

Our production app is here; it is a Magento store in an iframe. https://www.facebook.com/lennonandmaisystella/app_1559271704291834

I created a "test app" for it, and set it to pull the page tab from our development server instead of the production one. Now I can't figure out what URL I would go to to see the test app.

Upvotes: 0

Views: 1365

Answers (1)

andyrandy
andyrandy

Reputation: 74014

You would have to add the Test App as separate App on the Page. It would then be reachable with its Test App ID: https://www.facebook.com/lennonandmaisystella/app_{Test-App-ID}

You just have to add the Page Tab platform to the Test App too, and fill in the URL of your dev server. But you did that already, according to your description.

Upvotes: 1

Related Questions