implement Oauth1 Provider in java

669 Views Asked by At

I need to create my own oauth1 provider in java. Can any one help me how can i create oauth1 provider in java. Currently i'm using this package for implement it but can't get more help about how can i use this.using this

I google this question but didn't get any helping material. If some one give a link or working example , i will appreciate it

1

There are 1 best solutions below

0
On

did you consider using Spring's oAuth extension?