facebook-opengraph

Facebook doesn't detect video while sharing my own page

独自空忆成欢 提交于 2019-12-06 12:13:27
I have a website with many video pages. There is only one video on each page. When i share a link of one of these pages on facebook, it is not considered as a video, but only a standard article. Thumbnail, Title and Decription are well displayed. But instead of displaying the thumbnail, i would like Facebook to display the video. I'm using videoJS as video player. Here is my html header: <meta property="og:title" content="Page Title" /> <meta property="og:description" content="Page Description" /> <meta property="fb:admins" content="ADMIN-ID" /> <meta property="fb:app_id" content="APP-ID" />

Using Schema.org itemprop on Facebook OG meta tags

走远了吗. 提交于 2019-12-06 11:43:56
问题 Right now I'm using itemprop COMBINED with Facebook Open Graph <meta> tags like the following: <html class="no-js" itemscope="itemscope" itemtype="http://schema.org/WebPage"> // ... <meta property="og:type" content="website" /> <meta itemprop="name" property="og:title" content="My Title" /> <meta itemprop="image" property="og:image" content="http://example.com/socialimage.jpg" /> <meta itemprop="url" property="og:url" content="http://example.com" /> <meta itemprop="description" property="og

Deleting a previosly posted Article with OpenGraph, or check if said Article has already been read

孤人 提交于 2019-12-06 11:05:52
问题 I've created a simple app for reading articles, which creates posts with the following code: FB.api('/me/[NAMESPACE]:read&article=http://example.com/article.html','post', function(response) { if (!response) { alert('Error Occurred I got no response with ' + $pageURL); } else if (response.error) { alert('Error Occurred' + response.responseText + " " + response.error.responseText); } else { alert('Post was successful! Action ID: ' + response.id); var idToDeleteLater = response.id; } }); And I

Facebook SDK 3.6 Open Graph Error Message

余生颓废 提交于 2019-12-06 10:23:36
问题 Im trying to use the new Share Dialog and it works fine when the facebook app is not installed and im sharing with my own viewcontroller: if (!call) { // Fallback to customized share UI MyShareViewController *viewController = [[MyShareViewController alloc] initWithItem:object objectType:@"objecttype" actionType:@"namespace:action"]; [_delegate showFallbackShareDialog:viewController]; } So this code only gets called when the facebook app isnt installed. When it is installed the device opens

facebook opengraph not updating and other questions

橙三吉。 提交于 2019-12-06 08:43:53
I'm having a problem using Facebook's OpenGraph. I'm attempting to implement timeline features into my application. However, when try changing my meta tags to change the tile of my object, the changes are not reflected. When I pass my url into the debugger tool facebook offers, it displays that my OG object is still using the old data, as opposed to the new data. However, the weird thing is the raw properties show my changes. How do I get facebook to update the OG object? Another problem I'm having is that when I make changes to my actions, facebook isn't properly updating it. When I reopen

Submitting Open Graph Actions for an iOS app?

拥有回忆 提交于 2019-12-06 08:13:16
For an iOS app that doesn't exist yet in the App Store, what I should write for "Steps to Reproduce Your Action" when I am submitting the actions for the Facebook Open Graph Api ? You can submit screenshots of the flow of your app as an acceptable alternative when you have a native mobile app such as this. Specifically, the screenshots should show how the action is triggered within the app and then what the story looks like on a user's Timeline. Upload the screenshots to some URL and then explain and include the URL with your submission. Source: spoke to team in Facebook responsible for

Facebook Share Dialog failing to recognize custom reference objects when posting custom Open Graph story

ぃ、小莉子 提交于 2019-12-06 07:43:19
问题 So I have a Facebook webpage app, and I'm trying to use the Facebook Javascript SDK and the FB.ui function to post a custom Open Graph story on a user's wall. I have a custom action 'Ride' and custom object 'Distance'. I am trying to post a custom story 'Ride a Distance'. My function below is triggered on the click of a button: function postDistanceRidden() { FB.ui({ method: 'share_open_graph', action_type: 'APP_NAME:ride', action_properties: JSON.stringify({ distance:{ "og:type" : "APP_NAME

Facebook Dialog vs Open Graph Action

耗尽温柔 提交于 2019-12-06 07:34:06
Just want to understand the pros and cons of making post through dialog vs open graph action for the first facebook app I am making. The most attractive aspect of OG action post seems to be the "aggregate" box if I can attract users to use my app frequently and consistently, but dialog seems to guarantee 100% chance for the post to show up individually on the user's timeline (vs OG action post which might only show in the "recent activity" box which is not obvious to see...) am I missing reasons why OG Actions seems to be what facebook is pushing (and slowly dying out dialogs?) thanks! Dialogs

Facebook Object Debugger: Curl Error : SSL_PEER_CERTIFICATE SSL: no alternative certificate subject name

喜夏-厌秋 提交于 2019-12-06 06:24:14
问题 I am unable to test the open graph tags on a site using the Facebook object debugger (lint tool) (https://developers.facebook.com/tools/debug/og/object/). The errors returned are: Object at URL 'https://www.musicharvest.org/' of type 'website' is invalid because a required property 'og:title' of type 'string' was not provided. Curl Error : SSL_PEER_CERTIFICATE SSL: no alternative certificate subject name matches target host name 'www.musicharvest.org' and the result is that no open graph tags

Have a posted song URL be an embedded music player with Facebook?

ぐ巨炮叔叔 提交于 2019-12-06 06:07:30
问题 We would like our members to be able to share songs from our website and be able to listen to them inline a Facebook post. SoundCloud is able to do this as seen in their posts on their page here. Are they doing this through being a whitelisted member and using Open Graph Music? If not, what would be the best way to accomplish that same player functionality? It appears as though the player is not initiated within the Facebook post until the link is clicked on. 回答1: You're correct in that it's