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
19
votes
2 answers

How can I retrieve the new timeline data from the API?

At the f8-conference Facebook just announced the new timeline view. This is based on the new Open-Graph model The question is, how is this data retrieved via the API? Retrieval should address a number of complexities: The filtered nature should…
12
votes
1 answer

User analysis based on their facebook profile?

I am pretty much sure that if you look carefully at any friend's timeline profile you can easily predict what going on in his/her life, Even you can write his/her entire life, you can also find out the hidden fact which he/she never told or updated…
11
votes
3 answers

Upload photos for past date

I am trying to upload few old photos with a past creation date so that they appear properly in timeline. Existing api allows only to pass message and source. i.e POST https://graph.facebook.com/ALBUM_ID/photos?access_token=xyz …
Alagu
  • 2,864
  • 3
  • 26
  • 40
11
votes
4 answers

Post from app does not appear in user's timeline

Since Facebook made Timeline now public, the my app post using stream publish does not appear in user's Timeline, only in News Feed. Is there's anything we should do about this or anything new on publish stream or feed post regarding the new…
11
votes
1 answer

Facebook read action showing in activity log but not showing on timeline

I am using built-in read action for my news reader app. But this action not appearing in user's timeline , instead its listing in activity log. My action is approved by facebook and using publish_action permission . Plz help.
Cheguvera
  • 121
  • 3
7
votes
4 answers

Facebook SDK : Page Tab App returns not found in mobile Facebook App

I got a Facebook Page Tab App (using Timeline). It works fine in desktop version of Facebook, but when its Wall Post is clicked in Facebook App, it returns "The page you requested was not found" and forwards to an inaccessible…
Raptor
  • 53,206
  • 45
  • 230
  • 366
7
votes
4 answers

Retrieving the facebook timeline cover photo

This question has popped up a few times already. I want to retrieve the cover photo of the facebook timeline via the graph api. The answer that I have seen mentioned everywhere is that it is not possible. However I came across a site…
Maxim Dsouza
  • 1,507
  • 3
  • 19
  • 32
7
votes
3 answers

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 (!response || response.error) { …
7
votes
1 answer

How to get music listening data from Facebook/Spotify?

I'm trying to make an app that uses the list of songs that a user has been listening to on spotify. i.e on a user's profile page (with timeline enabled), you can see Recent Activity under Music, and see the songs he's been listening to. Is there an…
ankit
  • 3,328
  • 3
  • 26
  • 39
6
votes
5 answers

Like button for Facebook page shows generic Facebook description in News Feed

I want a Like button on my web site that Likes my Facebook profile (rather than my web page), so that when a user clicks it they subscribe to my Facebook posts. I've created the Like button using the tool at…
6
votes
1 answer

adding tracking parameters to links from facebook timeline actions

Our customer would like to track when users share links with each other (via facebook, twitter, email, whatever), and reward the person who initially shared the link. Currently we're keeping track via a parameter on the URL that contains the user's…
Mike Ruhlin
  • 3,546
  • 2
  • 21
  • 31
5
votes
3 answers

Timeline page app height stuck at 800px

I'm developing an app for a Facebook page with the 'timeline' layout, and I want the height of the app to scale with the content, but the height of the app is fixed at 800px. The current app settings show that the height is set to 'fluid,' but I…
Tuck
  • 482
  • 1
  • 8
  • 15
5
votes
4 answers

Creating an FB Open Graph Object via iPhone SDK

I'm working on a music player for iPhone and I'd like users to be able to post songs to their Timelines. I have Facebook Connect working and I've registered Open Graph objects and actions with Facebook, but I can't figure out how to create/post an…
Ryan
  • 3,853
  • 4
  • 28
  • 32
5
votes
4 answers

How can I check to see if the user has Facebook Timeline?

I want to enable certain features only for users with the "publish_actions" permission and Timeline. How can I detect if the user enabled Timeline?
Leo Jiang
  • 24,497
  • 49
  • 154
  • 284
5
votes
1 answer

is it possible for an app to insert an event at a specific date in Facebook Timeline?

Is it possible for an app to insert an event at a specific date (in the past) in Facebook Timeline?
1
2 3
17 18