TraktRater
TraktRater copied to clipboard
Facebook Movies Import
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?
Is there a way to export these from Facebook?
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
Okay, I will look into this and possibly add support in future release.
Also can be of interest is /me/video.rates for ratings.