[twitter-dev] Re: Links stripped from tweets

2010-06-17 Thread Rudiger
Most users wouldn't put the anchor tags in a link. And they probably
shouldn't as twitter does the equivalent of a php htmlspecialchars on
posts. But if you look at your home page twitter renders urls as links
even if you just pasted a url into a post.

Is it really necessary to parse posts to detect urls and wrap anchor
tags around them? I don't think this problem is specific to /users/
lookup.

On Jun 16, 9:59 pm, Bernd Stramm bernd.str...@gmail.com wrote:
 On Tue, 15 Jun 2010 23:26:41 -0700 (PDT)

 Rudiger bpa...@rocketmail.com wrote:
  I should probably clarify that the urls aren't stripped, just the
  anchor tags surrounding them. Anyone else have this problem?

 Are you sure the anchor tags were there in the first place?
 Many posts simply have text that says http://this.that.com;.

 --
 Bernd Stramm
 bernd.str...@gmail.com


[twitter-dev] Re: Links stripped from tweets

2010-06-16 Thread Rudiger
I should probably clarify that the urls aren't stripped, just the
anchor tags surrounding them. Anyone else have this problem?

On Jun 16, 10:24 am, Rudiger bpa...@rocketmail.com wrote:
 Hi there,
               I'm fetching the latest tweet from a list of users
 through /users/lookup in the REST API. I've noticed that all links
 (commonly tweet pics etc) are stripped from the xpath //users/user/
 status/text. Why does twitter strip links and is there a way to
 reinstate them.

 Thanks.


Re: [twitter-dev] Re: Links stripped from tweets

2010-06-16 Thread Bernd Stramm
On Tue, 15 Jun 2010 23:26:41 -0700 (PDT)
Rudiger bpa...@rocketmail.com wrote:

 I should probably clarify that the urls aren't stripped, just the
 anchor tags surrounding them. Anyone else have this problem?
 

Are you sure the anchor tags were there in the first place?
Many posts simply have text that says http://this.that.com;.

-- 
Bernd Stramm
bernd.str...@gmail.com