Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the url to a Facebook open graph post?

Given a post id returned by a graph search, for example: 186173001411937

is there a url to link to the post in facebook? The following url does not work: http://www.facebook.com/post.php?id=186173001411937

like image 619
corrego Avatar asked Jan 18 '11 21:01

corrego


People also ask

What is open graph URL?

Open Graph meta tags are snippets of code that control how URLs are displayed when shared on social media. They're part of Facebook's Open Graph protocol and are also used by other social media sites, including LinkedIn and Twitter (if Twitter Cards are absent). You can find them in the <head> section of a webpage.

Does Facebook use open graph?

In fact, if Facebook doesn't find the og:title tag on your page, it uses the open graph tag title instead. As Facebook explains, most content is shared as a URL. If you want control over the way your content looks on its site, you must add OGP tags.

How do you add an open graph to Facebook?

Click on 'Social'. Click on the 'Facebook' tab. Toggle the 'Add Open Graph meta data' switch. To enable the feature, toggle the switch to 'On'.

How do you get the URL of a picture on Facebook?

Choose the desired image among your Facebook photos and select it. 2. Now the full photo appears in Facebook. Move the mouse over the image, press the right-side mouse button, and then select “Copy image address” from the pop-up menu (displays as “Copy image location” in the Firefox browser).


1 Answers

I found out, for a graph id 1099696306_140549259338782 the links is build like this: http://www.facebook.com/1099696306/posts/140549259338782

like image 87
corrego Avatar answered Sep 20 '22 11:09

corrego