views:

45

answers:

1

I have to implement oAuth with DNN. How should i proceed? Should I use the existing oAuth libraries and just create a new provider for oAuth authentication or should i proceed otherwise?

A: 

Oliver Hine created one already - you can use it as a base - http://dnntwitter.codeplex.com/

codemypantsoff