Facebook Server-Sent Events for Live Comments










1















I'm experimenting with Facebook Server-Sent Events for Live Comments (SSE) and I try to retrieve in real time every comments made on a live video stream displayed on a Facebook page.



The documentation states that "comments are prioritized based on quality so if the comment rate exceeds the requested rate then you will receive the higher quality comments.", but even if i'm below the rate (set at ten_per_second) some comments are filtered. The purpose of my experiment is to retrieve a pattern (an emoji) from the comments, it's not admissible for me to miss some of them.



The other approche I took is to use the Live Video Comments endpoint but I can't get the user name who posts the comment I only get data like




"created_time": "2018-11-14T12:39:01+0000",
"message": "test message",
"id": "2292500244366991_2292502427700106"



with a call to <video-id>/comments?live_filter=no_filter&order=reverse_chronological&filter=stream



Even with Page access_token I don't get these names and ids...



Does anyone succeed in retrieving every comments with poster name from a live video?



Thanks



EDIT



I had trouble with my page so I recreated one and now I manage to get the Live Video Comments endpoint to work as expected. But still no luck Facebook Server-Sent Events for Live Comments!!!



I guess I have to stick with polling, deal with Facebook Graph API rate limits and forget streaming...










share|improve this question
























  • What do you need the emojis for?

    – WizKid
    Nov 14 '18 at 18:59











  • It's for a game I'm building... But forget about the emoji, it's not really the problem.

    – Florent JEAN
    Nov 15 '18 at 23:57











  • Use one_hundred_per_second

    – Brad
    Nov 18 '18 at 17:33











  • I already tried one_hundred_per_second but with no luck... I already have trouble getting all messages at 1 per second post rate so ten_per_second should be enough...

    – Florent JEAN
    Nov 19 '18 at 19:33















1















I'm experimenting with Facebook Server-Sent Events for Live Comments (SSE) and I try to retrieve in real time every comments made on a live video stream displayed on a Facebook page.



The documentation states that "comments are prioritized based on quality so if the comment rate exceeds the requested rate then you will receive the higher quality comments.", but even if i'm below the rate (set at ten_per_second) some comments are filtered. The purpose of my experiment is to retrieve a pattern (an emoji) from the comments, it's not admissible for me to miss some of them.



The other approche I took is to use the Live Video Comments endpoint but I can't get the user name who posts the comment I only get data like




"created_time": "2018-11-14T12:39:01+0000",
"message": "test message",
"id": "2292500244366991_2292502427700106"



with a call to <video-id>/comments?live_filter=no_filter&order=reverse_chronological&filter=stream



Even with Page access_token I don't get these names and ids...



Does anyone succeed in retrieving every comments with poster name from a live video?



Thanks



EDIT



I had trouble with my page so I recreated one and now I manage to get the Live Video Comments endpoint to work as expected. But still no luck Facebook Server-Sent Events for Live Comments!!!



I guess I have to stick with polling, deal with Facebook Graph API rate limits and forget streaming...










share|improve this question
























  • What do you need the emojis for?

    – WizKid
    Nov 14 '18 at 18:59











  • It's for a game I'm building... But forget about the emoji, it's not really the problem.

    – Florent JEAN
    Nov 15 '18 at 23:57











  • Use one_hundred_per_second

    – Brad
    Nov 18 '18 at 17:33











  • I already tried one_hundred_per_second but with no luck... I already have trouble getting all messages at 1 per second post rate so ten_per_second should be enough...

    – Florent JEAN
    Nov 19 '18 at 19:33













1












1








1








I'm experimenting with Facebook Server-Sent Events for Live Comments (SSE) and I try to retrieve in real time every comments made on a live video stream displayed on a Facebook page.



The documentation states that "comments are prioritized based on quality so if the comment rate exceeds the requested rate then you will receive the higher quality comments.", but even if i'm below the rate (set at ten_per_second) some comments are filtered. The purpose of my experiment is to retrieve a pattern (an emoji) from the comments, it's not admissible for me to miss some of them.



The other approche I took is to use the Live Video Comments endpoint but I can't get the user name who posts the comment I only get data like




"created_time": "2018-11-14T12:39:01+0000",
"message": "test message",
"id": "2292500244366991_2292502427700106"



with a call to <video-id>/comments?live_filter=no_filter&order=reverse_chronological&filter=stream



Even with Page access_token I don't get these names and ids...



Does anyone succeed in retrieving every comments with poster name from a live video?



Thanks



EDIT



I had trouble with my page so I recreated one and now I manage to get the Live Video Comments endpoint to work as expected. But still no luck Facebook Server-Sent Events for Live Comments!!!



I guess I have to stick with polling, deal with Facebook Graph API rate limits and forget streaming...










share|improve this question
















I'm experimenting with Facebook Server-Sent Events for Live Comments (SSE) and I try to retrieve in real time every comments made on a live video stream displayed on a Facebook page.



The documentation states that "comments are prioritized based on quality so if the comment rate exceeds the requested rate then you will receive the higher quality comments.", but even if i'm below the rate (set at ten_per_second) some comments are filtered. The purpose of my experiment is to retrieve a pattern (an emoji) from the comments, it's not admissible for me to miss some of them.



The other approche I took is to use the Live Video Comments endpoint but I can't get the user name who posts the comment I only get data like




"created_time": "2018-11-14T12:39:01+0000",
"message": "test message",
"id": "2292500244366991_2292502427700106"



with a call to <video-id>/comments?live_filter=no_filter&order=reverse_chronological&filter=stream



Even with Page access_token I don't get these names and ids...



Does anyone succeed in retrieving every comments with poster name from a live video?



Thanks



EDIT



I had trouble with my page so I recreated one and now I manage to get the Live Video Comments endpoint to work as expected. But still no luck Facebook Server-Sent Events for Live Comments!!!



I guess I have to stick with polling, deal with Facebook Graph API rate limits and forget streaming...







facebook facebook-graph-api facebook-live-api






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 '18 at 11:04







Florent JEAN

















asked Nov 14 '18 at 13:35









Florent JEANFlorent JEAN

62




62












  • What do you need the emojis for?

    – WizKid
    Nov 14 '18 at 18:59











  • It's for a game I'm building... But forget about the emoji, it's not really the problem.

    – Florent JEAN
    Nov 15 '18 at 23:57











  • Use one_hundred_per_second

    – Brad
    Nov 18 '18 at 17:33











  • I already tried one_hundred_per_second but with no luck... I already have trouble getting all messages at 1 per second post rate so ten_per_second should be enough...

    – Florent JEAN
    Nov 19 '18 at 19:33

















  • What do you need the emojis for?

    – WizKid
    Nov 14 '18 at 18:59











  • It's for a game I'm building... But forget about the emoji, it's not really the problem.

    – Florent JEAN
    Nov 15 '18 at 23:57











  • Use one_hundred_per_second

    – Brad
    Nov 18 '18 at 17:33











  • I already tried one_hundred_per_second but with no luck... I already have trouble getting all messages at 1 per second post rate so ten_per_second should be enough...

    – Florent JEAN
    Nov 19 '18 at 19:33
















What do you need the emojis for?

– WizKid
Nov 14 '18 at 18:59





What do you need the emojis for?

– WizKid
Nov 14 '18 at 18:59













It's for a game I'm building... But forget about the emoji, it's not really the problem.

– Florent JEAN
Nov 15 '18 at 23:57





It's for a game I'm building... But forget about the emoji, it's not really the problem.

– Florent JEAN
Nov 15 '18 at 23:57













Use one_hundred_per_second

– Brad
Nov 18 '18 at 17:33





Use one_hundred_per_second

– Brad
Nov 18 '18 at 17:33













I already tried one_hundred_per_second but with no luck... I already have trouble getting all messages at 1 per second post rate so ten_per_second should be enough...

– Florent JEAN
Nov 19 '18 at 19:33





I already tried one_hundred_per_second but with no luck... I already have trouble getting all messages at 1 per second post rate so ten_per_second should be enough...

– Florent JEAN
Nov 19 '18 at 19:33












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53301505%2ffacebook-server-sent-events-for-live-comments%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53301505%2ffacebook-server-sent-events-for-live-comments%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

政党