facebook-opengraph

Would having a fresh website with SSL already avoid Open Graph problem?

左心房为你撑大大i 提交于 2019-12-13 03:46:58
问题 After adding SSL certificate, Facebook is unable to fetch open graph metadata on my site, even though they exist. Even when there is og:image:secure_url as suggested in this answer of FB OpenGraph og:image not pulling images (possibly https?), the Open Graph Object Debugger still be unable to fetch. <meta property="og:image" content="https://xn--qucu-hr5aza.com/wp-content/uploads/2019/08/97Afv.jpg" /> <meta property="og:image:secure_url" content="https://xn--qucu-hr5aza.com/wp-content/uploads

Open Graph Metatags for every URL instead of page

我的未来我决定 提交于 2019-12-13 02:31:07
问题 I have developed a page similar to facebook wall which have list of post in Angular (SPA). Every post have unique url to reach exactly to that post. I am new to open graph metatags. I have inserted metatags in head tag. <meta property="og:url" content="#####"/> <meta property="og:type" content="website"/> <meta property="og:title" content="####"/> <meta property="og:description" content="######"/> <meta property="og:image" content="/images/####.png"/> The meta tags are common for every post,

Like action not showing on users wall

我的未来我决定 提交于 2019-12-12 17:09:12
问题 I've spent several days attempting to resolve this issue without success. The issue is that when a user clicks on a like button it does not indicate that they like anything on their wall. While the code works correctly on my test setup at localhost, it does not work in production. My client is using an image gallery plugin for wordpress along with a lightbox plugin known as FancyBox to show larger versions of images when a user clicks on the thumbnail. He has asked me to add a facebook like

Submitting actions for unreleased iOS app?

流过昼夜 提交于 2019-12-12 14:45:33
问题 The Open Graph "Submit for Approval" documentation page says that the team evaluating the Actions will follow our instructions to trigger them. Our iOS app uploads a document to our backend server, and then posts the action with the unique url that was just generated. What's the best way to get our actions approved by Facebook, given that they can only be triggered from an iOS app that's not available in the app store yet? 回答1: The procedure is simple as stated on the comments. Create a web

How can I request the “publish_actions” permission?

三世轮回 提交于 2019-12-12 12:10:04
问题 Washington Post (https://www.facebook.com/dialog/permissions.request?app_id=225771117449558&display=page&next=https%3A%2F%2Fapps.facebook.com%2Fwpsocialreader%2F%3F&type=user_agent&canvas=1&perms=user_about_me%2Cuser_likes%2Cpublish_actions") is able to request the publish_actions permission. It says this on Facebook: While in Open Graph Beta, the 'publish_actions' permission can only be requested from developers and test users of your app. The 'publish_actions' permission will be ignored if

How do I post an Open Graph action to a Facebook page?

為{幸葍}努か 提交于 2019-12-12 11:14:47
问题 With timelines rolling out to Fan and Business pages, I would like to be able to publish actions to our Business page timeline. I can't figure out how to do that. Any guidance? When I try to post to the page (with an unapproved og action), I get: {"error":{"message":"(#100) The Action Type ACTION_TYPE is not approved, so app APP_NAME_SPACE can only publish to administrators, developers, and testers of the app. User PAGE_ID is not one of those roles.","type":"OAuthException","code":100} 回答1:

Meta Tags In Body

本秂侑毒 提交于 2019-12-12 10:46:17
问题 I am trying to get my like button on my website www.nacts.com.au to add to the ones on our Facebook page but receive this message: You have tags ouside of your . This is either because your was malformed and they fell lower in the parse tree, or you accidentally put your Open Graph tags in the wrong place. Either way you need to fix it before the tags are usable. But it is actually placed like this under PHP <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR

set user (access token) within FB.init

此生再无相见时 提交于 2019-12-12 09:38:30
问题 i want to publish story to user timeline even when they were not login with facebook. Actually I stored user access token in the database, if the user login in with email, i'll retrieve the access token for her. It works well in php (e.g get friends list after setAccessToken(token_from_database), but when i post the story, it always post to current fb login account's timeline. I think the problem is caused by fb.init: window.fbAsyncInit = function() { FB.init({ appId : 'XXX', // App ID status

Canonical url being linked on Facebook rather than real URL. Dynamic OpenGraph tags coming up empty

蓝咒 提交于 2019-12-12 08:54:26
问题 My website is a jobs website If I share a job at the moment the url could be for example http://jobs.com/jobs/show-job/143/Jobit-flyers-put-up/Other/ But facebook with try to scrape http://jobs.com/jobs/show-job/ because that is the canonical url. This really sucks when someone posts it on facebook because all the OpenGraph tags are empty so the link gets the wrong thumbnail and blank information. Who knows how to fix this? 回答1: Fixed! Inside the header of the dynamic page you are creating

OpenGraph Music music.listens returns error [closed]

喜你入骨 提交于 2019-12-12 07:16:27
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 12 months ago . Following the spec here http://developers.facebook.com/docs/opengraph/music/ When I post: POST https://graph.facebook.com/me/music.listens?song=[song url] The response is invariably: { "error": { "type": "OAuthException", "message": "An unknown error has occurred." } } 回答1: A bug report has been filed here: