3 final class PhabricatorTwitterAuthProvider
4 extends PhabricatorOAuth1AuthProvider
{
6 public function getProviderName() {
10 protected function getProviderConfigurationHelp() {
11 $login_uri = PhabricatorEnv
::getURI($this->getLoginURI());
14 "To configure Twitter OAuth, create a new application here:".
16 "https://dev.twitter.com/apps".
18 "When creating your application, use these settings:".
20 " - **Callback URL:** Set this to: `%s`".
22 "After completing configuration, copy the **Consumer Key** and ".
23 "**Consumer Secret** to the fields above.",
27 protected function newOAuthAdapter() {
28 return new PhutilTwitterAuthAdapter();
31 protected function getLoginIcon() {