facebook-opengraph

Unable to post Open Graph actions as a Test User

僤鯓⒐⒋嵵緔 提交于 2019-12-05 08:32:30
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' => $token, '{object}' => 'http://samples.ogp.me/{objectID}', ); try { $result = $this->facebook->api('

Warning: “Attempted Frozen Title Change”

大兔子大兔子 提交于 2019-12-05 05:46:14
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:title from Bates Method - Bates Association for Vision Education to Bates Method International - the

Facebook sharer showing (almost) always the wrong author

六眼飞鱼酱① 提交于 2019-12-05 04:44:33
I can't understand why Facebook sharer keeps showing the wrong article's author when sharing articles of my website. (Of course I always use Facebook Debugger before sharing). Take this article as an example: although it is clearly written by Francesca Aloisio, it keeps showing (when shared) "by Virginia Vigliar". Facebook Debugger reports: <meta property="article:publisher" content="https://www.facebook.com/wordsinthebucket" /> <meta property="article:author" content="https://www.facebook.com/francesca.aloisio.397" /> I just can't figure out why. N.B. I use Wordpress SEO by Yoast. Why are you

Get music listens using FQL [closed]

本小妞迷上赌 提交于 2019-12-05 04:22:06
问题 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 11 months ago . I am trying to get music.listens for a user and a user's friends using FQL. Does anyone know what is the FQL query for getting music.listens? Thanks! 回答1: You cannot currently query for Open Graph actions using FQL You need to use the Graph API. You'll need the user_actions.music and/or friends_actions.music

Search video through Facebook Open Graph API

筅森魡賤 提交于 2019-12-05 00:28:11
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? 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/7704688/search-video-through-facebook-open-graph-api

Facebook doesn't accept custom Open Graph properties

泪湿孤枕 提交于 2019-12-05 00:02:56
问题 I'm trying to use Facebook iOS SDK 3.5 for publishing an Open Graph action. My action is: take a photo , and photo has an additional required string property named filter . I am creating my graph object (all values are valid and working): NSMutableDictionary<FBOpenGraphObject> *object = [FBGraphObject openGraphObjectForPostWithType:@"tonerapp:photo" title:@"photo" image:imageData url:nil description:title]; Then I add my filter: object[@"tonerapp:filter"] = filterName; I try to post the

Defining how an Open Graph Post is displayed

▼魔方 西西 提交于 2019-12-04 19:07:53
问题 I'm posting a custom Open Graph object/action to Facebook successfully. Our production and staging environments each have their own FB app, which are configured identically (except that in our production app, objects and actions are approved, as is our App Details page). For some reason though, staging is posting with a larger photo with title/description underneath. Production posts have a smaller image with all text to the right. I don't remember doing anything special on staging, but in

Using Schema.org itemprop on Facebook OG meta tags

回眸只為那壹抹淺笑 提交于 2019-12-04 16:41:06
Right now I'm using itemprop COMBINED with Facebook Open Graph <meta> tags like the following: <html class="no-js" itemscope="itemscope" itemtype="http://schema.org/WebPage"> // ... <meta property="og:type" content="website" /> <meta itemprop="name" property="og:title" content="My Title" /> <meta itemprop="image" property="og:image" content="http://example.com/socialimage.jpg" /> <meta itemprop="url" property="og:url" content="http://example.com" /> <meta itemprop="description" property="og:description" content="My description" /> <meta property="og:site_name" content="My Site"/> Is this

Deleting a previosly posted Article with OpenGraph, or check if said Article has already been read

醉酒当歌 提交于 2019-12-04 16:15:34
I've created a simple app for reading articles, which creates posts with the following code: FB.api('/me/[NAMESPACE]:read&article=http://example.com/article.html','post', function(response) { if (!response) { alert('Error Occurred I got no response with ' + $pageURL); } else if (response.error) { alert('Error Occurred' + response.responseText + " " + response.error.responseText); } else { alert('Post was successful! Action ID: ' + response.id); var idToDeleteLater = response.id; } }); And I want to be able to check if the page had been visited before, so I'll be able to forbid any further

Provided og:image is not big enough in Facebook linter

£可爱£侵袭症+ 提交于 2019-12-04 15:53:56
问题 I properly set og:image on my website, the facebook linter sees it (facebook debugger) however, it says the image should be at least 200x200, which it is not the case, my image is 250x250 image. What could be causing the issue? Could this have anything to do with Cloudfront? Edit: I got around it by switching from this image to another image which is a jpg image, but still I couldn't find the cause for the problem since the image looks fine. 回答1: This was happening to me. I was only using the