Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I test a Facebook page tab app without creating a public page for it?

Tags:

facebook

I'm developing a FB page tab app, and I want to provide my client a URL for testing the app. I don't have a page specifically for this app, nor do I want to create one - the test versions of the app should remain private. What is the normal process for testing page tab apps privately in this manner?

like image 203
Chris Avatar asked Apr 05 '12 03:04

Chris


2 Answers

Try this:

Go to your application: developers.facebook.com/apps open your app, on left side there is a section called advanced (settings->advanced), just click on that and you will find create a facebook page option, you can create a facebook page and after creating, you can set setting for publish or unpublish.

like image 200
Invincible Avatar answered Nov 09 '22 16:11

Invincible


You have to enable the Sandbox Mode in your app settings.
If you want to give other users access to the app, you need to add them as developers or testers in the Roles settings.

like image 41
Philip Avatar answered Nov 09 '22 14:11

Philip