We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0620046 commit 6f43812Copy full SHA for 6f43812
lib/x/oauth2_authenticator.rb
@@ -12,7 +12,7 @@ class OAuth2Authenticator < Authenticator
12
# Path for the OAuth 2.0 token endpoint
13
TOKEN_PATH = "/2/oauth2/token".freeze
14
# Host for token refresh requests
15
- TOKEN_HOST = "api.twitter.com".freeze
+ TOKEN_HOST = "api.x.com".freeze
16
# Grant type for token refresh
17
REFRESH_GRANT_TYPE = "refresh_token".freeze
18
# Buffer time in seconds to account for clock skew and network latency
0 commit comments