Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Watch refers to observing the status of files or directories for some or all possible actions such as additions, deletions or modifications.
1
vote
1answer
19 views
Explicit Sharing with watch action is not working
I am trying to use Explicit Sharing with built in watch action. Here is my code
$post_action = $facebook->api(
'me/video.watches',
'POST',
array(
'video' => "$post-link",
...
0
votes
0answers
25 views
Facebook Common Watch Action
We received this message:
Your Common Watch action has been restricted due to a policy violation. A significant portion of the Open Graph objects you are publishing have og:type classified as ...
-3
votes
1answer
58 views
How I do this? User must Like Facebook to Watch Video
How can I do this?
I have a Video Sharing site. Videos come from YouTube.
I want my visitors in order to watch the Video, He/She must like that Specific video (and be share on Facebook).
The ...
0
votes
0answers
24 views
New Watch Action 2013
Hello we have build new app with Watch Action using: http://developers.facebook.com/docs/technical-guides/opengraph/built-in-actions/howto-watch/
But Facebook is not approving watch actions done by ...
0
votes
0answers
60 views
Open Graph custom watch action submission
We are trying to submit actions for our application. The application is used to watch VoD and live TV channels.
We used the built-in video object as it suits our needs but we cannot use the built-in ...
0
votes
0answers
26 views
Criteria for built-in watch-action
One of the criteria for using the built-in watch-action is
Finally, provide users with the ability to remove any video stories that your app publishes to Open Graph
Does this mean that I will ...
1
vote
1answer
191 views
Custom watch action being rejected, can't find workaround
My site allows a user to create a watchlist of stocks. In the site, the action is referred to as "Add to watchlist". I wanted this to create a FB open graph action called "watch" but I believe this is ...
1
vote
1answer
116 views
set video duration with tag
I use the built-in OpenGraph action type "watch" in my app. when I post this action I send just the link to the object page. As described in documentation "By default, start_time will be set to the ...
1
vote
0answers
186 views
video.watches built-in type trouble
I have a trouble with built-in open graph action type video.watches. I develop an iOS app that should post video watch events. there are two watch action types in my apps' settings and code for them ...
