facebook-opengraph

How to know what bots of a website, if I have no root access to the hosting they will read?

那年仲夏 提交于 2020-01-08 06:11:08
问题 Recently I have problem with Open Graph checkers unable to detect Open Graph data?. It turns out that the bots from the checkers are unable to access data. However, since I have no root access to my shared hosting, I can't use wireshark to know the exact bots that connects to my hosting, therefore cannot ask the technician to help me. So is there a way to know the bots? I really have no idea where to start. The site I want to know is https://developers.facebook.com/tools/debug/og/object/

Supporting multiple locales for a shared page in facebook

回眸只為那壹抹淺笑 提交于 2020-01-07 06:51:38
问题 I'm attempting to have multiple title and descriptions for a same endpoint, one per language. Trying to follow this documentation: https://developers.facebook.com/docs/opengraph/guides/internationalization#objects I have a server that detects when the client is a bot, for example facebook bot, and it renders a single file with the title and description metas, and the following localization metas. I have a file for each language, and I set og:locale depending on the localization fb_locale that

Supporting multiple locales for a shared page in facebook

流过昼夜 提交于 2020-01-07 06:51:08
问题 I'm attempting to have multiple title and descriptions for a same endpoint, one per language. Trying to follow this documentation: https://developers.facebook.com/docs/opengraph/guides/internationalization#objects I have a server that detects when the client is a bot, for example facebook bot, and it renders a single file with the title and description metas, and the following localization metas. I have a file for each language, and I set og:locale depending on the localization fb_locale that

empty friends array in facebook open graph api v2

不羁的心 提交于 2020-01-06 20:35:40
问题 I'm trying to pull a list of my friends in Facebook's OG api v2. If I use the explorer here: https://developers.facebook.com/tools/explorer?method=GET&path=me%2Ffriends&version=v2.0 I can get my friends, but if I program the app and make a json call: function getUserFriends(){ FB.api('/me/friends', function(response) { console.log(response); }); } The friends array response is an empty object. I'm using the facebook login button: <fb:login-button scope="public_profile,email,user_about_me,user

Semantic markup for images in e-commerce

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-06 17:26:53
问题 I have seen that various retailers prefer the og:image from OGP, twitter:image from Twitter Cards over the image property from Schema.org ( Product ), and that preference shows up in various ways like having high resolution images for og:image property and very low resolution or no value for the Schema.org image property. If I need images should I give preference to the og:image and twitter:image over the Schema.org image ? If so is it just the current trend to prefer og:image and twitter

Can't find my post through facebook's search api

▼魔方 西西 提交于 2020-01-06 16:03:24
问题 I'm trying to find my own (public) wallpost with the facebook search API. The message contains an unique string "50428E8C2021" But the API call http://graph.facebook.com/search?q=50428E8C2021 has no results. Any ideas? Update: Accessing the message http://graph.facebook.com/100002274526967_242666405819175 responds with false . But when call the API with an user-accesstoken the request response with the post ("type": "status") With "privacy":{"description":"Public","value":"EVERYONE","allow":

Open graph website - can not administer

你离开我真会死。 提交于 2020-01-06 04:47:05
问题 I've added open graph meta tags to my website: http://www.stylistartshop.pl. I've liked the site and I should be able to administer this website via facebook or have administer link by the like button on my website. None of those is actually in place. I've checked the website on facebook linter http://developers.facebook.com/tools/debug and it shows no errors and the admin id matches my id. I've looked for help on here and there and have seen couple reports of the same problem but no answer.

facebook open graph meta property og:type of 'website'. The property 'object-name' requires an object of og:type 'object-name'

心已入冬 提交于 2020-01-05 12:08:08
问题 in cake php 1.3 in view ctp i have follow code: $url = 'http://example.com/exmp/explus/books/view/'.$book['Book']['id']; echo $this->Html->meta(array('property' => 'fb:app_id', 'content' => '*******'),'',array('inline'=>false)); echo $this->Html->meta(array('property' => 'og:type', 'content' => 'book'),'',array('inline'=>false)); echo $this->Html->meta(array('property' => 'og:url', 'content' => $url ),'',array('inline'=>false)); echo $this->Html->meta(array('property' => 'og:title', 'content'

how to get the locale of a facebook user clicking on a localised object's link?

♀尐吖头ヾ 提交于 2020-01-05 10:08:25
问题 I'm about to implement open graph localised objects. I have configured the og:locale:alternate meta tags, and, when a Facebook crawler request comes in, the correct locale is returned. As a result, I have one object per product (like counter is not divided), and the texts are correctly displayed on the wall posts, according to the user's locale setting. If I look my own share, I see some Facebook URL parameters appended to the URL, but if someone shares my post, even these parameters are

Facebook open graph - did not specify reference object?

倖福魔咒の 提交于 2020-01-05 07:21:47
问题 THis is a very newbie question about facebook open graph. I did the tutorial and have no problem create new namespace with new verbs and new nouns. However, I can't get a simple LIKE an OBJECT to work... Anyway, here's the result of everything i'm doing. I am getting the following error when I try to execute a custom built-in like with facebook's open graph: Object error: Object code: 1611072 message: "The action you're trying to publish is invalid because it does not specify any reference