magalbraith / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Enhancement: Please add support for Twitter oAuth #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement: Please add support for oAuth

With Twitter deprecating Basic Auth, it would be great if you added oAuth
support.

I know this is already planned for a future release but I wanted to get it
in the issue tracker so people could "star" it.

Original issue reported on code.google.com by dougire...@gmail.com on 16 Apr 2009 at 5:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This code on GitHub may be useful as a starting point for adding oAuth:
http://github.com/henriklied/django-twitter-oauth/tree/master

Original comment by dougire...@gmail.com on 16 Apr 2009 at 5:26

GoogleCodeExporter commented 8 years ago

Original comment by dclinton on 26 Apr 2009 at 5:55

GoogleCodeExporter commented 8 years ago
Kinldy please check:
http://agileweb.wordpress.com/2009/04/27/oauthapi-an-oauth-extension-to-python-t
witter/

Original comment by hameed.u...@gmail.com on 27 Apr 2009 at 9:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There is a Twisted library for Twitter supporting OAuth and other features like 
update_profile_image: 
http://lapin-blanc.net/26/05/2009/twisted-python-twitter-oauth/

Original comment by dung...@gmail.com on 18 Jul 2009 at 9:29

GoogleCodeExporter commented 8 years ago
The Twitter API groups has announced countdown to OAuth / basic auth removal / 
OAuthcalypse:

 · http://j.mp/9GQjSk

9 weeks and 3 days to go…

Original comment by kseistrup on 25 Apr 2010 at 6:22

GoogleCodeExporter commented 8 years ago
oauth-python-twitter has a couple of standing bugs, most of which are fixed by
patches submitted by commenters in the issue tracker, but the developer seems 
to be
MIA since last November. It should be possible to simply merge most of the code 
into
python-twitter and fix it (if further fixes are required), it's the same 
license and
it subclasses Api rather than overwriting anything.

Original comment by netcrush...@gmail.com on 28 Apr 2010 at 11:26

GoogleCodeExporter commented 8 years ago
Hi all,

Since I haven't been making changes to python-twitter in a long while, but I 
*fully* 
understand how important it is to get the oauth code in ASAP, I'm more than 
happy to 
add more committers to the project to help get things done (and get myself out 
of the 
way as a bottleneck).

Let's do this, and let's do this quickly.

Original comment by dclinton on 28 Apr 2010 at 11:33

GoogleCodeExporter commented 8 years ago
When can we expect the oauth support ?

Original comment by pankaj...@gmail.com on 3 Jun 2010 at 4:06

GoogleCodeExporter commented 8 years ago
I have the oauth code being debugged in my local repo and it's the top task for 
my "personal projects" todo list.

I'm expecting to have code ready to push to the trunk by this weekend so folks 
will have plenty of time to give 
feedback.

Original comment by bear42 on 3 Jun 2010 at 4:14

GoogleCodeExporter commented 8 years ago
you were faster than me :)

If you need help polishing your patches, I'm willing to give you a hand.

Original comment by nicd...@gmail.com on 3 Jun 2010 at 4:20

GoogleCodeExporter commented 8 years ago
Totally will be asking for help :)  This stuff is complicated even for those 
who wrote the spec!

I'm also pulling code from existing working examples on GitHub and from my own 
code - that's how it's 
happening faster.  Also hoping that will prevent any silly mistakes.

Original comment by bear42 on 3 Jun 2010 at 5:12

GoogleCodeExporter commented 8 years ago
still waiting, can you please give an idea.. about the release of new version

Original comment by pankaj...@gmail.com on 17 Jun 2010 at 4:27

GoogleCodeExporter commented 8 years ago
Any news about this? 
Please note that this module is currently unusable since twitter requires oauth 
to login.

Original comment by lavaram...@gmail.com on 26 Jul 2010 at 5:36

GoogleCodeExporter commented 8 years ago
Actually, it will only require it at August 16, 2010.

Original comment by mindboos...@gmail.com on 30 Jul 2010 at 6:10

GoogleCodeExporter commented 8 years ago
5 days and counting...

Original comment by walter.php on 11 Aug 2010 at 8:14

GoogleCodeExporter commented 8 years ago
Twitter has pushed the deadline out (again!) to Aug 31

I added oAuth support in revision ffaa9d3e29 but really it wasn't working until 
revision 6addda7ca7

Please test and file new bugs for any oAuth items found

Original comment by bear42 on 18 Aug 2010 at 7:27

GoogleCodeExporter commented 8 years ago
Great, I'll take a look.
Thanks for your work

Original comment by lavaram...@gmail.com on 20 Aug 2010 at 3:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Revising my previous comment, this seems to work fine, but I needed to use this 
version of oauth libs:

http://github.com/simplegeo/python-oauth2

Rather than the one specified in the docs.  The one in the docs incorrectly 
encodes spaces to + instead of %20 which screws up the authorization.

Original comment by crnel...@gmail.com on 21 Aug 2010 at 5:47

GoogleCodeExporter commented 8 years ago
Issue 155 has been merged into this issue.

Original comment by bear42 on 1 Sep 2010 at 3:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Issue 170 has been merged into this issue.

Original comment by bear42 on 8 Oct 2010 at 6:13

GoogleCodeExporter commented 8 years ago
Issue 177 has been merged into this issue.

Original comment by bear42 on 8 Dec 2010 at 1:00

GoogleCodeExporter commented 8 years ago
Issue 178 has been merged into this issue.

Original comment by bear42 on 8 Dec 2010 at 1:01