[twitter-dev] Twitter message with html entities get truncated

2009-11-11 Thread mndasher
I store my content in a MySQL database. The website is using PHP. Data fields are encoded so that html tags are using entities; i.e. p = lt;pgt; When I query the database I decode the entities, and then strip the tags. That works fine. But some entities don't get converted. So nbsp; causes a

[twitter-dev] Tweet length plain text or urlencoded?

2009-12-19 Thread mndasher
Tweets are limited to 140 characters. If I am sending the tweet from an API which requires the characters to be urlencoded is there a limit there? Or is it the un-encoded length that must be = 140?

[twitter-dev] Re: how to reply to a friend using php

2009-12-19 Thread mndasher
search under twitter php and curl On Dec 19, 4:57 am, nite21 shanebond1...@gmail.com wrote: hi is there any method in twitter documentation or any php file regarding sending replies to a friend thanks

[twitter-dev] Re: Tweet length plain text or urlencoded?

2009-12-20 Thread mndasher
On Dec 20, 12:22 am, Cameron Kaiser spec...@floodgap.com wrote: Tweets are limited to 140 characters. If I am sending the tweet from an API which requires the characters to be urlencoded is there a limit there? Or is it the un-encoded length that must be = 140? The un-encoded length must