有谁知道是否可以从嵌入式 youtube 视频(使用 Youtube API 和 Open graph)创建 Open graph video.watches动作?
问问题
116 次
1 回答
1
Yes, you can do that with javascript using Open Graph API:
Reference › Open Graph Action Types › video.watches:
https://developers.facebook.com/docs/reference/opengraph/action-type/video.watches
And you can do the same on Google+ using Moments:
https://developers.google.com/+/api/latest/moments/insert
using AddActivity
https://developers.google.com/+/api/moment-types/add-activity
And you should use the YouTube player events to call functions that works with actions
https://developers.google.com/youtube/iframe_api_reference#Events
于 2013-05-31T12:29:40.463 回答