Hi,

I cannot integrate twitter curl with asp.net.

Please send me a sample project with twitter curl implementation,

Previously I used the following code but now a days it is not working.

 Dim TwitterUserName As String = username.ToString
        Dim TwitterPassword As String = pswd.ToString
        Dim TwitterMessage As String = subject.ToString

        If TwitterUserName <> "" And TwitterPassword <> "" Then
            Try
                Dim twitter As New Twitter(TwitterUserName,
TwitterPassword)
                Dim TwitterMsg As String = mesg.ToString
                twitter.Status.Update(TwitterMsg)
            Catch ex As Exception

            End Try
        End If

Thanks
Karnak

-- 
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?hl=en

Reply via email to