{% extends "layout.html" %} {% block content %}
In order to use this application, we need to have your App ID and Secret to make call in your behalf to Facebook. To make this possible you have 2 options depending on where you are:
If you are on your local environment
In this case you have the choice of setting the configuration in a local file, and never worrying about this again. The downside is you will only be able to access one FB App this way, having to alter this config file for every switch
Do this: Rename config.ini.php.sample to config.ini.php and set the App ID and Secret in there
If you are using a hosted version or want to manage multiple FB Apps
In this case you can use our sesion manager to define a App ID and Secret in the current session and switch around as needed for other apps.
Do this: Click on this link or the "Set/Unset Session Vars" link above