Skip to content

Youtube Search Provider Configuration

Scott Behrens edited this page Oct 17, 2016 · 1 revision

In order to search Youtube, you'll need to get a Youtube developer key. To do this, follow the directions on this page.

In your Scumblr initializer configure the API developer key, application name, and application secret as follows:

config.youtube_developer_key        = '<API Developer Key>'
config.youtube_application_name     = '<Application Name>'
config.youtube_application_version  = '<Application Version>'

Note: You will need to restart Scumblr in order for the config change to be picked up.

Clone this wiki locally