facebook-opengraph

How to display an aggregation of an object that is connected to another object?

北战南征 提交于 2019-12-08 18:27:25
I've set up these 2 objects : Book Author A book has an author field. I have one action : Read I have 2 aggregations : Recently read books Favorite authors The Favorite authors aggregation is set up to show author objects on the read action. I posted a story to my Timeline: Felipe read "some book" , but it only shows the Recently read books aggregation and not the Favorite authors . How am I suppose to set up the aggregation for Favorite authors ? If the aggregation is setup correctly (you can test this by adding sample objects and actions in the aggregation configuration) then it will show up

Posting a Custom Story to Facebook Open Graph

核能气质少年 提交于 2019-12-08 13:12:50
问题 I'm trying to post a custom story to a proof of concept Facebook app, consisting of an object type "badge" and an action type "earn." When I "get code" for this in the Facebook Open Graph Types interface, the Graph Explorer example successfully posts the story to my timeline. However, the one parameter ("badge") is a URL reference to OG samples. How can I post something directly, not as a reference to OG samples? Using the C# SDK, I'm currently trying this: var client = new FacebookClient();

Cant import Request, Session and response Facebook SDK 4.0. [Egregious Documentation]

一曲冷凌霜 提交于 2019-12-08 09:40:16
问题 I am using the Facebook SDK 4.0 and I want to post on users wall using the OpenGraph API. I have defined the Action as: Celebrating The object as Milestone Now when in the Facebook Dev console I click on get code and switch to Android I get the following snippet: Request request = new Request( Session.getActiveSession(), "me/objects/friendsampleapp:milestone", params, HttpMethod.POST ); Response response = request.executeAndWait(); Here I cant get options to import Response, Request and

Open Graph | Publish an Action | Using PHP for cURL instead of terminal

落爺英雄遲暮 提交于 2019-12-08 09:31:41
问题 I am new to the developing with the facebook platform. I'm currently following the tutorial here: http://developers.facebook.com/docs/beta/opengraph/tutorial/ I am at step 4, under "Publish an action". Where it wants me to copy the code snippet directly into the cURL terminal: The only problem is while contacting my webhost technical support(1and1), they informed me that I was on a shared hosting plan and that I could not access the terminal directly and I would have to do this through a php

Sharing link on facebook showing video, but link not clickable and no description

 ̄綄美尐妖づ 提交于 2019-12-08 08:42:46
问题 I'm sharing a url which has meta tag for 'video' to show a youtube video when shared. Everything works fine and the video plays on fb, but not able to follow link and no description. If i click video title, video starts playing. This is what i see. Clicking anywhere will play video. Expecting something like the following(as youtube do) So clocking on play will play video and clicking link will take users to my page. 回答1: Got It. I just tried comparing meta tags line by line with youtube. The

Facebook open graph timeline application - How to connect/use other objects in your own timeline application

女生的网名这么多〃 提交于 2019-12-08 07:26:13
问题 I have created an facebook app added an object and an action to this app. And publishing to my facebook site works fine in the timeline. But, if I want my app to connect to build in object in the open graph I cannot choose theese object within my application, for exsample: In my app I choose my action type and then in the field "connected types". The values I can choose here is the object I created within the app namespace and only "profile", "website", "book" in the open graph namespace and

Facebook iFrame application redirect

冷暖自知 提交于 2019-12-08 06:04:00
问题 I am writing an application in Facebook that is meant to be shown through a page tab on my own business page. I need to interact with the viewing user, thus I require extended rights. I've followed the suggested procedure but have now hit a wall. My application sits in an iFrame and the request for extended rights uses redirection. I can get the page where you need to confirm authorization but when you click allow, Facebook redirects to the page where my application is hosted instead of back

How to display an aggregation of an object that is connected to another object?

大憨熊 提交于 2019-12-08 05:37:54
问题 I've set up these 2 objects : Book Author A book has an author field. I have one action : Read I have 2 aggregations : Recently read books Favorite authors The Favorite authors aggregation is set up to show author objects on the read action. I posted a story to my Timeline: Felipe read "some book" , but it only shows the Recently read books aggregation and not the Favorite authors . How am I suppose to set up the aggregation for Favorite authors ? 回答1: If the aggregation is setup correctly

How do I prevent my opengraph action stories from being aggregated in the news feed?

徘徊边缘 提交于 2019-12-07 21:07:53
问题 I have an OpenGraph action posting working. It appears as I want in the timeline, but only appears as an aggregation in the newsfeed, without any of the story attachments. How can I make it appear the same way in the newsfeed as it appears in the timeline? For reference, here are screen shots of the timeline version (which is what I want), and the feed version (which is aggregated, against my wishes): Timeline version of the posting: timeline story posting http://a.yfrog.com/img580/6074/7ohf

facebook opengraph not updating and other questions

泄露秘密 提交于 2019-12-07 20:16:49
问题 I'm having a problem using Facebook's OpenGraph. I'm attempting to implement timeline features into my application. However, when try changing my meta tags to change the tile of my object, the changes are not reflected. When I pass my url into the debugger tool facebook offers, it displays that my OG object is still using the old data, as opposed to the new data. However, the weird thing is the raw properties show my changes. How do I get facebook to update the OG object? Another problem I'm