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 **
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 **
Good day,
I have made some success but with a little error:
TwitterCredentials.SetCredentials(Accesstoken, AccessTokenSecret, Consumerkey, ConsumerSecret)
Dim Stream = Tweetinvi.Stream.CreateFilteredStream()
Stream.AddTrack("obama")
Stream.MatchingTweetReceived += Function(uu, args)
Console.WriteLine(args.Tweet)
End Function
Stream.StartStreamMatchingAllConditions()
the error: 'Public Event MatchingTweetReceived(sender As Object, e As Tweetinvi.Core.Events.EventArguments.MatchedTweetReceivedEventArgs)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.
thank you