Peforming Facebook share action from Roku App

Is it possible to perform a Facebook share (or like) action from within a Roku app? If there are any examples I can look at that would be great.

Not really familiar with the Facebook APIs, but I would think so.

https://developers.facebook.com/docs/re … ublishing/

You can comment on or like any object that has a /comments or /likes connection by posting to https://graph.facebook.com/OBJECT_ID/comments and https://graph.facebook.com/OBJECT_ID/likes, respectively