9 messages in com.googlegroups.opensocial-orkutRe: [orkut-developer] Re: Can't Post ...| From | Sent On | Attachments |
|---|---|---|
| Barry Welch | 25 Feb 2008 11:34 | |
| Jason | 25 Feb 2008 13:46 | |
| Jason | 25 Feb 2008 15:15 | |
| Ravi D | 25 Feb 2008 19:37 | |
| Vikram | 26 Feb 2008 03:47 | |
| okuyucu | 27 Feb 2008 13:13 | |
| Arne Roomann-Kurrik | 27 Feb 2008 18:37 | |
| Barry Welch | 12 Mar 2008 18:50 | |
| Barry Welch | 12 Mar 2008 18:53 |
| Subject: | Re: [orkut-developer] Re: Can't Post to the Activity Feed![]() |
|---|---|
| From: | Arne Roomann-Kurrik (api....@google.com) |
| Date: | 02/27/2008 06:37:11 PM |
| List: | com.googlegroups.opensocial-orkut |
Hi Ibrahim,
The escaped <b>, <i>, <a>, and <span> tags issue should be resolved after today's push. MEDIA_ITEMS support will come later, but there's no estimated time when this will be available.
~Arne
On Wed, Feb 27, 2008 at 1:13 PM, okuyucu <ibra...@rockyou.com> wrote:
Any updates on this one? This works really inconsistent on different users. I had the same app. with my friend and it posts activity updates with links rendered correctly (ignores images and other html tags which complies with spec 0.7) on mine, the app. doesn't generate any updates at all. Interestingly, I wrote a test app. and all the tags (a, i, b, br, img...etc) are HTML escaped. But at least it generates the same updates on every user consistently. I assume we should be able to use <b> <i>, <a>, <span> tags on titles & bodies. Also Orkut still ignores MEDIA_ITEMS field. When will it be (if ever) available?
-ibrahim
On Feb 26, 3:48 am, Vikram <s.ve...@gmail.com> wrote:
Hi Jason, I tried out the sample application mentioned athttp://orkutdeveloper.blogspot.com/ which claims that activity stream posting is now fixed. But, when i publish updates using the app, i see only updates in MyUpdates page. When my friend adds the app and publishes an activity, its not visible to me. Also, as mentioned by Ravi, its posting only the verbatim of the BODY field in the activity and its completely ignoringHTMLtags. Could you please look into this issue asap, as this is badly hindering our application development in Orkut.
-Vikram
On Feb 26, 8:38 am, Ravi D <r....@azooba.net> wrote:
After today's push, i still see that links and images are not treated likehtml. They arehtmlescaped. 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:
http://code.google.com/p/opensocial-resources/issues/detail?id=57&q=l...
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);
Why does this fail to create a feed item in my updates?




