- Portable, JS only implementation
- Serverless, you can use your own PC or Mac to stream the live poll
- Easy, you only need to change 2 lines of code
- Free
git clone git@github.com:sydneyitguy/facebook-live-poll-js.git
https://developers.facebook.com/tools/access_token
https://obsproject.com/download
Select BrowserSource
from OBS, and index.html
file you donwloaded from Step 1.
(You can find a detailed tutorial here)
var ACCESS_TOKEN = '1234567890|WHATEVERblahblah'; // Access token from `Step 2`
var VIDEO_ID = '1234567890'; // Video ID from `Step 7`
- Don't forget you refresh your BrowserSource on your OBS
- You can change the images whatever you like (just replace
left.jpg
andright.jpg
in/images
directory)
This project is licensed under the terms of the MIT license.