twitter share url forgeting the tweet content after login
        Posted  
        
            by tpk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tpk
        
        
        
        Published on 2010-05-26T09:43:30Z
        Indexed on 
            2010/05/27
            23:41 UTC
        
        
        Read the original article
        Hit count: 222
        
I'm trying to add a "share via twitter" link to our website. I'm aware of the standard http://twitter.com/home?status=TWEET method, and it works good enough for my purposes when the user is logged in to twitter already.
If, however, the user is not logged in, twitter displays the login form first (which is only reasonable). After the login, the home screen is displayed without the tweet content.
Am I missing something obvious, or is this a know flaw in this method? If so, what is the easiest way (apart from using services like TweetMeme, which I noticed asks for login in advance) to make the share button work as expected?
© Stack Overflow or respective owner