damienhaynes / TraktRater

TraktRater is a tool written in C# to help users transfer user episode, show and movie user ratings and watchlists from multiple media database sites around the web.
639 stars 36 forks source link

Facebook Movies Import #44

Open sitz opened 8 years ago

sitz commented 8 years ago

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:

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

damienhaynes commented 8 years ago

Is there a way to export these from Facebook?

sitz commented 8 years ago

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

damienhaynes commented 8 years ago

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

mayerwin commented 7 years ago

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