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
0 answers

How to assign a past date while uploading a photo via Facebook Graph API, so that it gets placed at the right point in Timeline?

Using the Facebook Graph API, I have been able to upload a photo. It is an old scanned photo. I would now like to modify the timestamp, so that it is shown at the appropriate point in the timeline. Does the API provide a way to do this? Here is an…
2
votes
1 answer

Timeline & iFrame

Can anybody guide about how does the new FB timeline incorporate the iframe for its pages. Or is there any new stuffs coming in to replace these stufs?
abeycapturz
  • 29
  • 1
  • 2
2
votes
1 answer

What are the max. dimensions for Facebook Timeline embedded videos?

I can't find an answer to this question anywhere. Somebody else asked a similar question: ( Facebook Timeline Flash Embed Dimensions ) but it wasn't really answered satisfactorily. I have a url that I embed on the news feed. It has these open graph…
Musical Shore
  • 1,361
  • 3
  • 20
  • 41
2
votes
1 answer

Timeline actions render incorrect verb tense for actions that end in the future

I am publishing actions for events to the timeline ("Dave attended...", "Dave is attending...") with start_time = {now}; end_time = {time of the event} My intent is that the action will render as "Dave is attending..." up until the event takes…
Dave Alongi
  • 115
  • 4
2
votes
2 answers

How to control SWF dimensions(width/height) while using FB.ui, method:'feed'

I'm using the following code to post a SWF to the users wall. Everything works and looks good, except on the new timeline the SWF goes over the boundaries of the post column. It looks like FB is setting the width to 398px, no matter what I do. In…
Chuck Morris
  • 1,128
  • 1
  • 8
  • 13
2
votes
1 answer

Uncaught OAuthException: Invalid token: "me" An ID has already been specified

This is a new one to me, and I'm not sure why it is coming up. It only happens when I try to use the API to post a timeline action. I have the new Auth enabled, publish_actions is included in the permissions list, and I am the admin. I have…
Brett Stubbs
  • 669
  • 1
  • 9
  • 19
2
votes
3 answers

Add application to page

I have a problem when I am trying to add my application to one of my pages. Earlier there has been an option in the left sidebar which simply says view profile application and then you could choose "Add to my page". Now that option is gone and…
Tim Lestander
  • 31
  • 1
  • 2
2
votes
1 answer

Managing Facebook Timeline with API

I've seen plenty of documentation for how to add items to a user's timeline, but nothing on how to edit/remove existing items. As far as I can tell there is nothing in place to edit/hide/feature an activity other than doing it manually by the user.…
Howard Nager
  • 43
  • 1
  • 3
2
votes
2 answers

Embed videos on Facebook with a Timeline-enabled profile

I'm trying to correctly implement the Open Graph tags for Facebook on a video site, using the og:video tags. Example : http://12-infos.nrj12.fr/videos-3738/media/video/481196-mardi-6-decembre-mamie-est-une-lumiere.html It works perfectly on a…
2
votes
2 answers

How do I publish to Timeline Automatically?

http://www.independent.co.uk/ and http://www.guardian.co.uk/ have an application where by if you read an article on their site, it writes to your profile/timeline that "X has read Y on Z". Now I can write to the timeline with a button present. I can…
2
votes
1 answer

Can't embed flash content in timeline profiles

When trying to reactive an old app we noticed that embedding flash content in posts (trying both stream.publish and feed) didn't seem to work any more. Instead, Facebook decided to throw the following error message: There was a problem with the…
2
votes
4 answers

Profile Cover Editing via Facebook's Api

I know that this question was raised out several times, and I even read most of the questions regarding the topic. But there was a gap of about a month till now, and I'd like to know if there is any process in changing the Timeline Cover picture…
funerr
  • 7,212
  • 14
  • 81
  • 129
2
votes
2 answers

Set privacy when publishing an action

Have anyone heard Facebook say anything about adding the possibility to specify the privacy when publishing an action? I wonder if it's something they plan for the near future or if it will take longer time for them to implement. Background The "App…
Martin Torhage
  • 613
  • 1
  • 5
  • 12
2
votes
2 answers

Open Graph Beta: Add Data to Profile URL

In the new Open Graph Beta Auth Dialog does the "Add Data to Profile URL" essentially serve as the callback URL where Facebook will send the user after they click the "Add to My Timeline" button? In a related question, will clicking the "Add to My…
Bill Scheurer
  • 143
  • 1
  • 2
  • 9
2
votes
0 answers

Click on a like button implemented by iframe doesn't appear on my timeline

I implemented the Facebook "Like" button using iframe into following page: http://www.atelierdolcevita.be/membres/testxz.php and when I click on it, my face appears next to it and the "like" does appear in my timeline. To the contrary, a click on…