-
Notifications
You must be signed in to change notification settings - Fork 319
Facebook Search Provider Configuration
Scott Behrens edited this page Oct 17, 2016
·
1 revision
In order to search Facebook, you'll need to get an App ID and App Secret following the instructions laid out here.
Once you have setup your account and generated production keys. Add the APP_ID and APP_SECRET to your scumblr initializer config file. Example:
config.facebook_app_id = "<APP_ID>"
config.facebook_app_secret = "<APP_SECRET>"
Note: You will need to restart Scumblr in order for the config change to be picked up.