facebook-opengraph

Why are Facebook warning visitors about my links?

自作多情 提交于 2019-12-06 05:38:10
I post links on my site's FB page (1 or 2 per day). All links points back to my web site. Often, especially on mobile and tablets, this warning pops up when people are clicking those links on my page: Something Went Wrong Sorry, there was a problem with this link: http://www.delbart.no/sam-den-bekymrede-katten/ . You can now continue to this website, or go back to the page you were on before. Remember, only follow links from sources you trust. The link above is just one of many ... I've tested many of the links in debugger without finding any issues. Do you know why Facebook are showing those

Why won't Facebook sharer.php provide a selection of images when multiple og:images have been scraped?

偶尔善良 提交于 2019-12-06 05:16:47
问题 So here is a page with multiple og:image elements: <meta name="post-image" property="og:image" content="http://www.destinationtips.com/wp-content/uploads/2014/06/tiger-woods-elin-nordegren-1200x800.jpg"> <meta name="post-image" property="og:image" content="http://www.destinationtips.com/wp-content/uploads/2014/06/Sandy_Lane-1200x797.jpg"> However, when I click the sharer.php link on the page, Facebook only offers the 1st image. I was under the impression that it should present 2 image options

Embedding html5 video with opengraph on facebook

帅比萌擦擦* 提交于 2019-12-06 03:49:46
问题 I have built a web site for our student tv station and the concept is pretty similar to youtube. We would like for our videos to be playable directly in facebook when shared, with the videos themselves still hosted on our server and our stats being updated. The player on the site uses videojs and is all working with the html5 video tag. There is also an embeddable version of the player that can run in an iframe. Ideally I'd like this to be used on facebook but don't think it's possible. This

Example Facebook object code.

泄露秘密 提交于 2019-12-05 21:52:59
This is the sample code i get from Facebook for the using custom objects. I created this with a custom action to make use of the Facebook story. Facebook Documentation: https://developers.facebook.com/docs/opengraph/overview/ NSMutableDictionary<FBGraphObject> *object = [FBGraphObject openGraphObjectForPostWithType:@"sotd_facebook:new_zombie" title:@"Sample New Zombie" image:@"https://fbstatic-a.akamaihd.net/images/devsite/attachment_blank.png" url:@"http://samples.ogp.me/191078581053171" description:@""];; [FBRequestConnection startForPostWithGraphPath:@"me/objects/sotd_facebook:new_zombie"

Are non-app users' pictures still avalible in Facebook Open Graph v2.0?

六眼飞鱼酱① 提交于 2019-12-05 19:21:32
In Graph API v1.0, I could get the profile picture of any user with the following call graph.facebook.com/{uid}/picture ( fb doc ). In Graph API v2.0 facebook says it will return (a) app-scoped user ids for app users, and (b) temporary tokens for non-app users (through /me/taggable_friends and /me/invitable_friends api calls). Based on this, I would assume that the picture api call is deprecated in v2.0. However, the documentation makes it seem like there was not change to this call in v2.0. Anybody knows if (full-size) public profile pictures of non-app users will be available in v2.0? It is

All images are not displayed in facebook share button

纵饮孤独 提交于 2019-12-05 13:44:42
问题 I am having one problem in my Facebook share button. I have 8 images in my current post and all the images are greater than the size of 200x200. But when i click on the Facebook share button it will only displayed 3 images out of 8 from which we can choose thumbnail. I have also googled for this problem and according to many suggestion I have also reviewed https://developers.facebook.com/tools/debug link for the debugging the problem. But there also all the 8 images are displayed properly.

What does it mean Inferred Property in facebook opengraph [duplicate]

£可爱£侵袭症+ 提交于 2019-12-05 13:41:32
问题 This question already has an answer here : Closed 7 years ago . Possible Duplicate: get wrong ogtype in object debugger I have a website integrated with FB open graph. I have my objects and actions defined and now if I debug my page in the facebook debugger I get the warnings: Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be

Using Facebook Achievement API in Android

主宰稳场 提交于 2019-12-05 11:53:49
I understand that this might seem like a generic question, but it seems to be insanely difficult to find information on the topic, so I would appreciate a complete example \ guide \ source code link if it exists somewhere. I am developing an Android game and would like the integrate Facebook Achievements. All I want is to share achievements when the user completes a certain puzzle - so it will show in their feed and link to my app. This is the official documentation from facebook: https://developers.facebook.com/docs/games/achievements Now, when I initially started integrating the Facebook SDK

Facebook linter reports og:image is too small, when it is larger than the image it choose instead

有些话、适合烂在心里 提交于 2019-12-05 11:01:07
Problem: linter reports that specified og:image is too small. Image is 628x464. linter instead picks a random image from the page which is 380x214, smaller than the og:image! What the linter shows me: http://developers.facebook.com/tools/debug/og/object?q=futuremark.com Background: We have been happily using 130x110 og:images without problems for the last 9 months. I noticed in the last couple of weeks that pages were no longer sharing the correct image. Using the linter it seems that Facebook recently decided og:images should be at least 200x200. So I have been replacing our og:images with

Difference between rel=“canonical” and og:url?

放肆的年华 提交于 2019-12-05 09:31:05
问题 I'm having trouble understanding canonical URLs with regards to how search engines and Facebook seem to handle them. My Google maps powered site allows visitors to use social media to request a gig in their country. One of the pages in question can be found at: http://izzy.nogig.in/ When a user clicks on their countries marker it gives them sharing options (twitter/facebook/etc), which when shared will share the URL specifically for that country, eg: izzy.nogig.in/usa? or izzy.nogig.in/spain?