opengraph

Facebook Open Graph Feed Not Returning All My Wall Posts From Me

痞子三分冷 提交于 2019-12-11 12:15:33
问题 When I use the open graph API to get my own facebook news feed (my wall), everything looks right for the most recent 3 months, but prior to that, I no longer see my own posts (but still see posts of other users on my wall). I'm using a version of this link (with a working access token): https://graph.facebook.com/me/feed??access_token=putvalidaccesstokenhere&limit=100 as documented on this page: http://developers.facebook.com/docs/api And I notice that posts from me (i.e. status updates,

Facebook does not show all open graph images

萝らか妹 提交于 2019-12-11 10:57:06
问题 I have a webpage with some standard open graph meta tags for Facebook. My problem is that if I place a link to the page in a facebook status message it shows only 2 of 5 images. The 2. and the 3. but not the others. My first thought was: I did something wrong so I checked the page with the FB Debugger but there it shows all images. I waited a week now but the problem did not solve it self. Any thoughts on this? This bug might be related, but it also has no solution: https://developers

Unable to publish to facebook feed

雨燕双飞 提交于 2019-12-11 08:42:12
问题 I operate a website, http://www.plingo.com.br/ I have created a like button for that webpage, as well as specified opengraph tags that point back to the same URL and included a video. I have set the og:type tag to 'blog'. When someone clicks Like, the video and URL get posted to the users feed as expected. However, my issue revolves around being able to publish to users of my feed. As you can see in my opengraph tags, I have associated my URL to a facebook application that I own. I have

Linkedin sharing url do not show og:image

江枫思渺然 提交于 2019-12-11 06:07:47
问题 I have a problem with og:image on sharing post within LinkedIn sharing URL. Here is test post with configured og tags. LinkedIn takes other og:tags , but not og:image . I've checked page with the W3 validator. There are some errors, but they seem not really important. I've checked other page with working LinkedIn sharing and there are also similar html errors. Also have tried to use cropped image, using shchemeless URL (like in this article), add og:prefix to HTML. Does anybody know how to

does facebook need to actually CRAWL a page for OG to work?

末鹿安然 提交于 2019-12-11 05:56:38
问题 I am attempting to replicate a bit of what Amazon.com is doing. After a person checks out, they are then able to SHARE to the social networks, the product in which they just purchased. On my site however, facebook won't EVER get to crawl the final booking pages since they are dynamically driven after the user enters their credit card info. I know the linter could be used for force a decache... but that's really not the story here.... I am of course, refering to the OG information stored in

Open Graph image issue on linkedin

大兔子大兔子 提交于 2019-12-11 05:54:04
问题 Im having issues with my project right now regarding linkedin share. The image(thumbnail) doesnt showed up. My question is, does the url change could also affect? For example i added the og tags like this: https://domain_name.com/wp-content/uploads/2016/10/2_About-Team-Photo_New-1.jpg but when i open up the source code the url was change to: https://d2gkdq5vdbd74s.cloudfront.net/wp-content/uploads/2016/10/2_About-Team-Photo_New-1.jpg Does this change affect the Linkedin Share? By the way the

Should og:image and og:url put in <meta> or <link>?

我与影子孤独终老i 提交于 2019-12-11 04:49:33
问题 For og:image and og:url , since they have URL, can I place them in a link tag instead of a meta tag, and is it preferable? Also what is the difference in using these two tags w.r.t. og:image and og:url ? 回答1: I don't know about other major consumers of the OGP so this might not be a problem for your case, but if you plan to implement it for Facebook, stick to meta tags. Doing a quick live test with the open graph debugger and fiddling with the og: tags, it appears that facebook only

Open Graph api for feed returning inconsistent results

谁说我不能喝 提交于 2019-12-11 04:34:12
问题 Called the https://graph.facebook.com/{id}/feed url is randomly missing data. Here's what I did Create a test user for my sandbox mode app with publish_stream and read_stream permissions Add a post to their wall via POST to graph.facebook.com/{id}/feed?access_token={token} Login as test user and confirm post was added to their news feed GET on graph.facebook.com/{id}/feed to view JSON data So when I hit the feed, sometimes the successfully created Feed Post is in the JSON, and sometimes it's

Facebook realtime updates: Subscribing to a page

无人久伴 提交于 2019-12-11 04:06:47
问题 Anyone tried subscribing to a page for real-time updates? I would like to get notified when a new wall post appears under a page's feed for example. The Facebook documentation says this is possible but have never seen anyone accomplished this before. https://developers.facebook.com/docs/reference/api/realtime/ 回答1: You need to get the page_accesstoken and then add the app as a tab. You can do this by getting the user access token of the admin with scope=manage_pages once you get the user

Scraper fails on files over ~390KB

与世无争的帅哥 提交于 2019-12-11 03:58:02
问题 Does the Facebook's URL scarper have a size limitation on it? We have several books available on a website. Those that have an HMTL filesize under a certain size (~390KB) get scraped and read properly but the 4 that are larger do not. These larger items get a 200 response code and the canonical URL opens. All of these pages are built using the same template, the only differences being the size of the content within each book and the number of links each book makes to other pages on the site.