Hi, I’m new to this type of forum and I need some help, now try from a system that I am developing in c # send a tweet to end a process, but I’ve already researched how.
I get this message.
message:“SSL is required”,“code”:92
OAuthTokens tokens = new OAuthTokens();
tokens.AccessToken = "aaaaaaa";
tokens.AccessTokenSecret = "bbbbbbbbbbb";
tokens.ConsumerKey = "ccccccccc";
tokens.ConsumerSecret = "dddddddddddd";
TwitterResponse<TwitterStatus> tweetResponse = TwitterStatus.Update(tokens, "prueba");
I have already registered in the application (Application Management).
thanks for any tip.