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

Trying to figure out why image thumbnail isn't showing up when shared on timeline

Why would an image thumbnail not show up when I share a post on a facebook timeline? It used to work perfectly, now I'm not getting an image. Here is a sample link. (http://noahsdad.com/chris-burke-corky-life-goes-on/) Thanks.
Rick Smith
  • 1,245
  • 3
  • 15
  • 22
0
votes
1 answer

Link to Native App in Facebook Post made with requestWithGraphPath is not Valid

I have a native iOS application that makes posts on the users timeline using: [facebook requestWithGraphPath:@"me/feed" andParams:params andHttpMethod:@"POST" andDelegate:self]; When the post shows on Facebook, it has the post info "XYZ minutes ago…
0
votes
1 answer

Clicks on OpenGraph links in timeline fail to authenticate with "Error validating verification code"

I'm trying to authenticate users coming to my site from a click on an opengraph action in facebook. I've generate the action successfully with the following code. This goes out to my timeline successfully. So far, so good. require 'cgi' client_id…
0
votes
2 answers

Updating status with picture via email. (JavaMail)

I'm writing a standalone application in Processing and I need to publish sketch screenshots on FB page timeline via JavaMail. So I wrote this: void sendMail() { String host="smtp.gmail.com"; Properties props=new Properties(); …
0
votes
1 answer

Facebook Opengraph Action does not work at all times

I created a Facebook OpenGraph App which was integrated with my website http://liveofofo.com everything worked fine but the problem is that not every read action triggers a post to timeline, as a matter of fact, it may not work in days meanwhile, I…
0
votes
1 answer

Timeline app appears only if page is currently liked

This is the first Facebook App i've created since the Timeline changes. Everything appears to be working the same, except for adding the app to my page's Timeline "Favorites"(?) (the boxes at the top near the About section). A large majority of the…
0
votes
1 answer

facebook app add in timeline

i made a facebook app, although it is working ( i think ) but it does not look like normal facebook apps! the first app page does not appear in my case! this page : http://pollsdb.com/app1.png beside when i open the app it does not show in my…
asmgx
  • 7,328
  • 15
  • 82
  • 143
0
votes
1 answer

What happen if I try to publish a facebook action on a user who doesn't have Timeline yet?

As a Facebook app that publishes facebook open graph actions instead of old post wall.
0
votes
1 answer

Open Graph actions links and Facebook connect

When users click on our action link on timeline, they are being asked to add the app with its proper permissions and then redirected to the object page on our website. But, when they do so, they dont become facebook-logged in to the website until…
Sinan
  • 13
  • 4
0
votes
1 answer

Console PHP app posting to timelines

Objective We're developing a PHP console app that will be a running as a daemon using the PEAR System_Daemon class. The script is ideally a timed loop, that executes indefinitely until terminated. What this loop does is query a database of players…
josef.van.niekerk
  • 11,941
  • 20
  • 97
  • 157
0
votes
1 answer

Facebook aggregation doesn't come up on my timeline

This is a very general question. I am triggering few open graph actions from my facebook app, but the aggregation which I created in my settings doesn't show up on my timeline.Everything else works fine, i.e the ticker, news feed and activity log…
0
votes
0 answers

Broken action links in timeline

We implemented the action link for our open graph action. Once a story is published to the timeline, we can now see our action link next to Like and Comment. However, clicking on this link doesn't seem to do anything. Looking at the URL, the…
JayNCoke
  • 1,091
  • 2
  • 11
  • 17
0
votes
1 answer

Actions for Timeline Apps may be sent in another language for approval?

My application default language is spanish. In a near future I want it translated by facebook, but right now I need the action verbs to be in spanish. If I send the action in spanish for approval: a) it is approvable in spanish? b) later can be…
0
votes
1 answer

Timeline in iOS App

I use ShareKit in most of my apps, but would like to add Timeline features into my app. Like how spotify will automatically post songs you listen to on timeline. Would this be something that could be added to my ShareKit implementation?
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

post on ticker and activity recent but not on the wall with php

my question is simple. How post on ticker and activity recent BUT not on the wall(timeline) with PHP. (publish an action). I have already done in javascript but I want it in php I've test this : $params = array( 'message' => "This…