-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(service): Add Facebook(-Messenger) service #4
Comments
I would like to take this one. |
After doing a bit of research, it seems that FB messenger only allows messages to be sent in response to a user action. Users cannot be messaged preemptively. Thoughts? |
@scottpettyjohn You are correct it is against facebook policy it is not allowed to auto-post / send / or pre-fill messages |
@nikoksr I can implement using a page scoped id. assign please. |
@bajro17 thanks for checking the Facebook policy. And @scottpettyjohn really appreciate your efforts but I don't want to get into any trouble with this project just for the sake of supporting as many services as possible. If Facebook itself does not support this in its API and even forbids it in its policy, then we will not solve this ourselves until the policy or API changes. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is this issue up for taking ? |
Hi @kavyarishi19, excuse the late response, life got a little busy. Yes, technically the issue is still up for grabs, however, please notice the above discussion regarding Meta's API policy. I'm not sure whether something has changed in the meantime. Thank you for your interest in helping out the project. |
Then can you create any new issue in which I can work |
Is your feature request related to a problem? Please describe.
Missing support for the popular social network platform Facebook(-Messenger).
Describe the solution you'd like
Implement a notification service like we already did for Telegram etc.
At the time writing this imbaggaarm/go-messenger seems to be our best option for implementing it.The text was updated successfully, but these errors were encountered: