The python oauth2 library seems to implement oauth 1.0 protocol.
The import oauth2 as oauth is misleading, most probably it is referred to the 2nd version of the python lib implementing oauth 1.0.
Is there any python library implementing the oauth 2.0 protocol? and also sample for using it.
i tried google but failed to find any.