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

Getting Facebook timeline

I am fetching my timeline from Facebook and I successfully able to get my timeline but when I login with my friend's Facebook account I received the following error- { "error": { "message": "(#200) Requires extended permission: read_stream", …
0
votes
0 answers

how to automatically publish something on the facebook timeline after registration on website

maybe the subject is not clear enough. What I need is: people come to visit my website they decide to register after registration is completed, a facebook app of mine should publish on theri timeline "Hello, I have just become member of…
Aptivus
  • 433
  • 1
  • 8
  • 24
0
votes
1 answer

How to get all posts from facebook even those were geo targeted?

I'm using graph API to get posts from facebook for a specific page, but there are some posts that are targeted to a specific region and those never come in the results. I'm requesting posts like…
0
votes
1 answer

Facebook access token for post message in timeline

I am trying to do something like this. Lets say a user used FB Connect for registration in our site, so I can get the "uid" of facebook and I can store in DB. Now what I want each time that user will visit a store details page or item details page I…
0
votes
0 answers

Facebook via-Link not work (Misconfigured App or not clickable)

I get this message from Facebook if I click on the via "my App" link on desktop facebook site: Misconfigured App Sorry, the details for "your app" cannot be displayed because the app is misconfigured. The via-Link is not clickable on mobile…
Oli
  • 1,407
  • 3
  • 30
  • 47
0
votes
0 answers

Facebook API - How to retrieve a users timeline?

I can't find out how to get the content displayed on a users profile from the Facebook API. It's easy to get all statuses or so but then the photos isn't included... I simply want to get all posts (including photos, check-ins etc.) that is shown on…
OriginalUtter
  • 619
  • 3
  • 15
  • 28
0
votes
0 answers

Website writing to timeline

we are creating a website and one of the things that we would like to do is to for the users (who are logged in to facebook) to be able to write to their timeline. Kinda like have an option (this is an example) I would like to write this to my…
mike
  • 1
  • 1
0
votes
1 answer

iOS - Facebook Post

I'm looking to add functionality that when an event happens on my app, it will post to my facebook timeline. That said, I'm trying to get it to look very similar to how when you post a youtube video to the timeline where there is a thumbnail image…
Mikerizzo
  • 587
  • 1
  • 4
  • 22
0
votes
0 answers

Replacement of FB.ui feed to post to other app-user timeline

I am creating a new facebook web app, in which there's a function allow user to post to other app-user timeline, and here's the code FB.ui({ api_id: '1234567890', method: 'feed', link: 'http://www.example.com/fbshare-test/', caption:…
0
votes
1 answer

how to post a photo to a fan page using graph api?

I would like to post a photo to a fan page (as a normal timeline status feed) which I am able to manage. My app got the following permissions: email,publish_actions,read_stream,manage_pages It works perfectly for my own timeline. I am also able to…
0
votes
0 answers

fb timeline no recent activity showing on website

I'm designing a website for someone and they want their fb page timeline to show on the website. I have the fb page url https://www.facebook.com/NorfolkTankMuseum?fref=ts and the app-id 494199010641098 but after filling in all the info on the…
0
votes
1 answer

Post to timeline like Candy Crush Saga

I want to post to user time-line with their current activity with photo uploaded by them. For example: I voted 'xyz movie'. ..image1.. ..image2.. ..image3.. Question : Mutiple photos possible? If yes, Is there limit of photos.I need to show 3-5…
stefun
  • 1,261
  • 3
  • 24
  • 54
0
votes
2 answers

Best strategy to maintain a sorted list subject to realtime updates

I'm building a HTML list that is very much similar to Facebooks timeline feature. The list will ontain at most 100 items, so performance isn't a requirement. Unlike Facebook's timeline however, my list would be quite dynamic. For example different…
Aimee.S
  • 31
  • 2
0
votes
3 answers

Facebook like button doesn't post on users timeline

i added an like button to my page which were meant do display each like on the specific users timeline. Although when the user clicks like, and confirms (since it's a new site) the "like" nothing happens except that it says on the like button on…
Markus
  • 616
  • 1
  • 9
  • 24
0
votes
1 answer

Post exist photo on user timeline from Facebook API

Is it possible to post an existing photo on user timeline via Facebook API, without creating new album? When I use $userdata_p = $facebook->api('/me/feed', 'post', array( 'message' => "some text", …
onlinepch
  • 109
  • 3
  • 13