facebook-opengraph

Is there any way to migrate open graph settings across applications?

风流意气都作罢 提交于 2019-12-13 16:36:31
问题 We have multiple Facebook applications that would ideally share the same open graph settings -- we have one for each of our own dev environments, one for staging, and one for production. Is there an easy way to migrate our action types, object types, and aggregations across each app? The current manual process is just not cutting it... 回答1: No, there is currently no way to do this. There hasn't been a way to transfer app settings from app to app so I would imagine the same for Open Graph app

Facebook object API - duplicate objects created

牧云@^-^@ 提交于 2019-12-13 16:18:59
问题 I am creating objects through the open graph object API, and attaching these to published stories. Both the object and the story are created, and FB returns id's as if everything worked out just fine. However, while submitting the object/story for review it turned out two objects are created (of different object types) even though I only make one HTTP POST request. Background Our app is using namespace 'mynamespace' We have created a custom open graph object with name 'myobject' We have

Shared Facebook video is not displayed inline in wall posts for HTTPS users

ぐ巨炮叔叔 提交于 2019-12-13 15:57:02
问题 I have an application with a Like button. Once I click Like, a post, including a video link, goes to my facebook wall. If I turn off facebook security (all FB pages are opened through insecure http), i can play video embedded into my facebook wall. But once security is on clicking my video thumbnail opens a new tab instead of embedded player. How can I make video play the same way regardless facebook security. Looks like it's possible: YouTube pages have essentially the same OGraph tabs

Working example of og:audio:artist and og:audio:album

ぐ巨炮叔叔 提交于 2019-12-13 14:01:40
问题 Can someone identify ONE WEB PAGE where <meta property="og:audio:artist"> and <meta property="og:audio:album"> are actually working to set the Artist and Album when sharing the URL of the page? I have been banging away at http://www.coises.com/songs/sfcarol.htm for hours, trying every permutation of order of META tags, XML tag formats (even though it’s an HTML page), etc. (Note: though I have a home-grown share button on the page, I’m talking about sharing the URL of the page in the status

custom share image for fb, g+ and twitter using open graph

倾然丶 夕夏残阳落幕 提交于 2019-12-13 07:37:05
问题 Is it possible to have a custom share image for Facebook, Google+ and Twitter? I've already set up the open graph tags in the head of the document. Thanks UPDATE: For Facebook: <a href="http://www.facebook.com/share.php?u=url" target="_blank" ><img src="fb-img"/></a> For Twitter: <a href="http://twitter.com/home?status=<my-status>" target="_blank"><img src="twitter-img" /></a> Still looking for google+ By the way, any difference with sharer.php v/s share.php for Facebook? 回答1: I found the

Facebook Open Graph Debugger response code 0

懵懂的女人 提交于 2019-12-13 06:38:16
问题 I have problems with my domain and Facebook Open Graph Debugger. It returns a Response Code 0 for this link which is completely accesible. My HTML source code is valid, I tried hosting the same page in another domain and then Facebook Open Graph Debugger can read the content fine. Any ideas about this problem? I was using CloudFlare in this domain, but I disabled it 30 hours ago and the problem is still there. 回答1: If you scroll down to the bottom of the page and click the "See exactly what

Exclude image from Open Graph

牧云@^-^@ 提交于 2019-12-13 05:09:46
问题 tl;dr I'm wanting to specify NO image by default in my og:image tag. I've been googling like a madman to figure this one out, but everything I find are questions from people who can't get their images to show up instead of preventing their images from showing up. So, here's the deal. On my personal website in my master page is a picture of my face. Now, it's a nice picture (because, hey, it's a nice face) and I'd like to keep it, but I don't like that it's picked up by social media scrapers

Graph Story Image Upload

冷暖自知 提交于 2019-12-13 04:37:42
问题 I'm working on an Android app which lets you post a story and I want the user to upload a photo. The app has the "publish_actions" permission and it has "user_generated", "fb:explicitly_shared". My code is the following ByteArrayOutputStream stream = new ByteArrayOutputStream(); if(bitmap.compress(Bitmap.CompressFormat.PNG, 100, stream)) { Log.i(TAG,"Bitmap compressed into stream successfully."); } postParams.putByteArray("image", stream.toByteArray()); postParams.putString("user_generated",

Facebook og:image tag not working correctly - showing more images

假装没事ソ 提交于 2019-12-13 04:34:27
问题 I use Open Graph tags in my website. I set og:title , og:url ,og:description ,og:image etc. in few of my pages. When sharing the page, the details are shown fine, But the image shown includes some other images I have in the page (something in the footer - logo of my company and some other image that is in the footer). It's true that there even that there are more than one image - I can click the arrows below the image to change it - and the next image is the image I have set in og:image (for

How do I get my OpenGraph objects to be “liked” properly?

帅比萌擦擦* 提交于 2019-12-13 03:54:10
问题 Still more OpenGraph newbie-ism: I define a page on my site with a full set of metatags appropriate for a "video". This is a standard OG video; no custom stuff. All is well; the page passes the object linter successfully, and is identified as a video:movie. The page also contains a Like button created in the "usual" way -- a div of class "fb-like" with a set of parameters, and some activating javascript. Joe, a user, goes to the page and clicks the Like button; the following happens: The Like