3 final class PhabricatorDisqusAuthProvider
4 extends PhabricatorOAuth2AuthProvider
{
6 public function getProviderName() {
10 protected function getProviderConfigurationHelp() {
11 $login_uri = PhabricatorEnv
::getURI($this->getLoginURI());
14 "To configure Disqus OAuth, create a new application here:".
16 "http://disqus.com/api/applications/".
18 "Create an application, then adjust these settings:".
20 " - **Callback URL:** Set this to `%s`".
22 "After creating an application, copy the **Public Key** and ".
23 "**Secret Key** to the fields above (the **Public Key** goes in ".
28 protected function newOAuthAdapter() {
29 return new PhutilDisqusAuthAdapter();
32 protected function getLoginIcon() {