Question / Help Capture Live Facebook Reactions

LuisAngeles

New Member
How do I capture in real-time Facebook Live reactions? I would like to stream the reactions I get Live on Facebook.
 

Osiris

Active Member
Thats not really related to obs.
They probably created a website which they capture and stream to FB
 

Rajesh Barman

New Member
Process:

- Create a facebook application here https://developers.facebook.com/apps/

- Open https://developers.facebook.com/tools/explorer , select your Application , select your FB Page, and copy access token : This is called as the short lived access token, and will be valid for 30min or 1 hour (I'm not sure)

- Then open https://graph.facebook.com/oauth/ac...=<app_secret>&fb_exchange_token=<short_token> (replace the values correctly) . This will give out another access token. Copy that token correctly from the response. It will be something like:

access_token=<the_long_lived_token>&expires=533131

- Copy this long-lived token, this is what you need to be using.

Save that code in a html file, run the html file in your file browser, use obs to stream the browser view

Lot of this is developer stuff, if you have no programming experience, you'd probably be better off hiring a freelancer for a short time on this. If you are interested, contact me on hitechwebsolutions.india@gmail.com for help on this for $5!
 
Last edited:
Top