Questions tagged [facebook-timeline]

The Timeline is a special view of Facebook data aggregating all Open Graph events related to you from birth until now. Facebook describes this as: Tell your life story with a new kind of profile.

The Timeline was introduced at the f8 Facebook Developer Conference in 2011. It replaces the previous Facebook profile with an aggregated view of all associated Open Graph events.

The basic idea is to make all Facebook data around one person accessible on a single page. The level of detail changes from high in the recent past to low in the distant past. At any time, the hidden information beyond the current level of detail can be unhidden and made visible. Also, displayed information can be hidden with a click. It is also possible, to define privacy settings on a per-entry basis for the whole timeline.

The result is a curated representation of a person's life with differing content depending on the viewer (and her associated pricacy setting).

The data itself is enriched with Facebook status posts and new Open Graph app data, that can be added to the timeline by a new class of social apps. These apps, once connected, provide not only singular entries (e.g. I just watched a movie) but also data aggregation in a defined way (e.g. these are my favourite movies over time).

Resources:

269 questions
0
votes
1 answer

facebook: Post to a user's wall AS the app

I would like to know if it is possible to post to a user's wall AS an app. So, my app would be interpreted like a user and writes on the wall of the target user. So far, I only found ways to post to a user's stream as himself with some information…
0
votes
1 answer

Original title of timeline object always displaying even when changed

I create a timeline object called 'Reward Gold'. Initially it's Title parameter is set to 'Sample Reward Gold'. I change it to 'Gold' and save it. When I review it's settings, I see it set to 'Gold'. So all should be good. I then create a…
0
votes
1 answer

How to develop apps that goes inside the Facebook Timeline?

I've seen the new facebook timeline and it seems there is going to be a way for developers to create apps there. But I can't find any documentation for it. Any advice?
Jae Lee
  • 445
  • 1
  • 4
  • 16
0
votes
2 answers

og:type and domain restrictions on new User Actions?

So I'm trying to implement posting of actions into the timeline using the JavaScript SDK, and am curious about the following two errors: Object at URL 'MYURL' is invalid because the configured 'og:type' of 'MYTYPE' is invalid. Object at URL 'MYURL'…
0
votes
4 answers

Facebook Audio Player Broken?

I am having a problem with sharing/liking links with Open Graph Protocol data for audio/mp3 files. They look OK on Facebook news feed/timeline, but when you click play button, it won't play. It says: undefined (see screenshot). So I tried playing…
Teddy
  • 18,357
  • 2
  • 30
  • 42
0
votes
1 answer

Timeline plugin issue in Wordpress

I tried to use the timeline plugin and post to my timeline using this tutorial. and everything worked as a charm. The problem occurred when I tried to implement the same to my WordPress blog. The timeline plugin doesn't refresh after I authorized…
0
votes
1 answer

facebook apps settings opengraph dashboard not updating

I asked a similar question earlier, but it was one of a bunch of questions, most of which I later solved. So I figured I would create a new question only about this. In developers.facebook => $MY_APP => app settings => open graph => dashboard, you…
saccharine
  • 894
  • 8
  • 22
0
votes
1 answer

Open Graph Beta: Aggregation's "Group By" Field

The documentation for the Open Graph beta says: Group by - Option is only available if your Aggregation is displaying Objects. This option allows the aggregation to group by a property of the object. For example, you can group by Movie object's…
Brad Dwyer
  • 6,305
  • 8
  • 48
  • 68
0
votes
1 answer

does not display

Is it normal for to display only for the app creator and not other users? I am trying to test my app with my girlfriends account and Permission Dialog/page is still the old one No asking…
Radoslav
  • 1,812
  • 3
  • 17
  • 27
0
votes
2 answers

How do I find out if my Open Graph app has already been added to the Timeline programmatically?

Assume, that besides using the "Add to Timeline" Social Plugin I want to show a specific message to the user only if she did not yet add my app to her Timeline. Is there any method in the JavaScript SDK that lets me check for that?
Ralf
  • 2,512
  • 4
  • 24
  • 26
0
votes
1 answer

Question about Timeline, does the user have to be connected?

The reason I'm asking is because, right now we already have it setup to prompt users to share things if they're connected. But the biggest problem we have is that without the user being connected, it tries to make a popup window — which is blocked…
0
votes
1 answer

Can we post Actions on an object outside of the app (ie FB Page, FB Place)?

Is it at all possible to post an action (owned by the app) to an object (NOT owned by the app)? Specifically on Faceook Page and Places, objects owned by FB. For example I want to create an action called "shop", so that I can create the action "John…
MechaStorm
  • 1,432
  • 3
  • 17
  • 29
0
votes
1 answer

Getstream timeline,likes,comments and aggregated

Hi I Have to create a timeline feed activity like facebook. I give the likes and comments using reactions.but if i give the likes again to a same post by a same person the likes count get increased. how to resolve it. and how to use the aggregated…
0
votes
1 answer

Best option to POST on facebook timeline

I need to make POSTs to facebook page timeline (not auto posts, but when a user on an enterprise application submits a form). Note that a user should bot be logged in on facebook! I've searched a lot and seems i should use graph api to do this...…
0
votes
0 answers

Post videoclip on the user’s Facebook timeline

We have developed an app that creates a videoclip by incorporating the images that a user uploads to our server. We would like to post the resulting videoclip on the user’s Facebook timeline as soon as the video is ready, i.e. about 30 min after the…