Facebook API to get "watched" movies / TV shows or to "read" a list of books?

Recently, my facebook profile has been migrated to a new layout. On the about page, I found that the movie / TV show sections were divided into 3 tabs “Watched,” “Want to watch,” “Like.” A similar case applies to the "Books" section.

I know that we can use "/ me / movies" to get a list of the movies you like. However, I can’t find a way to get the “Watched” and “Want to see” list, which I found interesting to get.

Any suggestion on how I can access (read / write) these lists in addition to the already available Likes list for movies / TV shows / books? Many thanks!

+5
source share
2 answers

If you use the Graph API Explorer and point to: https://graph.facebook.com/ me / video.watches

which will give you a list of watched videos.

If this is not the case, make sure that you grant user_actions.video permission by clicking the Get Subscription Token button , and then checking the user_actions.video window in the User Data Permissions section and get a new access token.

, , -, Graph. , , video_watches, ", ", "" (, , Facebook ). , AS Movies, . Graph ", " ", ". , .

, - , .

+9

me/video.watches me?fields=video_watches.

.

0

All Articles