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 publish stream or feed post regarding the new timeline feature ?

link|improve this question
What Facebook SDK are you using? JS, PHP, iOS etc. – SeanNieuwoudt Dec 18 '11 at 8:10
Isn't it not really public yet (to give people chance to hide their shady past)? – Sergio Tulentsev Dec 18 '11 at 8:10
yea, I think @SergeiTulentsev is right, with the new timeline in place , you are able to programmatically post to the users feed (home feed), but that won't necessarily show up on the timeline because the timeline shows things(actions/events) that the user did, not what applications did on the users behalf. – SeanNieuwoudt Dec 18 '11 at 8:17
PHP and JS SDK , i'm using FB.UI stream publish method to post the app post to wall. Yes, timeline is not public yet, but some facebook users now switching to timeline. It only appear when I feature (when i see my timeline activity log) the post at timeline, on the other hand, not – sue mk Dec 18 '11 at 8:18
^ I think you right. Thanks you @Sean and Sergei for the thoughts. – sue mk Dec 18 '11 at 8:23
feedback

2 Answers

I have the same problem :

I would describe the problem as : posts from some ( not newly created ) apps from user A to user B are not appearing on timeline of user B if user B is not a user of the app.

A quick real world example of the problem is :

  • You go to an app like BranchOut on Facebook
  • And do : 'Give an Endorsement' to a Facebook friend who has the timeline and is not a user of BranchOut
  • Give BranchOut permissions to post this.
  • You will see that the friend receiving the post will get a notification + plus an email + an entry in the activity log
  • But the post will not be on the timeline of the receiving user.
  • User can click on the notification but nothing will be shown on the timeline itself.
  • Sometimes the user can see the individual post but not on the timeline

I have seen this problem with our development application + production application. There we use the 'Feed' method of the FB.UI to produce a FB UI popup that allows you to share something on the wall/timeline of somebody else ( see screenshot ). A very common procedure.

BUT : I tried to recreate the problem with a newly created app and there the problem did not occur ! Then I deleted our development app and recreated it, tried it again an then the problem was gone. However deleting an applications is like deleting all your existing users. We don't want to do this unless strictly necessary. Because we'd have to reauthorize everybody. So my theory for now is : old apps posting to timelines of non app users fail.

link|improve this answer
Thanks @Filip, I experienced that too plus, not only old apps but newly created apps. Now i wonder what will happen to our old apps let says Gifts app, as eventually all users will have Timeline as profile. So now all the notification just let the user see the feed post from the single permalink and not be able to see it on their own timeline. But weird thing is, i tried to post common feed (own post not to friend) from app through mobile version of app and it appear on timeline. – sue mk Dec 19 '11 at 15:17
Thanks @suemk On your own timeline you are probably user of the app right with permissions and such ? It is true that is limited to interaction between users from A to B. If it is true what you say about newly created apps it may be a random effect because I got positive results with newly created apps. – Filip Mertens Dec 19 '11 at 18:53
it is now filed as a bug : developers.facebook.com/bugs/… – Filip Mertens Dec 20 '11 at 8:56
thank you @Filip yes and yes, i have the same problem even for the newly created app. Looking forward for the response from fb team. I believe there'll be something they can do about this. Maybe a new way or, maybe now timeline shows things(actions/events) that the user did, not what applications did on the users behalf (just like Sean mentioned above), but hopefully not. Btw, at the moment we still can the app post activity as aggregation. :-\ – sue mk Dec 20 '11 at 9:26
is this really how things work now ? facebook.stackoverflow.com/questions/8601477/… – sue mk Dec 22 '11 at 11:26
feedback

I've noticed the same problem: the user cannot see the post that they published on their own timeline, but the post gets distributed to friend's news feeds. And it seems to affect some users but not others. It's been reported as a bug:

https://developers.facebook.com/bugs/250623025003217?browse=search_4ef99dbfe9b164890639805

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.