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

Open graph story posted successfully using graph API but not seen neither on the timeline nor in the Activity Log

I am posting an Open Graph story using the graph API but the post is not shown anywhere on my Facebook wall and there is nothing in my Activity Log either. I configured the story in the App dashboard. The object has one custom property and it is a…
4
votes
2 answers

How to upload custom app image (tab_image) for Timeline Page tabs via API?

Facebook released the new Timeline for Pages today. Apps installed to pages as "tabs" now appear above the timeline with a 111px x 74px size thumbnail "app image". You can customize this on a per-page level (just like the custom tab name) if you…
thaddeusmt
  • 15,410
  • 9
  • 67
  • 67
4
votes
5 answers

How can I request the "publish_actions" permission?

Washington Post (https://www.facebook.com/dialog/permissions.request?app_id=225771117449558&display=page&next=https%3A%2F%2Fapps.facebook.com%2Fwpsocialreader%2F%3F&type=user_agent&canvas=1&perms=user_about_me%2Cuser_likes%2Cpublish_actions") is…
Leo Jiang
  • 24,497
  • 49
  • 154
  • 284
4
votes
7 answers

Actions do not appear on timeline

I'm developing an app which publishes actions to the timeline. On the app settings, I've created the action "post" and use the built in object type "article". Although my graph actions have not been approved by facebook, that should not be a…
Dave Cohen
  • 1,277
  • 2
  • 15
  • 21
4
votes
5 answers

Add To Timeline button not requesting publish_actions permission

I'm using the xfbml Add To Timeline social plugin (https://developers.facebook.com/docs/reference/plugins/add-to-timeline/), but when I click it the permissions dialog I get just says "Access my basic information" and sure enough it isn't actually…
4
votes
1 answer

Facebook Open Graph Story with Map Attachment

I have created a custom Open Graph story (Spot a Special). I would like to be able to post this to a user's wall with a map attachment, so I configured it as such: I set the "Hilighted Points" attribute to "special.location" and defined the…
4
votes
2 answers

Getting high res photos from Facebook News Feed API

I am trying to get a high resolution photo from the post below in my news feed. I tried calling https://graph.facebook.com/v2.1/10154603506630195 using the object_id based on advice here (getting high resolution photos that were posted on a page…
supster
  • 175
  • 1
  • 7
4
votes
1 answer

Facebook graph API with websocket?

I have an app that needs to seek and receive information from User timeline, The facebook API provides support websockets? What are my alternatives to get information if it does not offer?
3
votes
1 answer

How do I retrieve custom properties of a custom open graph object?

I defined a custom Open Graph action (e.g. "drive") and a custom object ("car") with custom properties ("color", "make"), then added the meta tags to the object page and verified with the Object debugger. I also published few actions in my timeline.…
3
votes
0 answers

Open Graph object callback gets truncated. Is there a character limit?

I'm publishing actions to the user's timeline by posting to graph.facebook.com as described in the tutorial in Facebook's documentation. FB.api( '/me/[YOUR_APP_NAMESPACE]:cook?recipe=http://fbwerks.com:8000/zhen/cookie.html', …
3
votes
1 answer

Facebook Open Graph Object Data Not Showing in News Feed or Timeline

I have a Facebook App with an approved action 'Respond To' and an object 'Question'. When I click on the button I created for my action the action data shows in my Timeline, but the metadata for the object doesn't show and nothing shows in my News…
Paul L
  • 203
  • 1
  • 2
  • 9
3
votes
2 answers

Translation not working with Preview-Stories in Open Graph Timeline-View

We are working on an app that has the locales german and english. Our app creates open graph actions like "[User] offered [Object] on [App]". I have translated all our strings in facebooks translation app, my facebook account is set to german and…
3
votes
0 answers

og:type ARTICLE not being parsed In Facebook

I have defined and created a new object-action,i.e., READ-ARTICLE However, the Facebook debug tool and the unix terminal (CURL) both show an error saying that the og:type is WEBSITE. I have cross checked and it is indeed ARTICLE. moreover, the term…
3
votes
2 answers

Will we be able to access life events on a timeline?

Is Facebook planning to add functionality to allow developers to access the new "life events" posted on a user's timeline? How about those posted on a friend's timeline? Thanks!
3
votes
2 answers

publish_actions extended permissions for posting to Facebook Timeline

I am trying to create an action on an article so when a user, who has authorized the app lands on article, it publishes the fact they've read the article to their timeline. This works for me without issue but when anyone else tries it, they get an…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
1
2
3
17 18