-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathtest-sites.json
More file actions
31 lines (31 loc) · 1019 Bytes
/
test-sites.json
File metadata and controls
31 lines (31 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"taskon": {
"kind": "oauth2",
"notes": "真实站点 OAuth2 / PKCE 样本",
"params": {
"response_type": "code",
"client_id": "aTk5eEUxZlpvak1RYU9yTEZhZ0M6MTpjaQ",
"redirect_uri": "https://taskon.xyz/twitter",
"scope": "tweet.read users.read follows.read like.read offline.access",
"code_challenge": "challenge",
"code_challenge_method": "plain"
}
},
"galxe": {
"kind": "oauth2",
"notes": "真实站点 OAuth2 / PKCE 样本",
"params": {
"response_type": "code",
"client_id": "TmNyRlZveUpicFVNM1FxbW9VVjk6MTpjaQ",
"redirect_uri": "https://app.galxe.com",
"scope": "tweet.read users.read follows.read like.read offline.access",
"code_challenge": "challenge",
"code_challenge_method": "plain"
}
},
"postwise": {
"kind": "oauth1",
"notes": "真实站点 OAuth1 样本;先访问 entry_url 提取 oauth_token,再调用 oauth1()",
"entry_url": "https://postwise.ai/twitter/authenticate"
}
}