Waziup / Socialbackend

1 stars 3 forks source link

Facebook: Message on "Wazi page" feed #14

Closed cdupont closed 6 years ago

cdupont commented 6 years ago

Implement a function to send a message to Wazi page in Facebook. Message can be sent with the command:

curl -X POST -d "user_id=cdupont&channel=facebook&message=Hello from Wazi" http://localhost:8080/SocialBackend/socials

The user_id part of the message will not be used.

cdupont commented 6 years ago

Done