2022-12-05 10:50:13 +00:00
|
|
|
export const twitterOAuthBaseUrl = "https://twitter.com/i/oauth2/authorize";
|
|
|
|
|
|
|
|
export const twitterOAuthScopes = [
|
|
|
|
"users.read",
|
|
|
|
"tweet.read",
|
|
|
|
"offline.access",
|
|
|
|
];
|
|
|
|
|
|
|
|
export const twitterApiBaseUrl = "https://api.twitter.com/2";
|
2022-12-15 15:43:18 +00:00
|
|
|
|
|
|
|
export const SHARE_URL = "https://twitter.com/share";
|