sendanor / project-sendanor.fi

Join us in shaping the future of sendanor.fi. Your contributions, feedback, and involvement are invaluable to our continuous improvement and success.
https://sendanor.fi
MIT License
0 stars 0 forks source link

Investigate Facebook APIs and create a POC for sending a post #164

Closed thejhh closed 3 months ago

thejhh commented 3 months ago

Go program which uses Facebook Graph API to send a post and enable ad on it.

We made one POC named gofb which uses huandu/facebook, however, using direct HTTP calls was as easy as that, so another POC gofbraw was made.

Using standard libraries without external dependencies opens up options to port this code to multiple languages and to run it inside the main application as well. Otherwise we would need to separate parts of the application for security reasons, because of a 3rd party dependency.