TraktRater icon indicating copy to clipboard operation
TraktRater copied to clipboard

Facebook Movies Import

Open sitz opened this issue 9 years ago • 4 comments

I was able to fetch the list of watched movies I have added in past before using trakt.tv. Relevant fields available from FB are:

  • Movie Name
  • Facebook Movie Page Id
  • Facebook Movie Page Url

Is there a way to import these movies added on facebook to Trakt.tv?

sitz avatar Jan 22 '16 02:01 sitz

Is there a way to export these from Facebook?

damienhaynes avatar Jan 22 '16 02:01 damienhaynes

Yeah. I am able to fetch those details using Facebook API. Something like this: curl https://graph.facebook.com/me/video.watches?limit=5000&access_token=ACCESS_TOKEN

sitz avatar Jan 22 '16 02:01 sitz

Okay, I will look into this and possibly add support in future release.

damienhaynes avatar Jan 22 '16 02:01 damienhaynes

Also can be of interest is /me/video.rates for ratings.

mayerwin avatar Dec 19 '16 08:12 mayerwin