jprjr / multistreamer

[discontinued] A webapp for publishing video to multiple streaming services at once.
MIT License
322 stars 94 forks source link

Writing comments on FB page / profile #89

Closed gdhgdhgdh closed 3 years ago

gdhgdhgdh commented 4 years ago

On https://github.com/jprjr/multistreamer/wiki it's clearly noted that multistreamer does not support writing comments.

Is this from a lack of FB API, or some violation of terms of service for one account acting as a 'bot proxy' ?

gdhgdhgdh commented 4 years ago

Just following up on this as I've now spent some time with the FB dev docs and Graph API Explorer. The short version is you can only reply to existing comments on a video. FB will not permit you to post a new comment of your own.

GET /v7.0/<video-id>/comments will retrieve a list of comment ID's. If you POST /v7.0/<comment-id>/comments as a Page then it works fine:

image

image

How do you feel about implementing this awkward restriction in the IRC? At the moment, the FB bot just says 'not supported', when it could work provided it can find a recent matching comment from that user. It would only need to keep a history of, say, 50 most recent user IDs + comment IDs.

jprjr commented 3 years ago

I've been considering discontinuing this project for some time now. I'm sorry I couldn't solve your issue, but I just don't enjoy working on multistreamer anymore.