facebook-opengraph

Facebook Share Story Image Does Not Appear For First time

☆樱花仙子☆ 提交于 2019-11-27 16:23:36
I try to share the article or web page but the story does not show the image when sharing for the first time but when i share for the next time, image is coming. Checked in FB Debugger Also, same result.image not coming for the first time , next time it is coming. <html class="no-js" lang="ar" dir="rtl" data-ng-app="mApp" xmlns:fb="http://ogp.me/ns/fb#"> <meta property="og:title" content="mytitle"/> <meta property="og:url" content="http://mytest.com"/> <meta property="og:image" content="http://mytest.com/1-773128.jpg"/> <meta property="og:description" content="ffff2024"/> <meta property="og

IOS Facebook SDK - Post Open Graph and show on Timeline without clicking Activity Log

橙三吉。 提交于 2019-11-27 14:35:13
From the Facebook SDK sample code, when successfully post the open graph object to timeline, you have to click Show on Timeline in the Activity Log on Facebook website. How to ignore these steps and explicit share your OG to timeline? ---------------------------------------- The Answer Below: ---------------------------------------- Just add one more code to your FBOpenGraphAction Object: id<FBOpenGraphAction> action = (id<FBOpenGraphAction>) [FBGraphObject graphObject]; [action setObject: @"true" forKey: @"fb:explicitly_shared"]; // This is the key point! And you should enable the 'explicity

What is the minimum width and height Of Facebook Open Graph Images?

别等时光非礼了梦想. 提交于 2019-11-27 12:33:26
I had read that images associated with a given URL in the Facebook open graph had to be greater than 50 x 50 However, when we ran the Facebook Object debugger - we got the following warning: "Tiny og:image: All the images referenced by og:image must be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the minimum specification." Our URL is http://www.famousbirthdays.com/people/charlie-chaplin.html and the image does show up under Object Properties Do we need to convert our images to be greater then 200 x 200? Or can we

Allowing multiple domains for 1 Facebook App (like Tumblr)

你离开我真会死。 提交于 2019-11-27 12:20:21
I am trying to get my website validated with the Facebook object debugger and I'm running into the following error: Object at URL ' http://www.example.com/latest ' of type 'smallteaser:teaser' is invalid because the domain 'www.example.com' is not allowed for the specified application id '597566643589666'. This error makes perfect sense since I haven't allowed the example.com domain specific access to the Facebook app. But do I really have to? What I would like to achieve is similar to how Tumblr works when a custom domain is used. Say, for example, the website www.davidslog.com : it has the

Why does Facebook Graph API say my account is non-active?

纵饮孤独 提交于 2019-11-27 11:54:01
We have some code that uses Facebook Open Graph API to display some posts on our home page. It was originally developed by a previous developer and I rewrote it in ASP.NET MVC for our home page (where before it was PHP which I believe was loaded in an iframe). At that time, I used the app ID and secret that were left to me. This has functioned fine for a couple of years. This afternoon, we started getting an error back on our site: "Access to this data is temporarily disabled for non-active accounts due to changes we are making to the Facebook Platform". No sweat. I figured I just needed to

Facebook publish_action permission not working for posting

北慕城南 提交于 2019-11-27 11:36:26
问题 Currently i can post news feed updates using objectids of some of my web pages to facebook users who have liked those pages. Now i'm trying to test the new open graph and custom actions to do the same; posting updates to users who made a specific action on my web site. But even though i get publish_actions permission with my app, and using my facebook account and some dummy test user accounts for my app (i know that until timeline is released, only devs and test users can use said permission)

Playing back an embedded mp4 video in a Facebook like or share using Flash

安稳与你 提交于 2019-11-27 10:32:26
问题 I have an H.264-encoded mp4 file that I'm trying to get embedded into a Facebook post when the page that's serving it is Liked or Shared. My understanding is that I simply need to have the right Open Graph <meta> tags in place on the URL that's being liked/shared. However, I've tried several different sets of <meta> tags and the video is still not embedding when I paste the URL into my Status Update and Post it. It does embed the image from the og:image property, but clicking on the image

og meta tags, social buttons and angularjs

怎甘沉沦 提交于 2019-11-27 07:40:38
I'm creating a website using multiple views. The tag and the tags of the page get changed through a a $rootScope variable. so I have something like <html> <head> <title ng-bind="page_title"></title> <meta property="og:title" content="{{page_title}}"> </head> Whenever each view get loaded on the website, the page_title variable changes and the title and the og:title tags get updated (everything works as expected). The problem is that I need, on some views to load a facebook, a google+ and a twitter button. I can display them properly but if I click on each them the page title appear to be

Use Facebook app access_token to get age-restricted Page data through Graph API?

徘徊边缘 提交于 2019-11-27 06:17:02
问题 I have a Facebook application that users can add to their Facebook business Page(s) as a Page Tab app. It doesn't require any extended permissions for the user. I'm wondering if it's possible to use my app access_token and make calls against the Facebook Graph API to retrieve information about age-restricted Pages? 回答1: No, if a page is restricted demographically (e.g. for alcohol) you MUST use a user access token from a user who meets those restrictions, or a Page access token for the page

Facebook pages API: “Page Public Content Access” review screencast

拜拜、爱过 提交于 2019-11-27 05:07:20
问题 My website uses Facebook Page API to pull public content from a Facebook page, published by the page owner, to create a dynamic blog with a clear link to the Facebook page. You can see it here in action: https://kc-hrubeho.cz (ctrl+F "Facebook"). Yellow button "Načíst další" works as an AJAX pagination. Sorry for the Czech language, this website unfortunately does not have an English version. I'm using this URL to get JSON object of the page content: https://graph.facebook.com/<PAGE-ID>/feed