Possible to send facebook notification ?

Is it possible with wix code to push notification to facebook users from the website. I have a scheduler that scans data and send facebook notifications. Thanks.

You will need to read about how to access 3rd party services in the article Corvid: How to Access 3rd-Party Services with the Fetch API .

A nice simple example to start with is Create a Weather Widget . Also, t ake a look at the Advanced examples , many of them access 3rd party services. A couple of good examples to start with are: Example: Using the Places API from Google Maps services and Example: Send email with the SendGrid REST interface .

Thank you