Maxi Ferreira
Maxi Ferreira
Facebook provides the option to secure Graph API requests with an `appsecret_proof` hash. More info here: https://developers.facebook.com/docs/graph-api/securing-requests/ This hash is generated with `sha256` using the `access_token` and `app_secret`, which we...
Hey folks, I'm planning on adding a section to the repo's documentation featuring bots built using BootBot that are already in production for people to try out. I just found...
I'm thinking we could add a new `tags` front-matter variable to filter posts by tag, something like: ``` --- title: Hello World 👋 date: "2019-06-11T08:38:00.000Z" tags: design, random --- ```...