Hi,
I read the https://github.com/SpringSource/spri...th/wiki/oauth1 Wiki page. It does not explain the relationships of the elements.
I have experience with OAuth, and I have used theclass to make access Twitter service. Now I want to use more configurations in my application.Code:org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
E.g.
I have defined:
How do I define/provide the access token? How do I get an actual class to access the service?Code:<oauth:consumer-details-service id="twitterSvc"> <oauth:consumer name="twitter.com" key="k" secret="s"> <oauth:url pattern="http://twitter.com" resources="statuses/hometimeline" /> </oauth:consumer> </oauth:consumer-details-service>


Reply With Quote
