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
2
votes
1 answer

Facebook API - posting to a timeline

I know this can't be that difficult; maybe I'm going about this the wrong way. Hopefully you can help me. I have a website that needs to be able to post a string to someone's Facebook timeline. I've gotten them to login properly, but I haven't found…
Liftoff
  • 24,717
  • 13
  • 66
  • 119
2
votes
0 answers

Message Received When Attempting To Tag

I am receiving this message: "Your Request Couldn't be Processed: There was a problem with this request. We're working on getting it fixed as soon as we can." when attempting to tag something I posted in my Timeline. This is such annoying as I am…
2
votes
0 answers

Is there a standard icon for the Facebook Feed Dialog?

I want to add the Facebook feed dialog to my website. What is the common practice for the clickable 'thing' that a user sees in order to invoke this dialog? I can think of a few possibilities: I've seen a little green square with a pair of quotes…
AnOttawan
  • 133
  • 2
  • 6
2
votes
1 answer

iOS tag friend in status update

I'm currently using iOS Facebook SDK 3.1. To post a feed story to a users timeline, when on < iOS 6, i've been using +[FBRequest requestForPostStatusUpdate:place:tags:]. This works great, except when I attept to tag a friend [such as I would when…
2
votes
2 answers

Is there a work around solution for displaying Facebook App tabs on mobile device?

At the moment when you send a Facebook tab URL link to a mobile device you get the following response 'The page you requested was not found' - does anyone know of a workout solution - maybe utilising a fb mobile app that would allow the display of…
Daniel Levy
  • 85
  • 2
  • 7
2
votes
1 answer

Calculate the facebook cover offset y

I'm getting the user cover photo using Facebook SDK. I have the path to the img and the offset y. "source": "http://a5.sphotos.ak.fbcdn.net/hphotos-ak-ash3/526114_459046674110601_992101492_n.jpg", "offset_y": 19 The div where i put the image…
Marian Petrov
  • 625
  • 2
  • 9
  • 21
2
votes
0 answers

Flash player disappears on Facebook timeline after loading more feed results (from scrolling down)

I'm developing an application that shares a flash-based music player on people's Facebook profile. On the normal profile (pre-timeline) it works fine. On timeline profiles, the player loads and plays and everyone is happy until you scroll down and…
andrew
  • 2,819
  • 24
  • 33
2
votes
1 answer

Facebook customize timeline feeds

Ive been banging my head against the wall for a couple of hours now, but where is the configure Story Attachment -> Caption being used? It doest turn up anywhere in the feed items Ive posted, and im struggling to figure out where it fits in. And a…
2
votes
0 answers

Photos don't show up in News Feed on Facebook

Uploaded photos through Graph API "me/photos" aren't showing up in News Feed on Facebook. But the photos are added in albums successfully and shows up in Timeline only. I'm sure that it worked a few months ago, but today I found it wasn't working…
2
votes
2 answers

Facebook app about sharing the activity on github

Is there an Facebook app to share the github activity in the news feed and summarize it in a timeline snippet? The user should be able to select the types of activity to post in the Facebook news feed. Twitter integration is nice to have. P.S.: The…
Murdoch
  • 630
  • 2
  • 8
  • 21
1
vote
4 answers

Facebook Timeline : Add customized Facebook App to Facebook Page

I have a Facebook App & a Facebook Page (with Facebook Timeline enabled). The goal is to add the Facebook App to Facebook Page's boxes. I was able to achieve this one month ago using "Add Page Tab Dialog" as told by Facebook Developers…
Raptor
  • 53,206
  • 45
  • 230
  • 366
1
vote
1 answer

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 is set up to show author objects on the read action. I…
Felipe Brahm
  • 3,162
  • 1
  • 28
  • 42
1
vote
1 answer

Facebook Apps: App is set as 810px wide in app options, but on the page itself it's still 520px

I'm having a wierd bug with Facebook right now. Having installed Timeline on my FanPage, I went ahead and tried to make my apps in the new 810px-wide format. Thing is, after I saved that and went to my App to see the results, the app space is still…
Fredy31
  • 2,660
  • 6
  • 29
  • 54
1
vote
1 answer

Facebook Open Graph Action Appearing on Timeline as Individual Stories Instead of in Aggregate Report

One of my Facebook Open Graph actions is posting individual stories on my timeline for each instance where I post the action, rather than displaying them as an aggregation report. This has resulted in my timeline being completely overrun with…
1
vote
0 answers

Facebook OGP image not working in timeline

Facebook is not displaying correct image on my timeline when I've liked a page on my website. HOWEVER, It works perfectly in the newsfeed. The Facebook Debugger returns no errors And, if I share the link, it also works perfectly Does anyone have a…