Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New app in Facebook, needs approval? [closed]

Tags:

facebook

I´m programming an app in Facebook. My code is ready but I don´t know if my app needs to be approved or something like that.

like image 215
Manuel Carrera Avatar asked Nov 25 '11 22:11

Manuel Carrera


1 Answers

A Facebook application does normally not need to go through any approval process to go public, all you need to do is to switch Sandbox mode to disabled.

To find the Sandbox Mode setting:

  1. Go yo your application dashboard.
  2. Select the application you wish to publish.
  3. Click edit app.
  4. Go to Settings -> Advanced.
  5. It should be here under the Authentication category.

The only times you need to go through a approval process are:

  • When you add an open graph activity which isn't standard.
  • When you apply for the advanced Marketing API.
like image 70
Robin Andersson Avatar answered Sep 18 '22 04:09

Robin Andersson