From afa976f72f8bb9580c451bfb9d622538248f176b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 8 May 2016 17:27:29 -0700 Subject: [PATCH] Update Imgur instructions --- Frequently-Asked-Questions-(FAQ).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 9b24888..6e76d59 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -218,7 +218,7 @@ TLS: checked ``` #### Q: How do I set up Imgur for notification posters? -**A:** First you must create an [Imgur account](https://imgur.com/register), then register a new application [here](https://api.imgur.com/oauth2/addclient). Enter an Application Name, Email, and Description, and select the option "Anonymous usage without user authorization". You will receive a new `client_id` for your application. Enter this value for the "Imgur Client ID" in the PlexPy settings. +**A:** First you must create an [Imgur account](https://imgur.com/register), then register a new application [here](https://api.imgur.com/oauth2/addclient). Enter an Application Name, Email, and Description, and select the option "OAuth 2 authorization without a callback URL". You will receive a new `client_id` for your application. Enter this value for the "Imgur Client ID" in the PlexPy settings. ---