complete beginner, im looking to get started with something relatively simple. My idea is to create something where a facebook post link would be put into a discord channel. Once that link appears this would trigger to follow that link and like the post.
You cannot like facebook posts with Make. This will require browser automation. You need custom coded solution. You can use selenium webdriver with python to automate your browser to follow a facebook post and like it mimicking the human behaviour on the browser.