FQL to get user's open graph video.watches activity

南笙酒味 提交于 2019-12-20 03:23:31

问题


What table is needed in the FQL to get all of a user's video.watches activity? I can find no documentation about what table this information is stored in. An example would also be helpful.


回答1:


This data is not available via FQL, it is currently only available via the Graph API.

Once you have the user_actions.video and/or friends_actions.video you access the watch activity via the /video.watches endpoint. For example, if you have the user_actions.video permission for the user and want to get their watch activity, you would pass in the access token to the /me/video.watches endpoint to retrieve the user's watches.

Relevant documentation: https://developers.facebook.com/docs/beta/authentication/read/



来源:https://stackoverflow.com/questions/8499297/fql-to-get-users-open-graph-video-watches-activity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!