opengraph

Statistics on which pages on my site users have Facebook-liked

I have Facebook "Like" buttons across my site and I'd like to see which articles get the most likes. I tried "Insights for your Domain", but I keep getting this error: The application ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your application to be a prefix...

Facebook like not extracting right image from meta tags

I can't seem to get Facebook's like functionality to use the image I supply with the og:image meta tag. Instead it uses some random picture on my site. Check out this article: http://www.tacky.nl/skateboard/article/?id=109170 If I check the page with facebook's url linter it extracts the correct image (and data), but when I use the sh...

Open Graph Protocol is not a valid XHTML 1.0 Strict?

The protocol: http://opengraphprotocol.org/ states the use of <meta> tags with the attribute property. AFAIK, this is not a valid XHTML 1.0 Strict value. Is there any design decision over why it doesn't use name attribute instead? It looks trivial to me. ...

Difference between Facebook link and source?

I am trying to understand the difference between "link" and "source" in results from the Facebook opengraph API. Example #1 (the common case): 'link', but no 'source' {"id":"538094606_148946261795695","from":{"name":"Shameem CK","id":"538094606"},"picture":"http://external.ak.fbcdn.net/safe_image.php?d=b916dff3b3d53ac29d8a3c3b97e3895a&...

How to construct a Facebook post URL from the post id?

The Facebook open graph API allows a public search, e.g. https://graph.facebook.com/search?q=watermelon The results returned may be statuses, videos, links, photos (and others?). Each has a post id, e.g. 100000973592583_149321401769498 I wish to construct a URL to the post. For statuses, this seems to work: http://www.facebook.co...

Facebook Opengraph customize fb login button

Hi I'm using facebook open graph, new api, and i can do this: <fb:login-button show-faces="true" max-rows="9" perms="email" autologoutlink="true" onlogin="window.location = 'http://www.example.com/facebook/facebook_test/'"&gt;&lt;/fb:login-button&gt; but when i read the doc if i need more options in http://developers.facebook.com/do...

openGraph API - How do i store profile image in mysql

Hello, I have a legacy registration system , whic takes a file input as a field for the user to upload their profile picture. I am now using opengraph to supplement this system. I am able to connect successfully, but am stuck at how to connect the to the link of the picture that i get from facebook. Any ideas ...

FB Open Graph Check Login

I'm implementing a simple Facebook "Like" button on a voting site but want an option which votes using the internal "Like" system for anyone who doesn't have a Facebook account/doesn't want to log in (this may seem like an odd request but this is a requirement for the client). So basically I'd like a way of detecting if someone is logge...

Possible to get open graph data for comments box?

Is it possible to get a list of comments, or at least a count of the number of comments that have been left on a website with the Facebook comments widget? The widget I am using is placed inside an iFrame Facebook application. Here is the XFBML which is being parsed by the Facebook Javascript API: <fb:comments xid="fbtest"></fb:commen...

Manage Facebook Page tab apps via Open Graph API?

I have been investigating the Facebook Open Graph API. There is a "manage pages" extended permission which allows publishing to a user's Facebook Page news feed/wall via "impersonation". This is nice functionality, but is there anything more you can do through the API? Specifically, I would like to be able to Add or Remove a "Tab" appli...

using Facebook Group Page 'Like' in canvas Tab

Hi Facebook recently announced the ability to link a Like button to a Facebook Page. I've created a simple canvas application and successfully added a share button using FBML, how ever, i'm now required to insert a 'Like' button also (i know adding a like button is strange when there's a like button at the top of the page, but thats wh...

Open graph og:video Meta Tags content

Hi! I'm trying to set up a page which can be properly scraped by Facebook when it's shared/liked. The page will have a YouTube video associated with it, so in the content attribute of the og:video tag, should I put the YouTube video embed link or the actual youtube page link for it to appear on Facebook with the little "Preview" button ...

Force Facebook to ask user password when using OpenGraph

I use Facebook OAuth 2.0 to register new users to my website. After which they can also login using Facebook. If a user is already logged in at Facebook, and registers at my site, I would like Facebook to ask again for the password of the current user so I know for sure the user that registers is the person logged in at Facebook. Becaus...

Count Comments for Facebook Posts?

Hi there, i have a bunch of facebook post's, Any ideas how to get the one with the most comments as fast as possible? thanks for helping ...

og:image won't show up in my Facebook feed, when I like stuff at my site

Ok, I just launched a site: http://www.haavekuva.fi/ yesterday and on that site I've implemented Facebook's social plugin "fb:like", so it's possible to like a photo. Everything else works fine ("Like" gets published to my feed with correct title, link, etc.), but for some reason the og:image does not show up? When I hover over the the"...

Facebook open graph meta tags & valid html

According to facebook to use their like button and the open graph meta tags you need to place something like this into your html page. <meta property="og:title" content="The Rock"/> <meta property="og:type" content="movie"/> <meta property="og:url" content="http://www.imdb.com/title/tt0117500/"/&gt; <meta property="og:image" content="ht...

Facebook LIKE button meta tags produce unwanted result

Hi, I have implemented LIKE button on my test page, I used all the og tags to say what it is all about and the result on my profile page looks like : Moshe likes title title on website I don't want the "on website" part because it links back to the root of the server which is not related to me or my content. I found no way to make t...

Automated Deployment of Large Numbers of Facebook tabs

I have a project for a client who have several hundred retail locations nationwide. Each of their stores has its own facebook page, and they would like an application that would allow for the automated deployment of Facebook Tabs to these pages - I've looked at the "Impersonation" / manage_pages features of the Open Graph API but can't ...