diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-29 17:36:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 17:36:21 -0400 |
commit | e7865305f77f801dd5f1c06c506c626192877fd8 (patch) | |
tree | 3ed42fb2a394eb3a8dd5fa1dadd5881ea87eb7cd /src/constants/api.ts | |
parent | ad2ad5d232473d38426c2f0f8283ba015dadfd4c (diff) | |
parent | e8d862e5e6dd8a6a517a93c65e30795813af936d (diff) |
Merge pull request #304 from TaggiD-Inc/tma-700-private-account-toggle
[TMA 700] : Private Account toggle + Settings Screen
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 6afdf384..22890c33 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -64,3 +64,7 @@ export const DEEPLINK: string = 'https://tinyurl.com/y3o4aec5'; export const LINK_IG_OAUTH: string = `https://www.instagram.com/oauth/authorize/?client_id=205466150510738&redirect_uri=${DEEPLINK}&scope=user_profile,user_media&response_type=code`; export const LINK_FB_OAUTH: string = `https://www.facebook.com/v8.0/dialog/oauth?client_id=1308555659343609&redirect_uri=${DEEPLINK}&scope=user_posts,public_profile&response_type=code`; export const LINK_TWITTER_OAUTH: string = API_URL + 'link-twitter-request/'; + +// Profile Links +export const COMMUNITY_GUIDELINES: string = 'https://www.tagg.id/community-guidelines'; +export const PRIVACY_POLICY: string = 'https://www.tagg.id/privacy-policy'; |