KGIII / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Skipping RateLimit through oAuth #313

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As seen here[1], depending on the auth method using in the app, the rate limit 
changes, beign oAuth the method with a higher rate (350 request per hour, which 
is more than the double of the basic auth).

As security seemed not to be so important for us in a twitter app (me included 
:P), I think this is a final reason to implement oAuth in Pino since I'm 
suffering the request limit each hour now :(

Any thoughts about using oAuth? :D

[1]http://dev.twitter.com/pages/rate-limiting

Original issue reported on code.google.com by lui...@gmail.com on 27 Aug 2010 at 9:14

GoogleCodeExporter commented 8 years ago
Twitter stops basic auth today.  It's more important than just rate limiting 

Original comment by matthew....@gmail.com on 31 Aug 2010 at 12:22

GoogleCodeExporter commented 8 years ago
"today" meaning today? Wow... that can be an important kick to the project... i 
don't know what i'm using tomorrow...

It's a pity this is not written in java, can't start learning python right now 
:(

Anyway, doing a quick search found someting that would maybe be useful for 
anyone wishing to develop oAuth support: 
http://github.com/mikelikespie/oauth-repoze

Original comment by lui...@gmail.com on 31 Aug 2010 at 3:51

GoogleCodeExporter commented 8 years ago
http://dev.twitter.com/pages/basic_auth_shutdown is the plan for shutdown, 
however it is passed 8am PDT and basic seems to be working. Also, Pino is 
written in Vala, not Python :-)

Original comment by matthew....@gmail.com on 31 Aug 2010 at 4:11

GoogleCodeExporter commented 8 years ago
ups! my fault, was thinking about python, I thinks that's another project :P

Yep, today is the timeline, what a pity :( I was loving to use pino :(

Original comment by lui...@gmail.com on 31 Aug 2010 at 4:15

GoogleCodeExporter commented 8 years ago
Pino has currently stopped working for me.

Original comment by fibonacc...@gmail.com on 31 Aug 2010 at 4:49

GoogleCodeExporter commented 8 years ago
Just stopped for me as well.

Original comment by matthew....@gmail.com on 31 Aug 2010 at 4:51

GoogleCodeExporter commented 8 years ago
Ditto, filed a separate bug, though maybe I shouldn't have:

https://code.google.com/p/pino-twitter/issues/detail?id=316

Original comment by nosr...@gmail.com on 31 Aug 2010 at 10:13

GoogleCodeExporter commented 8 years ago
I thought the oAuth discussion was already happening on Issue 5?

Original comment by fibonacc...@gmail.com on 1 Sep 2010 at 12:52