问题
What is the best package to do OAuth2 based authentication.
I basically need to authenticate using a consumer key and secret key to get a consumer, and use a access token and secret to get a token. And then use the consumer and token to get the client to use to make the request?
回答1:
I would recommend CPAN search. I would stick with Net::OAuth2 (which appears to be being actively developed by the same guy that did Net::OAuth very actively), which contains ::Client and ::WebServer classes.
http://search.cpan.org/search?query=OAuth2&mode=all
来源:https://stackoverflow.com/questions/5586225/perl-oauth2-package