9 messages in com.googlegroups.opensocial-orkutRe: Can't Post to the Activity Feed
FromSent OnAttachments
Barry Welch25 Feb 2008 11:34 
Jason25 Feb 2008 13:46 
Jason25 Feb 2008 15:15 
Ravi D25 Feb 2008 19:37 
Vikram26 Feb 2008 03:47 
okuyucu27 Feb 2008 13:13 
Arne Roomann-Kurrik27 Feb 2008 18:37 
Barry Welch12 Mar 2008 18:50 
Barry Welch12 Mar 2008 18:53 
Subject:Re: Can't Post to the Activity Feed
From:Ravi D (r.@azooba.net)
Date:02/25/2008 07:37:41 PM
List:com.googlegroups.opensocial-orkut

After today's push, i still see that links and images are not treated like html. They are html escaped. Will this be fixed?

On Feb 25, 3:16 pm, Jason <apij@google.com> wrote:

Hi Barry. Today's push appears to have fixed this particular issue. Please let me know if you continue to experience problems with activity stream posting.

- Jason

On Feb 25, 1:46 pm, Jason <apij@google.com> wrote:

Hi Barry. Yes, this is a known issue, that we hope to work out shortly; at the moment, activities aren't posted to the user's activity stream feed or to the streams of the user's friends as expected. You can star and track the progress of this issue here:

This bug report is a bit out-of-date and will be updated shortly to reflect that activities are not posted to the user's activity stream either.

- Jason

On Feb 25, 11:35 am, Barry Welch <btwe@gmail.com> wrote:

I am trying to post to the activity feed on Orkut with no success. Here is the code I am using:

p = 'test '; var params = {}; params[opensocial.Activity.Field.TITLE] = p; var activity = opensocial.newActivity(params); opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH);