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
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to