facebook-opengraph

Facebook Dialog vs Open Graph Action

懵懂的女人 提交于 2019-12-10 10:50:03
问题 Just want to understand the pros and cons of making post through dialog vs open graph action for the first facebook app I am making. The most attractive aspect of OG action post seems to be the "aggregate" box if I can attract users to use my app frequently and consistently, but dialog seems to guarantee 100% chance for the post to show up individually on the user's timeline (vs OG action post which might only show in the "recent activity" box which is not obvious to see...) am I missing

Difficulty with OpenGraph for Facebook embedded video

妖精的绣舞 提交于 2019-12-10 10:43:21
问题 I am having some difficulty implementing a solution that I found via my research here (the actual accepted answer is not helpful and has been downvoted to Bolivian). Problem: Facebook doesn't seem to recognize the OpenGraph meta tags that I have added to my Header. What I know (or think I know) : It is my understanding that by adding some appropriate opengraph meta tags, the content, such as YouTube video, should appear in the body of the "post" on Facebook. What I have tried so far:

Using Facebook Achievement API in Android

删除回忆录丶 提交于 2019-12-10 09:25:49
问题 I understand that this might seem like a generic question, but it seems to be insanely difficult to find information on the topic, so I would appreciate a complete example \ guide \ source code link if it exists somewhere. I am developing an Android game and would like the integrate Facebook Achievements. All I want is to share achievements when the user completes a certain puzzle - so it will show in their feed and link to my app. This is the official documentation from facebook: https:/

Unable to post Open Graph actions as a Test User

喜夏-厌秋 提交于 2019-12-10 06:20:14
问题 I've been able to post Open Graph actions using my own account, but I'm unable to do the same as a Test User of the application, receiving this error: OAuthException: An unexpected error has occurred. Please retry your request later. I've tested the access token that I'm using with the debugger and it's fine. Here's the code I'm using - I'm pretty sure the code is fine, because it works when I'm logged in as myself: $token = $this->facebook->getAccessToken(); $params = array( 'access_token' =

Warning: “Attempted Frozen Title Change”

微笑、不失礼 提交于 2019-12-10 04:06:42
问题 Our website (www.seeing.org) has recently changed its title and we have also decided to increase its Facebook integration, including making use of the following Object Property og:title : <meta property="og:title" content="Bates Method International - the Bates Method of Vision Education" /> However on debugging the page I'm issued with the following warning: "Open Graph Warnings That Should Be Fixed ": Attempted Frozen Title Change "It appears that you are trying to change the property og

Search video through Facebook Open Graph API

流过昼夜 提交于 2019-12-10 01:21:40
问题 I know we can search for public objects such as post, event, checkin in Open Graph API using: https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE However I can not search for video objects. Is there a way to search for videos in facebook using their title or description? 回答1: You can search videos using some attributes via FQL: http://developers.facebook.com/docs/reference/fql/video. Unfortunately, the title and description are not among those... 来源: https://stackoverflow.com/questions

Facebook Open Graph API - og:metatags being ignored

两盒软妹~` 提交于 2019-12-09 17:16:27
问题 I'm troubleshooting an issue where the page title and image aren't being included on facebook likes. Having hit the OG debugger, it looks like none of the og: metatags are being accessed by facebook: Here's a link to the debugger — it's saying it is inferring the og:url and og:title properties which are present on the page. As a matter of testing, I copied the metatags and HTML schema straight from the example on the developer docs and I still get the same warnings. Here's the HTML and start

OpenGraph: custom properties not showing in post

依然范特西╮ 提交于 2019-12-09 11:22:41
问题 I've create a Custom Object/Action/Aggregations for my app. https://graph.facebook.com/10151038251679973 All is working fine but now I wanted to add custom properties for my object. I've successfully added two properties: when and facility. The problem is that when I share the object (i.e. posting the link on my wall) the custom properties does not show up. Any idea? I have to do some additional configurations? 回答1: Custom properties are not showed for just posted object, but you can display

Linkedin sharing urls / not parsing open graph

半世苍凉 提交于 2019-12-08 22:36:50
问题 The Linkedin documentation can be found here As it says, it needs: og:title og:description og:image og:url Here is an example of my wordpress blog source code that for simplicity I use Jetpack plug-in: <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Starbucks Netherlands Intel" /> <meta property="og:url" content="http://lorentzos.com/starbucks-netherlands-intel/" /> <meta property="og:description" content="Today I had some free

Circular redirect path detected and wrong Open Graph data displayed

╄→尐↘猪︶ㄣ 提交于 2019-12-08 18:49:28
When sharing the following URL to Facebook www.magicsoftware.com You will get outdated information. Facebook refers to the site (magicsoftware.com/en) and takes all the information from the cache. I tried to clear the cache by going to the dubugger- https://developers.facebook.com/tools/debug/og/object?q=www.magicsoftware.com But that didn't help much. Someone has an idea what I can do? P.S - if you checked the debugger link, you would see that there are two critical errors mentioned: Could Not Follow Redirect: URL requested a HTTP redirect, but it could not be followed. Errors That Must Be