From 52a3fe743e6122d157eaab3ad7bab0c70a96676b Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 22 Oct 2020 17:42:29 -0400 Subject: [TMA-242] Twitter and Facebook Tagg View (#63) * modified the way we store social media data, initial skeleton * MVP? Twitter done? * cleaned up some things * forgot to lint and cleaned up some more code * minor change to text display * fixed some UI bug, linting, and minor adjustment to posts UI * fixed a couple of things * added DateLabel, Facebook taggs view, fixed minor stuff * Some small changes for the PR * removed unused Feed Co-authored-by: Ashm Walia --- src/constants/api.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants/api.ts') diff --git a/src/constants/api.ts b/src/constants/api.ts index 93a68d65..3d7bd017 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -11,6 +11,8 @@ export const PROFILE_INFO_ENDPOINT: string = API_URL + 'user-profile-info/'; export const COVER_PHOTO_ENDPOINT: string = API_URL + 'large-profile-pic/'; export const AVATAR_PHOTO_ENDPOINT: string = API_URL + 'small-profile-pic/'; export const GET_IG_POSTS_ENDPOINT: string = API_URL + 'posts-ig/'; +export const GET_FB_POSTS_ENDPOINT: string = API_URL + 'posts-fb/'; +export const GET_TWITTER_POSTS_ENDPOINT: string = API_URL + 'posts-twitter/'; export const SEARCH_ENDPOINT: string = API_URL + 'search/'; export const MOMENTS_ENDPOINT: string = API_URL + 'moments/'; export const VERIFY_INVITATION_CODE_ENDPOUNT: string = API_URL + 'verify-code/'; -- cgit v1.2.3-70-g09d2