Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Production Setup

Kevin Hoffman edited this page Dec 12, 2017 · 2 revisions

In order for the Server plugin to authenticate users via Facebook, a valid app ID and app secret must be provided. For security purposes, these credentials have been omitted from version control and must be defined on the site in which this plugin is installed.

  1. Install and activate the WP Business Reviews Server plugin on wpbusinessreviews.com.
  2. Visit https://developers.facebook.com/apps/ and select the WP Business Reviews app to access the app ID and app secret.
  3. Define the following constants in wp-config.php:
define( 'WPBRS_FACEBOOK_APP_ID', '{INSERT_APP_ID_HERE}' );
define( 'WPBRS_FACEBOOK_APP_SECRET', '{INSERT_APP_SECRET_HERE}' );

The Server plugin is now ready to authenticate users who choose to connect to Facebook through the WP Business Reviews Client plugin.

Clone this wiki locally