data returned by get activities is not correct from IE

19 views
Skip to first unread message

张斗

unread,
Jul 27, 2011, 11:28:33 PM7/27/11
to opensoci...@googlegroups.com

For IE:

Orkut has this problem below, when post an Activity in IE, i type a hyperlink, click enter key and type something else. Orkut will always join them together. E.g.

 

http://img1.orkut.com/images/small/1311234242/650352773/ln.jpg

dou hello

 

then get activities,orkut will return a Jason data like this:

{,body: http://img1.orkut.com/images/small/1311234242/650352773/ln.jpgdou

hello,...}

The returned data didnt divided the url(http://img1.orkut.com/images/

small/1311234242/650352773/ln.jpg) & the string(dou hello) by a \n

So , i'll get a wrong url(http://img1.orkut.com/images/small/

1311234242/650352773/ln.jpgdou).

 

But for Mozila:

post the same content :

 

http://img1.orkut.com/images/small/1311234242/650352773/ln.jpg

dou hello

 

then get activities,orkut will return a Jason data like this:

{,body: http://img1.orkut.com/images/small/1311234242/650352773/ln.jpg\ndou

hello,...}

The returned data divided the url(http://img1.orkut.com/images/small/

1311234242/650352773/ln.jpg) with the string(dou hello) by a \n

 

therei can get  a correct url(http://img1.orkut.com/images/small/

1311234242/650352773/ln.jpg)

张斗

unread,
Jul 27, 2011, 11:32:56 PM7/27/11
to opensoci...@googlegroups.com

Matthew Young

unread,
Jul 29, 2011, 3:13:18 AM7/29/11
to opensoci...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages