MARKETPLACE
PLUGINS
X (TWITTER) LOGIN WITH PKCE
X (Twitter) Login with PKCE logo

X (Twitter) Login with PKCE

Published January 2025
   •    Updated this week

Plugin details

X (Twitter) のOAuth 2.0 Authorization Code with PKCE に対応するプラグインです。
Plugin for OAuth 2.0 Authorization Code with PKCE for X (Twitter).
BearerToken can be obtained.

$50

One time  •  Or  $5/mo

stars   •   0 ratings
9 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

NoCodeLab logo
NoCodeLab
Joined 2019   •   22 Plugins
View contributor profile

Instructions

準備 (1) Twitter Developer Platform より、Client ID, Client Secretを取得し、callback URIを設定します。

実装方法
(1) 初めに getRedirectURL アクションを呼びます。
 ※パラメータのredirect_urlは、TwitterDeceloperPortalで設定したcallback URIを設定します。
(2) (1)の戻り値のauth_urlに遷移します。
(3) (2)の遷移先でTwitterにログインし、その後(1)で指定したredirect_urlへ遷移します。
(4) getAccessToken アクションで、アクセストークンを取得できます。
 ※getAccessTokenでは、(1) のgetRidirectURLの戻り値 code_verifierをパラメータに設定する必要があるので、必ず(1) の後DBで保持してください。
(5) アクセストークンは有効期限がありますので、新しく取得したい場合は、refreshToken アクションより再度取得可能となります。

Preparation
(1) Obtain Client ID and Client Secret from Twitter Developer Platform and set callback URI.

Implementation Method
(1) First, call the getRedirectURL action.
 - The parameter redirect_url is set to the callback URI set in Twitter Deceloper Portal.
(2) Transit to the return value auth_url of (1).
(3) Log in to Twitter at the destination of (2), and then redirect to the redirect_url specified in (1).
(4) The access token can be obtained with the getAccessToken action.
 - In getAccessToken, the return value code_verifier of getRidirectURL in (1) must be set as a parameter, so be sure to retain it in the DB after (1).
(5) The access token has an expiration date. If you wish to obtain a new access token, you can use the refreshToken action to obtain it again.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble