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

facebook: preview News Feed stories created when publishing actions

I'm looking for a simple way to show the user some actions she has generated using my app. It should look like the recent activity ticker displayed (RecentActivityUnit) in the timeline but only with some certain actions decided by the app and, most…
0
votes
1 answer

Remove 'popular music' module from Facebook artist page

On the new Facebook Timelines for bands, they will show popular music by that artist. Except sometimes they get it wrong, and it seems impossible to remove! Here is an example: The artist is called Sticky Fingers, but Facebook displays music by The…
Peter Watts
  • 720
  • 4
  • 16
0
votes
2 answers

How to display multiple values in a single number field for an action on the timeline?

How can you get something like "3.77 mi run in 30:31 April 21" displayed in a number field above the map like this example from the Developer Blog: https://developers.facebook.com/attachment/endo_agg5.jpg
0
votes
1 answer

Error trying to publish a built-in read action

I've been trying to publish a read action for an article object to timeline, but I can't get past this error: Message (#3502) Object at url...has og:type of 'website'. The property 'article' requires an object of og:type 'article'. Now I am…
0
votes
1 answer

How to request optional parameters?

This is regarding Timeline Actions. When I submitted my Action for approval, I did not ask for optional parameters. If I want to start doing so, how can I request optional parameters for the approved Action? Or do I have to create a new action ?
0
votes
1 answer

Changing the URLs posted to Facebook Timeline

I have a Facebook page tab that uses the following function to post an action to the timeline after the user has completed a form. function postFoo(){ FB.api( '/me/:foo?bar=', 'post', …
0
votes
1 answer

Facebook application timeline tabs

I have a question about the timeline tabs. I have created an application which has been installed on 2 different business pages as tabs. Now what I want to do is change the content of the tab based on which business page is being viewed. Another…
0
votes
1 answer

Add to Timeline and Authorization issue

I have created a website where users can download albums after sharing the album on their timeline. The website can be found here at skibsthekid (Music section for issue). The process requires that they "Add to Timeline" and then once authorizing…
0
votes
1 answer

Using facebook-sdk to publish in a user's "news feed"

Folks, I'm trying to publish a message to an user's "news feed" using facebook-sdk with little success. The following code is only able to publish to the user's wall. I want to publish it to the user's news feed (timeline). graph.put_object("me",…
Italo Maia
  • 1,956
  • 3
  • 18
  • 31
0
votes
1 answer

Is the referral (fb_action_ids) value, stored within the activity made by a user on a timeline app?

I'm testing a timeline app I just made. I'm using Graph API Explorer for testing. I tested the next URL: https://graph.facebook.com/10150691128476714 where 10150691128476714 is the id of the activity I made through my app. It returns the next…
0
votes
1 answer

Possible to share multiple actions to Timeline on a single page?

Is it possible to have multiple (unique) actions publish to Facebook's Timeline on a single page? For instance, say I had an aggregator like reddit and I wanted to publish when a user upvoted a story. I would want each upvote to be published as a…
Matt Parrilla
  • 3,171
  • 6
  • 35
  • 54
0
votes
1 answer

How to retrieve timeline properties of a Facebook status or photo

Using facebook timeline I can set or change the date of a staus or photo. How can my app retrieve this information using Faceook APIs? I can get created_time / updated_time suing graph API, but these are not the timeline date I am setting. Also, for…
0
votes
2 answers

Application box in Facebook timeline?

I created a Facebook application which occasionally publishes information to the timeline. As I was developing it, I noticed that at some point a box with the title of my application appeared in the timeline (a box similar to the "Friends" or…
laurent
  • 88,262
  • 77
  • 290
  • 428
0
votes
1 answer

Embeded Flash content do not play on Timeline

I've a Flash application embed in a html page and I wan't to play it on timeline when an user share this page. I've read the doc (https://developers.facebook.com/docs/share/) and added the good og meta but when I share a page, the Flash application…
demonixis
  • 1
  • 2
0
votes
1 answer

Flash object covering facebook elements (nav, chat) on Facebook page tab app (Timeline)

I have a small facebook welcome page that I am developing for a client, and when I have a youtube player embedded on the page, and the content is scrolled, the flash object covers the top nav bar as well as chat. example…
Selecsosi
  • 1,636
  • 19
  • 23
1 2 3
17
18