Hi
i want to implement following functionalities using ionic 2:
- Retrieve youtube channel followed (means the accounts that the user follows on youtube)
- Retrieve tweeter account followed
- Retrieve facebook account followed
- Retrieve Instagram account followed
- Retrieve Tumblr account followed
- Detect new post on youtube (detect Live streaming if possible), store URL automatically with
Timestamp - Detect new post on tweeter, store URL automatically with Timestamp
- Detect new post on Instagram (if possible detect INSTAGRAM LIVE), store URL automatically with
Timestamp. Perhaps it is possible to tell if a new instagram post is a video or an image. - Detect new post on Tumblr, store URL automatically with Timestamp
- Detect new post on Facebook (detect FACEBOOK LIVE if possible), store URL automatically with
Timestamp - Retrieve comments of new posts Youtube and store
- Retrieve comments of new posts tweeter and store
- Retrieve comments of new posts Instagram and store
- Retrieve comments of new posts Tumblr and store
- Retrieve comments (or simply content if text only) of the new posts Facebook and store
can anyone suggest me , is it possible to implement above functionalities? If yes, then please suggest how to do this?