works fine for me -

        public function Tweet($tweet) {
                $parameters = array("status" => $tweet);
                $status = $this->connection->post("statuses/update", 
$parameters);
$this->Stats("statuses/update", $status, $this->connection- >http_code, $parameters);
        }

Best,

--------------
Edward H. Hotchkiss
http://www.edwardhotchkiss.com/
http://www.twitter.com/edwardhotchkiss/
--------------




On Oct 29, 2010, at 8:17 PM, sdenike wrote:

Am I missing something along the lines of how the message should be
encoded when posted to Twitter?  I have tried urlencode, add slashes,
strip slashes etc etc and no matter what I try when I post something
like "It's" it will end up on twitter as "It\'s" Please advise. Thanks

--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

<<inline: edward.png>>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to