opengraph

Creating Facebook Page programmatically through Open Graph API

混江龙づ霸主 提交于 2019-11-27 08:47:56
I am hoping there is a way to create a facebook page using the open graph API. The documentation only shows API calls I can make once the page exists. Currently, I have movie profiles on my site that I would like to create a page for each on Facebook. I know I can just add the Like button and once clicked, it will create the page for me. But I'm hoping to have a programmatic way to do the same. Nimisha As per this thread, there's no way to create pages programmatically Link to the thread You can do this programatically but it's kind of a hack. If you include the Facebook Comments plugin it

OpenGraph on Ajax Based Website

可紊 提交于 2019-11-27 05:37:42
问题 I have a Website, which is Fully Ajax-Based (Hash Navigation). Is there a way to refresh Open Graph meta-tags for ajax-based websites using Javascript? (When I Click on a link, the Tags, and there values should Change) 回答1: No. Open Graph markup must be present on HTML pages which are GETable with pure HTTP. This is because when a user interacts with an OG object (like, performs an action etc) Facebook will perform an HTTP GET on the OG URL, and expect to see OG tags returned in the markup.

Facebook api: (#4) Application request limit reached

前提是你 提交于 2019-11-27 05:35:20
问题 Since late November we are hitting the application limit on the Facebook API. We are fetching user's photos, and selected 25 friends photos → this is done when a user signatures in (we are building albums for the users). The above action is limited, but it was not limited till end of November. We are using batch calls to get photos from albums - is there a better way to get this info without being limited? BTW, according to Facebook we are doing 1M calls per day, but according to our count we

Is it possible to use the same meta tag for opengraph and schema.org

≯℡__Kan透↙ 提交于 2019-11-27 01:54:32
I dont like the amount of tags in the head of my document. here is an example of some meta tags. <!--w3c--> <title>Page Title</title> <meta name="description" content="great description"> <!--schema.org--> <meta itemprop="name" content="Page Title"> <meta itemprop="description" content="great description"> <!-- opengraph--> <meta property="og:title" content="Page Title"> <meta property="og:description" content="great description"> Is it possible to combine the tags/properties to reduce the code size without affecting SEO? for example <title itemprop="name">Page Title</title> itemprop

Facebook like button is asking to confirm the action

ε祈祈猫儿з 提交于 2019-11-27 01:10:58
问题 To begin with, I've already read the following topics: Facebook Like without Confirm? Facebook Like button shows the "Confirm" link, but still cannot Like after confirming Including this topic: https://stackoverflow.com/questions/8940749/facebook-likeconfirm-button There are at least 25 apps hosted under dev.anuary.com host, sub domain of anuary.com . Neither of them ask for "like" action to be confirmed. Worth mentioning, is that there is another website ( http://sinonimai.lt ) hosted on the

Open Graph validation for HTML5

≡放荡痞女 提交于 2019-11-27 00:30:30
Is there any way to get facebook's crappy Open Graph meta tags to validate if my doctype is <!DOCTYPE html> (HTML5)? Other than facebook's Open Graph meta tags, my document validates perfectly. I really don't want to use <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> as that creates a whole new set of problems. Here is an example of one of the validation errors in question... Error Line 11, Column 47: Attribute property not allowed on element meta at this point. <meta property="og:type" content="website" /> Any help would be appreciated.

Facebook Open Graph Error - Inferred Property

时光总嘲笑我的痴心妄想 提交于 2019-11-26 22:46:06
问题 I'm trying to implement Facebook's OpenGRaph protocol on my product pages. On each page i have this above the head section: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> Then within the head section i have: <meta property="og:title" content="This Page Title"/> <meta property="og:type" content="product"/> <meta property="og:url" content="http://www.mywebaddress.com"/> <meta property="og:image" content="http://www.myimage

Facebook Share Story Image Does Not Appear For First time

≯℡__Kan透↙ 提交于 2019-11-26 18:35:58
问题 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:

FB OpenGraph og:image not pulling images (possibly https?)

a 夏天 提交于 2019-11-26 16:57:38
First -- I do not believe this is a duplicate issue. I've searched for same or similar problems on SO extensively, and due to the nature of troubleshooting before asking, I believe this problem is unique. Facebook cannot grasp my og:image files and I have tried every usual solution. I'm beginning to think it might have something to do with https://... I have checked http://developers.facebook.com/tools/debug and have zero warnings or errors. It is finding the images we linked to in the " og:image ", but they're showing up blank. When we click the image(s), however, they DO exist and it takes

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

北城以北 提交于 2019-11-26 15:49:44
问题 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