ib-lundgren / flask-oauthprovider

Create a secure OAuth provider easily, powered by OAuthLib
BSD 3-Clause "New" or "Revised" License
86 stars 21 forks source link

Method signature of OAuthProvider.save_request_token() is incorrect #6

Closed dmckeone closed 11 years ago

dmckeone commented 11 years ago

The calls made to save_request_token() include a callback. The example correctly had callback, but the OAuthProvider superclass does not.

ib-lundgren commented 11 years ago

Excellent, thanks!