Facebook Server-Sent Events for Live Comments
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
add a comment |
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
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
Useone_hundred_per_second
– Brad
Nov 18 '18 at 17:33
I already triedone_hundred_per_second
but with no luck... I already have trouble getting all messages at 1 per second post rate soten_per_second
should be enough...
– Florent JEAN
Nov 19 '18 at 19:33
add a comment |
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
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
facebook facebook-graph-api facebook-live-api
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
Useone_hundred_per_second
– Brad
Nov 18 '18 at 17:33
I already triedone_hundred_per_second
but with no luck... I already have trouble getting all messages at 1 per second post rate soten_per_second
should be enough...
– Florent JEAN
Nov 19 '18 at 19:33
add a comment |
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
Useone_hundred_per_second
– Brad
Nov 18 '18 at 17:33
I already triedone_hundred_per_second
but with no luck... I already have trouble getting all messages at 1 per second post rate soten_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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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 soten_per_second
should be enough...– Florent JEAN
Nov 19 '18 at 19:33