Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Aggregation is a relationship between two classes that is best described as a "has-a" and "whole/part" relationship.
0
votes
0answers
59 views
Facebook Automatic Aggregation on the Newsfeed
I recently started working on a project for a client where I will use Facebook Connect on a website, in conjonction with an app on Facebook.
Basically, users will have the opportunity to take on ...
1
vote
0answers
57 views
Facebook Aggregation Issue
I created a facebook timeline application with 4 actions and 2 Object types.
After that, i created an aggregation, to show my data in that timeline branded box (like Forsquare), that should display ...
3
votes
1answer
257 views
Creating an action aggregation. Group by error
I'm trying to create an aggregation using Facebook's Open Graph for an action. Similar to how they have an aggregate for their "Cook" action in their Open Graph tutorials.
When I set up the ...
1
vote
0answers
77 views
Facebook Open Garph aggregator sorting
I setup object, action, and aggregator.
1) For example, I posted 10 actions for the object with ID = 1. They show up in timeline.
2) Next I posted another 5 actions for the different object with ID = ...
1
vote
0answers
86 views
Facebook timeline aggregation only shows
I've set up this object:
Track
I have 2 actions:
Nominate
Vote
I have 2 aggregations:
Nominated Tracks
Voted Tracks
I posted several votes and nominations to my timeline but the aggregation only ...
2
votes
1answer
72 views
How to prevernt Facebook to aggregate links on the wall
We have a javascript toolbar which being injected into sites. on our toolbar we have an ability to share something (on facebook) inside a page.
The URL that we are generating is something like ...
0
votes
0answers
39 views
MultiUser aggregated stories around dynamic fields
I want to create an iOS app where users will be able to upload pictures of their pets and have it post an OG action. I want to have aggregated stories that the server will post to Facebook at certain ...
3
votes
1answer
321 views
Open Graph referral URLs from large aggregations extremely long
In a large aggregation of ~90 Open Graph actions performed by a single user, the query string part of the object URLs are extremely long (approx. 8KB).
This is causing our servers to crash as they ...
0
votes
0answers
220 views
How can I aggregate OpenGraph objects that are connected to another object in the timeline?
I have an application that publishes a read action for every magazine object you've read.
Every magazine object is in the meta tags connected to a publisher object. One publisher can be connected to ...
2
votes
2answers
383 views
How do I see the aggregates of my published “news.reads” actions?
I have a Facebook application that wants to publish document reads to a user's OpenGraph.
Since read is a reserved, built-in action, my objects have to have the type article. The publishing of reads ...
0
votes
1answer
93 views
Working example of the “Group by” in aggregations?
I'm having trouble figuring out the
Apps - Open Graph - Aggregation - Advanced - Group By
command.
I'd like to show the most popular links added to the open graph, grouped by an object property. ...
0
votes
1answer
260 views
Facebook Timeline: How do you create an aggregation that groups on a custom property?
I'd like to group up timeline actions on a custom property of "category".
What worked:
I was able to add a "category" String property to my timeline "object" type
I also made it required
I made ...
1
vote
0answers
271 views
Open Graph Aggregation not previewing or posting
We have created a application that has a few open graph actions available for it.
One of our actions have been approved,the action posts perfectly and aggregating on the user timeline is great as ...
-1
votes
1answer
88 views
Adding “aggregations” to my Facebook application
I don't understand how to add aggregations to my application on Facebook graph.
I submited my application to Facebook and I got the answer "changes needed":
"Note: If you are creating an ...
1
vote
1answer
613 views
How to display an aggregation of an object that is connected to another object?
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 ...
-3
votes
1answer
236 views
what will be the approval time for an app? [closed]
We already post our timeline app for an approval with all the detail. We want to know how long it will take to approved the app normally
2
votes
1answer
324 views
How to unhide user removed aggregations
I came across an issue where, just to try it out, I removed an aggregation from a timeline app. I then was unable to get the aggregation back.
Steps to take:
add an app to your timeline (For ...
1
vote
0answers
106 views
Action aggregations broken?
Since yesterday evening around 7pm EST, I have not been able to create aggregations where "Data To Display" refers to an action.
For my action 'Sit', I keep getting this error when trying to save :
...
1
vote
0answers
96 views
Facebook User's Name in Text Template
For a given activity Aggregation's caption, is it possible to reference the Facebook user's first and/or last name? Something similar to {profile.firstname}, but instead of a object type of Profile, ...
7
votes
3answers
503 views
Timeline Action Layout - No Attachment displayed
I am trying to post a Action to the Facebook Timeline using the JS API
FB.api('/me/application:action_type' + '?opject_type='+document.location.href,'post',
function(response) {
if ...
2
votes
0answers
217 views
Open Graph Aggregation filters - filter by time?
We'd like to filter by actions which haven't yet reached their end_time.
We can select 'end_time' as the filter field, but how do we specify the current time? We've tried time() and now() but these ...
1
vote
1answer
122 views
Timeline aggregation sort by drop-down glitch
I created an object (book) and an action (add), and I am now trying to create the aggregation for the two. I created the aggregation, and clicked on the "Sort by" dropdown. The options looked like ...
0
votes
1answer
234 views
“You have not added any aggregations”
I'm currently testing the new OpenGrah and I have some troubles.
I created my objects, my actions and my aggregations, but when i want configure my Auth Dialog, I've got the message :
"You have not ...