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
3
votes
3 answers

Automatic Timeline Action posting

Following Facebook's Guide for the new open graph, I have managed to implement Timeline and "Read Article" Action on our WordPress-based site. But the guide makes you click a button to post the action. It might be silly question, but how do we make…
3
votes
2 answers

How to activate Facebook timeline for application test account

After the introduction of new timeline at f8, I started to create a new app. Today, on the application setting page, I created an application test user to test all the functionality such as 'add to timeline' plugin and publish_action permission. But…
Oklahomer
  • 896
  • 9
  • 24
3
votes
4 answers

Difficulty posting Actions to Timeline

I've tried building the basis of our next app following Facebook's Open Graph Tutorial but for some reason I'm getting errors thrown at me regardless of how I try POSTing an action. I'll go as in-depth as I can here as I hope it'll be very useful…
3
votes
0 answers

Associating high res images with Open Graph objects

I'm building a testing app for the new FB Timeline and I've noticed that when an application posts activity to a user's timeline, and that user then 'features' the activity, the activity is displayed nice and widescreen but the image used is a…
3
votes
3 answers

How can I make my timeline with Graph API?

I've studied Facebook API for several hours, and googled lots of pages. But I can not find the way get posts list just like my timeline on Facebook app. I would like to make a Web app that show my timeline posts just like Flipboard. I found an API…
3
votes
0 answers

how can I prevent facebook from cropping external link thumbnails?

Consider the image shown here http://www.facebook.com/CT.dineto under the "Please peruse our New Testing Menu" shared link. The link points to this page: http://www.dine.to/article2.html the og meta tags in there seem OK according to the Facebook…
lost baby
  • 3,178
  • 4
  • 32
  • 53
3
votes
0 answers

See App Timeline View

From the app details, (Apps -> xxx -> App Details) there is a list of links (relaterede links) in the left side of the page. When I go to the "See App Timeline View" link, it's shows my personal timeline, why?
thar
  • 1,094
  • 2
  • 13
  • 25
3
votes
1 answer

Using Facebook for iOS SDK 3.1 how to post to friend's timeline avoiding deprecated headers

Given that Facebook has just completed "Removing ability to post to friends walls via Graph API" posted at their roadmap completed changes page. evidently due to some…
3
votes
0 answers

Error: The client token cannot be used for this API

I am trying to publish Facebook Timeline actions using the app access token instead of the user's access token (so that I don't have to deal with expiring sessions), as described…
3
votes
0 answers

Actions not appearing on timeline

I have seen similar questions here, but none of the answers seem to work in my case. The case is REALLY simple. I "publish" an "article" - this action is sent to fb (using PHP) (using publish_actions scope). All the calls seem fine. All set-up on FB…
James Cook
  • 101
  • 1
  • 6
3
votes
0 answers

Add-to-timeline deprecation on Facebook. How to replace it?

According to the docs, the "Add to Timeline" button will be deprecated as of August 2012. Unfortunately, there is no guidance on how to achieve the same functionality. Perplexingly, the Open Graph tutorial uses the button (which seems unwise given…
2
votes
1 answer

Facebook SDK : Sending Request from Page Tab App

I can send requests to friends using "Multi Friend Request Selector" inside my Page Tab App, which link looks like : https://www.facebook.com//app_ My friend receives my request, and click "Accept". It forwards to the real…
Raptor
  • 53,206
  • 45
  • 230
  • 366
2
votes
1 answer

Posting to facebook timeline from an external site

Scenario: While logged into facebook, I click on a share link on my site. It pops up the dialog to post to my timeline. Question: Is it necessary to create an app to do this? Or does facebook offer an app that will request permissions to do this…
Fostah
  • 2,947
  • 4
  • 56
  • 78
2
votes
2 answers

How to link to specific page on website with custom tab

Now that the App Profile Page is no longer available, I tried using this link provided by Facebook to open a specific file on a WordPress website to the custom…
2
votes
1 answer

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 example http://pose.com) create some actions once an…
Lubach
  • 113
  • 7
1 2
3
17 18