views:

292

answers:

1

This question is related to a number of other questions on oAuth on the Compact Framework (one, two) but seems slightly more specific to me, as it specifically involves getting Twitters xAuth API call (meant for non web applications to be able to do oAuth) working on the Compact Framework.

  • Are SSL HTTP connections and the encryption methods needed for xAuth needed part of Compact Framework 3.5?
  • Did anyone get the Twitter xAuth working on Windows Mobile already?
  • If so, what libraries did you use for this?

Any tips are welcome.

+1  A: 

TweetSharp is indeed a good option; I have now used this succesfully to switch @peSHIrTweets over to OAuth using the xAuth API call.

peSHIr