Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Unassigned: SSLv3 is disabled by twitter because of the POODLE exploit [2438]

$
0
0
i am now getting the following error: "the request was aborted: could not create SSL/TLS secure channel".
how do i fix this, please see with me I am new to programming.

my application was working fine before twitter made the changes
Comments: ** Comment from web user: swaby **

Thank you very much for your help so far.

i am left with only one error, here's my code below:

Private Sub BackgroundWorkerOnDoWork(ByVal sender As Object, ByVal doWorkEventArgs As DoWorkEventArgs)


Dim token As IToken = New Token(Accesstoken, AccessTokenSecret, Consumerkey, ConsumerSecret)
nbTweetDetected = 0

Dim stream As IFilteredStream = New FilteredStream()


stream.AddTrack(My.Settings.Hastag)

Dim SendUpdate As New FormUpdater(AddressOf UpDateForm)


Dim CreatorName As String

Dim CreatorScreenName As String

Dim Tweet As String
Dim CreatedAt As Date

Dim e As Object

Try

stream.startstream(token, Function(k, args)

''backgroundWorker.ReportProgress(System.Threading.Interlocked.Increment(nbTweetDetected), k)


CreatorName = k.Creator.Name

CreatorScreenName = k.Creator.ScreenName

Tweet = k.Text

CreatedAt = k.CreatedAt

e = k


Me.Invoke(SendUpdate, CreatorName, CreatorScreenName, Tweet, CreatedAt, e)

Return Not BackgroundWorker1.CancellationPending


' stream.StartStreamMatchingAllConditions()

End Function)
Catch ex As Exception
MsgBox(ex.Message.ToString)
End Try


End Sub

the error is: Error 1 'startstream' is not a member of Tweetinvi.Core.Interfaces.Streaminvi.IFilteredStream'.


regards
Swaby


Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>