Tagged Questions

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 ...

learn more… | top users | synonyms

9
votes
3answers
338 views

Upload photos for past date

I am trying to upload few old photos with a past creation date so that they appear properly in timeline. Existing api allows only to pass message and source. i.e POST ...
9
votes
1answer
2k views

How can I retrieve the new timeline data from the API?

At the f8 conference http://f8.facebook.com/ Facebook just announced the new timeline view. This is based on the new Open Graph model http://developers.facebook.com/docs/opengraph/ The question is, ...
5
votes
2answers
2k views

Post from app does not appear in user's timeline

Since facebook make timeline now public, the my app post using stream publish does not appear in user's timeline , only in home newsfeed. Is there's anything we should do about this or anything new on ...
5
votes
4answers
586 views

How can I check to see if the user has Facebook Timeline?

I want to enable certain features only for users with the "publish_actions" permission and Timeline. How can I detect if the user enabled Timeline?
4
votes
5answers
2k views

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 ...
2
votes
1answer
127 views

Uncaught OAuthException: Invalid token: “me” An ID has already been specified

This is a new one to me, and I'm not sure why it is coming up. It only happens when I try to use the API to post a timeline action. I have the new Auth enabled, publish_actions is included in the ...
2
votes
1answer
275 views

Managing Facebook Timeline with API

I've seen plenty of documentation for how to add items to a user's timeline, but nothing on how to edit/remove existing items. As far as I can tell there is nothing in place to edit/hide/feature an ...
2
votes
1answer
639 views

How to get music listening data from Facebook/Spotify?

I'm trying to make an app that uses the list of songs that a user has been listening to on spotify. i.e on a user's profile page (with timeline enabled), you can see Recent Activity under Music, and ...
1
vote
1answer
26 views

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 ...
1
vote
0answers
41 views

Issues with Facebook and Symfony 1.4

New Facebook and Symfony 1.4 developer with a couple of issues. First off, I am having an issue with getting the Add to Timeline button to appear on my page where I need it. My site seems to show a ...
1
vote
1answer
90 views

Retrieving the facebook timeline cover photo

This question has popped up a few times already. I want to retrieve the cover photo of the facebook timeline via the graph api. The answer that I have seen mentioned everywhere is that it is not ...
1
vote
2answers
320 views

Embed videos on Facebook with a Timeline-enabled profile

I'm trying to correctly implement the Open Graph tags for Facebook on a video site, using the og:video tags. Example : ...
1
vote
0answers
571 views

I've already deleted my timeline app but my profile is still showing the timeline

I've already deleted my timeline app but my profile is still showing the timeline... I'm trying to change it to my old profile, but since I've already deleted it and there is no apps, so I cannot edit ...
1
vote
0answers
36 views

Localization of Game Score Data displays incorrectly (see image)

The thousands separator in Turkish is '.' and I believe this is causing some issues with the display of player scores using the new Scores API. The screen shot (link) below is from a Turkish player ...
1
vote
1answer
63 views

Change the date of a photo through the graph api

In the facebook timeline I am happy that I can now manually change the dates of previous photos that I have posted. But I would love to be able to do this through the graph api. I cannot see any ...
1
vote
4answers
550 views

Facebook Audio Player Broken?

I am having a problem with sharing/liking links with Open Graph Protocol data for audio/mp3 files. They look OK on Facebook news feed/timeline, but when you click play button, it won't play. It ...
1
vote
2answers
548 views

Open Graph Beta: Add Data to Profile URL

In the new Open Graph Beta Auth Dialog does the "Add Data to Profile URL" essentially serve as the callback URL where Facebook will send the user after they click the "Add to My Timeline" button? In ...
1
vote
1answer
475 views

Request permissions to fetch user data AND publish to Timeline in same dialog

Has anyone figured this out yet? The question with more fancy details: You've got a Facebook application that on one side fetches and analyzes the user's data, and on the other side posts fancy posts ...
0
votes
0answers
40 views

How to group activity on facebook timeline into activity stories?

We have a web-application with which users that have connected their account with the facebook one, post on their facebook wall/timeline by clicking a button on the application. Every post on ...
0
votes
1answer
76 views

What are the max. dimensions for Facebook Timeline embedded videos?

I can't find an answer to this question anywhere. Somebody else asked a similar question: ( Facebook Timeline Flash Embed Dimensions ) but it wasn't really answered satisfactorily. I have a url that ...
0
votes
1answer
43 views

Searching a Facebook User's Timeline

I'm executing this FQL query to search the wall posts on my own timeline: ...
0
votes
1answer
69 views

adding tracking parameters to links from facebook timeline actions

Our customer would like to track when users share links with each other (via facebook, twitter, email, whatever), and reward the person who initially shared the link. Currently we're keeping track ...
0
votes
0answers
88 views

SWF in feed post plays on wall. In Timeline, aggregates and plays in new window when clicked

When a user publishes a feed post where media is used (in this case Flash), the dialog on the wall works as expected. The image is clickable and the swf plays in the dialog. When the user has ...
0
votes
0answers
143 views

Facebook Application timeline for cook recipe sample app is blank

I have created a Facebook cook recipe app as per the following link: http://developers.facebook.com/docs/beta/opengraph/tutorial/ The application is running as per tutorial page. e.g. cooked recipe ...
0
votes
1answer
1k views

How to setup Facebook Timeline Cover Photo auto upload in website?

I am new to Facebook API and app development. I am trying to build a facebook timeline cover website where users can auto upload and publish the cover to a new album created in the website/app name. ...
0
votes
1answer
185 views

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 ...
0
votes
1answer
123 views

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!
0
votes
2answers
122 views

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 ...
0
votes
0answers
103 views

OpenGraph API - Timeline doesn't show action in past when using start_date and end_date

I want to add an action in the past to a user's Timeline from my Facebook app. According to these docs (http://developers.facebook.com/docs/beta/opengraph/actions/) I should be able to use ...
0
votes
0answers
366 views

facebook add to timeline

i'm adding a feature on my site whereby whatever comments the user has read, it will be automatically be fed to their timeline. i'm doing a tutorial exactly the same as the one given in the facebook. ...
0
votes
2answers
305 views

Add application to page

I have a problem when I am trying to add my application to one of my pages. Earlier there has been an option in the left sidebar which simply says view profile application and then you could choose ...
0
votes
1answer
130 views

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 ...
0
votes
0answers
1k views

How to disable timeline? [closed]

I wanted to test the new Timeline beta feature and i turned it on. I'm facing some weird problems in my Facebook now. Sometimes comments and likes are not showing at all. i don't know why its ...
0
votes
0answers
114 views

Custom actions consuming my timeline… is there any way to limit just to populating aggregations?

Maybe I am looking in the wrong places. Is there any way to publish a custom action and have it aggregate as well as populate ticker, but not show up in a users Timeline as a unique news story every ...
0
votes
0answers
223 views

Facebook share — subtitle as a link in timeline

I've run into a change with timeline view that is a bit frustrating. When using the facebook share link on a production facebook wall, the subtitle is just text. Facebook seems to grab the domain and ...
0
votes
3answers
570 views

Profile (timeline)Cover Edtiting via Api

I know that this question was raised out several times, and I even read most of the questions regarding the topic. But there was a gap of about a month till now, and I'd like to know if there is any ...
0
votes
2answers
43 views

Set privacy when publishing an action

Have anyone heard Facebook say anything about adding the possibility to specify the privacy when publishing an action? I wonder if it's something they plan for the near future or if it will take ...
0
votes
0answers
75 views

Facebook Aggregation always a list?

I did the facebook "cookie" tutorial step by step and added some more recipes and ingredients. And now I've two problems. 1.) The caption lines only show up when there is ONE object in the Timeline. ...
0
votes
1answer
205 views

When is Facebook Timeline Launching [closed]

They said 19 October 2011, well obviously thats been and gone! Does anybody know for certain when this Facebook technology will go live, so I can launch my site that users the publish_actions ...
0
votes
1answer
30 views

Original title of timeline object always displaying even when changed

I create a timeline object called 'Reward Gold'. Initially it's Title parameter is set to 'Sample Reward Gold'. I change it to 'Gold' and save it. When I review it's settings, I see it set to ...
0
votes
0answers
531 views

Facebook Open Graph action posting to News Feed, but Aggregation/Timeline NOT updating anymore

At around 1pm EST, I was performing final tests on methods utilizing the Open Graph, when the timeline aggregation and individual stories stopped updating. I could continue to add open graph actions ...
0
votes
2answers
324 views

How to activate Facebook timeline for application test account

After the introduction of new timeline at f8, I started to create a new app. Today, on the application setting page, I created an application test user to test all the functionality such as 'add to ...
0
votes
2answers
282 views

og:type and domain restrictions on new User Actions?

So I'm trying to implement posting of actions into the timeline using the JavaScript SDK, and am curious about the following two errors: Object at URL 'MYURL' is invalid because the configured ...
0
votes
3answers
469 views

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 ...
0
votes
0answers
94 views

Video on the timeline throws a invalid request

When a user posts a video on to his friends wall using my app, it plays on the news feed but the same video does not play on the timeline. Time line gives an invalid request. The work around is using ...
0
votes
1answer
152 views

Using Open Graph Beta, how do you post that two Facebook users are friends within in an app?

In our app, you can be friends with each other (just like you can be friends on Facebook). Is it possible to use the Open Graph Beta to post an update in the News Feed, Ticker, and Timeline that a ...
0
votes
0answers
299 views

How to get the ACCESS TOKEN from the “Add to Timeline” API response?

I am trying to integrate the new Timeline API to my website. As per the Facebook tutorial I need a valid user access_token with publish_actions permissions in order to POST the new actions from my web ...
0
votes
1answer
187 views

facebook apps settings opengraph dashboard not updating

I asked a similar question earlier, but it was one of a bunch of questions, most of which I later solved. So I figured I would create a new question only about this. In developers.facebook => ...
0
votes
1answer
348 views

Open Graph Beta: Aggregation's “Group By” Field

The documentation for the Open Graph beta says: Group by - Option is only available if your Aggregation is displaying Objects. This option allows the aggregation to group by a property of the ...
0
votes
2answers
99 views

How do I find out if my Open Graph app has already been added to the Timeline programmatically?

Assume, that besides using the "Add to Timeline" Social Plugin I want to show a specific message to the user only if she did not yet add my app to her Timeline. Is there any method in the JavaScript ...

1 2