Hello dear members!
Im completely new to strapi and my project is in rush.
My project requires Facebook posts and youtube videos in the front web and admin should be able to choose these contents to publish or not.
WHAT IS THE BEST WAY IMPLEMENT IT PLS?
Currently I’m testing some code to fetch from facebook in api/my-collection-type/services/fetch.js and it fetches FB posts and save it to DB… but it seems not a best practice I guess.
I want a button which fetches contents from external source for each FB, youtube and others. Is it possible?
Thank you in any advice.