letruonglamit

Results 5 issues of letruonglamit

When I implement, I got the errors like this: ![Screen Shot 2022-07-27 at 10 50 33](https://user-images.githubusercontent.com/22797715/181156866-f139a173-a9c5-4ef3-bdb8-5e1caf763fc4.png)

I received an error when add milton-server-ce in android gradle: implementation group: 'io.milton', name: 'milton-server-ce', version: '2.7.1.7' ERROR: Failed to resolve: io.milton:aspirin:0.10.03.03 How to resolve it?

I am using https://www.npmjs.com/package/react-native-fbsdk-next to generate the token. In old version, it works fine but when I upgrade to the latest version ([v13.0.0](https://github.com/thebergamo/react-native-fbsdk-next/releases/tag/v13.0.0)) to match with Facebook Policy Limit Login....

I think we need to have something for verification the event like this ``` app.post('/webhook', (req, res) => { const event = req.body; // Verify the event (implement verification logic...