python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

Support for oauth echo

Open alexlehm opened this issue 14 years ago • 8 comments

When writing a plugin that accesses a 3rd party twitter service, I needed the echo oauth method that is not currently implemented. This can be easily implemented by creating two requests and then adding the twitter.com authorization header to the 3rd party url.

alexlehm avatar Oct 04 '10 19:10 alexlehm

Few month ago I forked this project to implement this. You can find an implementation here : http://github.com/yml/python-oauth2/commit/5697e0d5b473112c2275543b70ddf02d91765b62 Regards, --yml

yml avatar Oct 05 '10 12:10 yml

@joestump Need to verify this doesn't exist currently and maybe see about implementing?

jaitaiwan avatar Jul 29 '15 12:07 jaitaiwan

I added a comment. I'm down with implementing this.

joestump avatar Aug 02 '15 21:08 joestump

@joestump I'm not sure if @yml saw your mention of this comment. I can do the work if @yml no longer wants to hack on this :) We're upgrading from the oauth package as part of a move to Python 3.

ctoth avatar Apr 11 '16 22:04 ctoth

@ctoth that would be very helpful! I wasn't aware this was holding back python 3 support as we had assumed it was already working!

jaitaiwan avatar Apr 11 '16 23:04 jaitaiwan

To be specific, I meant that we were using the OAuth package and were upgrading to OAuth2 for Python 3 support, but needed this functionality. Sorry for the confusion!

On 4/11/2016 5:56 PM, Daniel Holmes wrote:

@ctoth https://github.com/ctoth that would be very helpful! I wasn't aware this was holding back python 3 support as we had assumed it was already working!

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/joestump/python-oauth2/issues/32#issuecomment-208625908

ctoth avatar Apr 11 '16 23:04 ctoth

Oh right! That's not a worry. Happy to see an updated PR and get it into a release ASAP for your team :+1:

jaitaiwan avatar Apr 12 '16 00:04 jaitaiwan

@ctoth run with it this fall off my radar at some point :-/. I am very happy it actually land back.

yml avatar Apr 12 '16 17:04 yml