Reputation: 3201
We're thinking of making use of the Facebook Live Stream social plugin for our site (example here), but I wanted to know if it was possible to access this data via the Graph API?
Upvotes: 0
Views: 1500
Reputation: 84180
https://graph.facebook.com/ID/feed
Where ID is the ID of the feed you wish to obtain. In the example you linked:
https://graph.facebook.com/113869198637480/feed
You can do this with FQL:
Upvotes: 1