[Mono-list] TweetSharp Failing
Abe Gillespie
abe.gillespie at gmail.com
Wed Feb 17 15:02:44 EST 2010
Hi,
I'm doing something like this:
var result = FluentTwitter
.CreateRequest()
.AuthenticateAs("sender", "password")
.DirectMessages()
.Send("receiver", "tweet tweet")
.AsJson()
.Request();
On Windows this succeeds. On Mono (Mac & Linux) I'm getting an
exception with "401 Unauthorized" in the description. Now I've used
certmgr to install the certs at https://api.twitter.com and
https://www.twitter.com for both the local user store and the machine
store. But I'm still getting the error.
This certainly might be a TweetSharp question, but using the
TweetSharp source I've traced the failure down to a single WebRequest
call.
Any ideas on this?
Thanks.
-Abe
More information about the Mono-list
mailing list