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

Converting older Auth users to Enhanced Auth users

I am having trouble recently with old users. It is a scenario that is hard to test. Old users are getting errors when I try to force them to use the Enhanced Auth Dialog to add the app to their timeline. I should remark that everything works fine…
Brett Stubbs
  • 669
  • 1
  • 9
  • 19
0
votes
1 answer

Anyway of knowing if a tab app is loading in the new timeline?

Is there anyway to detect if the tab app is being loading in the new timeline or not? I got clients asking to upgrade my layout but not all of them have upgraded so it makes it hard to do that. If I had a way to detect this it would be perfect.
Digi Jeff
  • 169
  • 1
  • 4
  • 15
0
votes
1 answer

New Facebook Pages, the admins don't see the timeline

I updated to news Fan Pages and the admins don't see the timeline. They only see the header and don't have options. Currents users can see everything and publish actualizations but not the admins.
0
votes
1 answer

How to get notified when user clicks LIKE on your page (timeline layout)?

Up to now, the tab app automatically gets reloaded when user clicks "like". In new timeline fan pages it doesn't. How to catch that event? Note that JavaScript SDK edge.create is working just for custom like buttons - not when users clicks default…
rukavina
  • 184
  • 1
  • 6
0
votes
2 answers

Graph api in ruby on rails for add to timeline

Whats the best available plugin for add to timeline implementations in rails. I have already implemented fetching friends, I have fb token etc. I used https://github.com/appoxy/mini_fb gem for that. I want to implement a functionality ie…
0
votes
1 answer

How to Test the Graph API app with users that do not have Timeline enabled?

I have created some users to test an application that uses Open Graph Beta (with custom actions and objects), but it's not possible to switch them accounts to the new Timeline, so it's not possible to use them for testing How could test the app with…
0
votes
2 answers

Set picture to appear in Timeline when page is 'Liked'?

Whenever a user Likes/Comments on a page of my website, and it subsequently appears in their timeline as a post, the image/icon that appears with the post is one of the social icons from said page (i,e the StumbleUpon/Tweet icon) and not the preview…
T31
  • 35
  • 4
0
votes
0 answers

Open Graph - Change og:url in post

Here is the scenario: Site A - has the open graph tags and when a user hits the page a frictionless timeline post is made. Then, when a person clicks on that post I want to direct them to Site B. I've already figured out how to make successful posts…
0
votes
1 answer

Is it possible for android app to get user's timeline?

I am a newbie to Facebook so I really don't have much idea of what is timeline. I simply understand Timeline as a tool which shows user's action history. You are more than welcome to point out if my understanding is wrong. Anyways, I am wondering…
Seho Lee
  • 4,048
  • 9
  • 32
  • 42
0
votes
1 answer

Facebook Timeline Flash Embed Dimensions

When you embed a video to Facebook Timeline the maximum dimensions seem to be 304px x 227px. Can the height be taller than 227px? Thanks.
Shubo
  • 267
  • 1
  • 3
  • 13
0
votes
1 answer

Dialog Feed to post on friends's wall AND own wall

In my app http://www.facebook.com/citynumbers?sk=app_195571338990 I use a Dialog Feed to let users post on a friend's wall. It works fine, but it could be better: After posting to a friend's wall nothing is posted to my own wall/timeline. Can this…
0
votes
2 answers

Caching OG data in the debugger, forcing og:type website, and authorization popup for "See exactly what our scraper sees for your URL" woes

Having issues getting Timeline to work. It is a two part problem. First, there is an issue of caching parts of the OG metatags. When the debugger goes to my URL, I know it is hitting it correctly because the og:url it spits back is correct which…
0
votes
1 answer

How do I create a Facebook Open Graph action on the Timeline which lies in the future?

I know I can create an action in the present and in the past. But is it possible to create one which lies in the future? For example I would like the users of my app to be able to make an appointment in a restaurant via the timeline for the next…
borisdiakur
  • 10,387
  • 7
  • 68
  • 100
0
votes
1 answer

Check if User Added Action to Timeline

I have a website with articles. When a user has authenticated an application and gone to an article, it posts that "X has read Y on Z" to their profile/timeline This is all well and good but if they come back several times, this will happen several…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
0
votes
1 answer

Is there a way to publish stories with links without a user being forced to add the content to the user's timeline?

I'm interested in creating an app on an external website that will publish logged-in user's article reads to their timeline. However, I've noticed that when a story is published to timeline, other users who are not connected with your app, are…