[twitter-dev] Tweet counts are jumpin', and the cotton is high?

2010-02-04 Thread M. Edward (Ed) Borasky
It looks like the sudden jumps in tweet counts have started getting
worse. I filed an issue today (http://code.google.com/p/twitter-api/
issues/detail?id=1425). Someone else just filed a similar one (http://
code.google.com/p/twitter-api/issues/detail?id=1427), and two more
people I know just saw theirs jump.

http://twitter.com/mortythemouth/statuses/8624496824
http://twitter.com/dijeratic/statuses/8624519265

--
M. Edward (Ed) Borasky
http://borasky-research.net/


[twitter-dev] Dear Twitter-Development-Talk, If you can't find in google, try JUSTDIAL.COM

2010-02-04 Thread Anandaraju
Dear Twitter-Development-Talk,I strongly recommend this website 
www.justdial.com. It's a world class local search service  I've always found 
anything I've ever wanted.You can find info on any company, product, or service 
in over 240 cities in India.You can also call them up 24x7, on phone 
(6999), a local call in 240 Indian cities.Ask for anything, you'll get the 
info on the phone and/or by SMS within 30 secs, and this service is at no 
cost!For a change, it's an original Indian idea and an Indian company with 
world class service, and with a vision to spread all over the world.Be a proud 
Indian and forward this to every Indian you know.Best Wishes,AnandarajuClick 
Here to unsubscribe.



Re: [twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-02-04 Thread ryan alford
Does it fail everytime?  I will test mine when I get to work in about an
hour.

Ryan

Sent from my DROID

On Feb 4, 2010 12:23 AM, Duane Roelands duane.roela...@gmail.com wrote:

And please forgive my obnoxious tone; I'm tired and frustrated. :)


On Feb 4, 12:05 am, Duane Roelands duane.roela...@gmail.com wrote:
 Ryan:

 If posting Hello ...


[twitter-dev] Twitter OAuth fails

2010-02-04 Thread Bavs
Hello,

I am using abraham's twitter OAuth PHP library to build a basic
application and it is failing.

It is failing at:

$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET);
/* Get request token */
$request_token = $connection-getRequestToken(OAUTH_CALLBACK);

The returned http_code is 0.

I have registered my application with a valid callback URL and have
got a consumer and a secret key which I am using it in the code.

Let me know if I am missing anything.

Thanks in Advance.


[twitter-dev] 1000 total updates per day

2010-02-04 Thread benguela
Hey guys,

On this page http://help.twitter.com/forums/10711/entries/15364
it says 1,000 total updates per day, on any and all devices

I'm using the twitter4j library on my app.

Does this mean that I can only call
http://twitter4j.org/ja/javadoc/twitter4j/Twitter.html#updateStatus(java.lang.String)
which calls http://api.twitter.com/1/statuses/update

1000 times per day?







Re: [twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-02-04 Thread Bhavani Sankar Sikakolli
Yes, it fails everytime. I have checked to see that I am configuring
everything the right way.

On Thu, Feb 4, 2010 at 4:43 PM, ryan alford ryanalford...@gmail.com wrote:

 Does it fail everytime?  I will test mine when I get to work in about an
 hour.

 Ryan

 Sent from my DROID

 On Feb 4, 2010 12:23 AM, Duane Roelands duane.roela...@gmail.com
 wrote:

 And please forgive my obnoxious tone; I'm tired and frustrated. :)


 On Feb 4, 12:05 am, Duane Roelands duane.roela...@gmail.com wrote:
  Ryan:
 
  If posting Hello ...




[twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-04 Thread Terence Eden
Buttons *NOT* clickable on BlackBerry Bold Browser (OS4.6).
Have tried with and without Javascript enabled.

Can provide headers etc if needed.

Thanks for this update - it looks amazing.  Should really ramp up
security  usability.

On Feb 3, 11:16 pm, Ryan Sarver rsar...@twitter.com wrote:
 FINALLY!

 An update has just gone live that fixes rendering of the OAuth screens for
 most mobile devices. We also fixed a few small nagging things like the
 default action is now allow instead of deny if you just hit go on an
 iPhone. I've attached two screenshots so you can see the updated screens.

 Please test it out with your various mobile web apps and let us know if you
 run into any problems or edge cases.

 Ryan

  IMG_0739.png
 93KViewDownload

  IMG_0738.png
 75KViewDownload


[twitter-dev] Making the twitter user the default user of your application

2010-02-04 Thread Jorge Vargas
Hello,

I'm a bit confused about how to go with this. Normally i'll expect a openID
provider and then I'll code a consumer, however
http://apiwiki.twitter.com/Sign-in-with-Twitter points out I need to run
oauth. Also several searches point out that twitter will not be an openID
provider anytime soon.

So my question is how will you handle twitter-only accounts, for this
particular app you *must* have a twitter account and I want to store
additional info regarding each user in my app. In order words all I need to
know is that you are who you claim to be on twitter to attribute actions on
you. Should I got with oauth even though that's overkill in this particular
application?

If that is the case any one has used
http://code.google.com/p/oauth-python-twitter is it a good implementation?


Re: [twitter-dev] Tweet counts are jumpin', and the cotton is high?

2010-02-04 Thread Victor Miclovich
Hey Ed, lets hope we don't have to sort this bug in SiLCC's implementation
lol! ;)

On Thu, Feb 4, 2010 at 11:30 AM, M. Edward (Ed) Borasky zzn...@gmail.comwrote:

 It looks like the sudden jumps in tweet counts have started getting
 worse. I filed an issue today (http://code.google.com/p/twitter-api/
 issues/detail?id=1425). Someone else just filed a similar one (http://
 code.google.com/p/twitter-api/issues/detail?id=1427), and two more
 people I know just saw theirs jump.

 http://twitter.com/mortythemouth/statuses/8624496824
 http://twitter.com/dijeratic/statuses/8624519265

 --
 M. Edward (Ed) Borasky
 http://borasky-research.net/



Re: [twitter-dev] .NET and oAuth update problems

2010-02-04 Thread ryan alford
I just did a test with this status...

Testing my Twitter OAuth library with some special characters
!?:*^%...@!~`=+-_

and it went through without any errors and posted the correct status.

Ryan

On Wed, Feb 3, 2010 at 8:02 PM, ryan alford ryanalford...@gmail.com wrote:

 I don't know which version(if there are multiple versions).  I downloaded
 it in October I believe.

 Ryan

 Sent from my DROID

 On Feb 3, 2010 7:59 PM, Andrew Badera and...@badera.us wrote:

 From Shannon's original stuff, or something more recent? I'd worked
 with OAuthBase.cs in the past, but seemed to recall there were
 explicit exceptions in that ver of that stuff ... maybe a year ago
 now?

 --ab



 On Wed, Feb 3, 2010 at 7:57 PM, ryan alford ryanalford...@gmail.com
 wrote:
  I don't want to tak...




Re: [twitter-dev] Dear Twitter-Development-Talk, If you can't find in google, try JUSTDIAL.COM

2010-02-04 Thread Cameron Kaiser
Another account taken over, apparently. Cleaning up and resetting permissions.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- In memory of Werner Klemperer --


Re: [twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-02-04 Thread ryan alford
I just posted this status using my library with OAuth and it worked fine..


Testing my Twitter OAuth library with some special characters
!?:*^%...@!~`=+-_


Ryan

On Thu, Feb 4, 2010 at 6:19 AM, Bhavani Sankar Sikakolli b.san...@gmail.com
 wrote:

 Yes, it fails everytime. I have checked to see that I am configuring
 everything the right way.


 On Thu, Feb 4, 2010 at 4:43 PM, ryan alford ryanalford...@gmail.comwrote:

 Does it fail everytime?  I will test mine when I get to work in about an
 hour.

 Ryan

 Sent from my DROID

 On Feb 4, 2010 12:23 AM, Duane Roelands duane.roela...@gmail.com
 wrote:

 And please forgive my obnoxious tone; I'm tired and frustrated. :)


 On Feb 4, 12:05 am, Duane Roelands duane.roela...@gmail.com wrote:
  Ryan:
 
  If posting Hello ...





Re: [twitter-dev] best way to get/store gardenhose

2010-02-04 Thread Jorge Vargas
On Mon, Jan 25, 2010 at 6:10 AM, Marco marco.pennacchio...@gmail.comwrote:

 Hi all,
 I know this could have been answered already, but I could not find any
 post so far.

 Does anybody has a simple shell/python/perl script to download the
 gardenhose sample continuously, in a fault tolerant way, avoiding too
 many requests (i.e. be banned).
 My idea would be to launch every say 10 minutes:

 curl http://stream.twitter.com/1/statuses/sample.json  tweets.$(date +
 %s)

 but i dont know how to make it fault tolerant etc etc...


I have been using http://github.com/atl/twitstream for a while to pick up
track so far it has worked very well although I have to admit my current
track is very limited.

Please note that's running asnyc http which means you launch this program
and let it running.


 Thanks!
 Marco



Re: [twitter-dev] Dealing with api calls using two ip's

2010-02-04 Thread John Meyer

On 2/4/2010 5:53 AM, Rushikesh Bhanage wrote:

Hi,
   my problem is that i have 2 whitelisted ip's , in my application,
when a user ends up with the calls to api on one ip, instead of giving
error message in this case, i want 2nd ip to be used immediately. what
code should i write. can anybody help me on this?

  Thank you in advance.




That would involve code changing the computer's ip address, which is 
probably beyond the scope of this group.


Re: [twitter-dev] Twitter based bug tracker/feedback system, anyone?

2010-02-04 Thread Michael Ivey
Cotweet has some of this, but it's a more general manage responses system
than bug tracking. I'd love to see Tender add Twitter features.

 -- ivey


On Wed, Feb 3, 2010 at 1:03 PM, Anton Krasovsky
anton.krasov...@gmail.comwrote:

 I wonder if anyone has a twitter based bugtracker / feedback system?

 Of course, there are many web based systems like that (uservoice,
 etc), but given that many of my users
 seem to have mostly mobile-based net access, leaving feedback for them
 is harder than it should be.

 Or if I start using twitter as a main feedback channel, it's going to
 be difficult to me to keep track of all these
 tweets.

 So, is there anything out there that could help me keep track of user
 feedback via twitter?

 Regards,
 Anton

 http://pavo.me j2me Twitter client



[twitter-dev] Re: Tweet counts are jumpin', and the cotton is high?

2010-02-04 Thread John Kalucki
I see that there's a patch up for review to fix this the tweet count
memoization. No ETA on deploy. I don't know any further details.

-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.


On Feb 4, 1:48 am, Victor Miclovich victor.miclov...@appfrica.org
wrote:
 Hey Ed, lets hope we don't have to sort this bug in SiLCC's implementation
 lol! ;)

 On Thu, Feb 4, 2010 at 11:30 AM, M. Edward (Ed) Borasky 
 zzn...@gmail.comwrote:

  It looks like the sudden jumps in tweet counts have started getting
  worse. I filed an issue today (http://code.google.com/p/twitter-api/
  issues/detail?id=1425). Someone else just filed a similar one (http://
  code.google.com/p/twitter-api/issues/detail?id=1427), and two more
  people I know just saw theirs jump.

 http://twitter.com/mortythemouth/statuses/8624496824
 http://twitter.com/dijeratic/statuses/8624519265

  --
  M. Edward (Ed) Borasky
 http://borasky-research.net/


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Raffi Krikorian
hi nik.

i'm not entirely certain yet.  i'm working on a blog post that will
hopefully outline what our plans with oauth is moving forward -- being sick
just threw a damper in getting it out :P

On Thu, Feb 4, 2010 at 7:09 AM, Nik Fletcher nik.fletc...@gmail.com wrote:

 Hi Raffi

 This is great news. We're currently using OAuth in Socialite on OS X
 [and I believe we're one of the few OAuth apps out there on the Mac].
 How will the migration process go for existing desktop apps that are
 using OAuth and want to switch to this far better implementation?

 Thanks

 Nik

 --
 Nik Fletcher
 Support  QA Manager, Realmac Software




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: Tweet counts are jumpin', and the cotton is high?

2010-02-04 Thread M. Edward (Ed) Borasky
Thanks! I noticed it a couple weeks ago but it looks like it hit the
universe last night about 11 PST ;-)

On Feb 4, 8:59 am, John Kalucki jkalu...@gmail.com wrote:
 I see that there's a patch up for review to fix this the tweet count
 memoization. No ETA on deploy. I don't know any further details.

 -John Kaluckihttp://twitter.com/jkalucki
 Infrastructure, Twitter Inc.

 On Feb 4, 1:48 am, Victor Miclovich victor.miclov...@appfrica.org
 wrote:

  Hey Ed, lets hope we don't have to sort this bug in SiLCC's implementation
  lol! ;)

  On Thu, Feb 4, 2010 at 11:30 AM, M. Edward (Ed) Borasky 
  zzn...@gmail.comwrote:

   It looks like the sudden jumps in tweet counts have started getting
   worse. I filed an issue today (http://code.google.com/p/twitter-api/
   issues/detail?id=1425). Someone else just filed a similar one (http://
   code.google.com/p/twitter-api/issues/detail?id=1427), and two more
   people I know just saw theirs jump.

  http://twitter.com/mortythemouth/statuses/8624496824
  http://twitter.com/dijeratic/statuses/8624519265

   --
   M. Edward (Ed) Borasky
  http://borasky-research.net/


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Zac Bowling
Yes, what magic is this?

I'm confused. It takes username and password but then uses OAuth?

I wonder if they are injecting the username/password into the OAuth form on
the page.

Twitter should really randomize that page or require captcha or something.

Zac Bowling



On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com wrote:

 Raffi,

 Have you tried it? There is no OAuth flow. I.e., the user types in his
 Twitter username and password. That's it.

 If it is indeed using OAuth, does that mean that the background
 requesting of tokens when you have the Twitter credentials is now
 available? Meaning, I can also now use it to convert all existing
 Twitter accounts to OAuth in one fell swoop?

 On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
  seesmic look, i believe, is using oauth talking to api.twitter.com.
 
 
 
  On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius dpr...@gmail.com
 wrote:
   Raffi,
 
   What's going on here?
 
   Your credibility is at stake here. You've been telling us in many
   posts that new apps must use OAuth to get a source attribution, and
   only old grandfathered apps have source attribution with Basic Auth.
 
   On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
At first I thought they must have changed the old Seesmic source to
Seesmic Look.
 
But no.
 
Here's a recent tweet from Seesmic:
  http://twitter.com/CathyBrooks/status/8570217879
 
And here's a recent one from Seesmic Look:
  http://twitter.com/adamse/status/8565271563
 
Seesmic Look uses Basic Auth.
 
Does anyone else spot Mt Everest on this level playing field of ours?
 
On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com wrote:
 
 *Seesmic Look is old?
 *
 -
 Pedro Junior
 
 2010/2/2 Lukas Müller webmas...@muellerlukas.de
 
  Only old apps can do this. New apps cannot use it.
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi



[twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-04 Thread Carlos
Buttons not clickable on Windows Mobile; tried on both a 6.1  6.5
device.

On Feb 3, 6:16 pm, Ryan Sarver rsar...@twitter.com wrote:
 FINALLY!

 An update has just gone live that fixes rendering of the OAuth screens for
 most mobile devices. We also fixed a few small nagging things like the
 default action is now allow instead of deny if you just hit go on an
 iPhone. I've attached two screenshots so you can see the updated screens.

 Please test it out with your various mobile web apps and let us know if you
 run into any problems or edge cases.

 Ryan

  IMG_0739.png
 93KViewDownload

  IMG_0738.png
 75KViewDownload


[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Dewald Pretorius
Zach,

There's a soon to be published API method where you can silently get
the OAuth tokens when you have the account's Twitter username and
password, meaning the user does not experience any of the normal OAuth
flow.

I presume that Seesmic just got early access to that method.

So, in this case, user-to-app requires Basic Auth credentials, but app-
to-Twitter uses OAuth once the app has obtained the tokens with the
new method.

On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
 Yes, what magic is this?

 I'm confused. It takes username and password but then uses OAuth?

 I wonder if they are injecting the username/password into the OAuth form on
 the page.

 Twitter should really randomize that page or require captcha or something.

 Zac Bowling

 On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com wrote:
  Raffi,

  Have you tried it? There is no OAuth flow. I.e., the user types in his
  Twitter username and password. That's it.

  If it is indeed using OAuth, does that mean that the background
  requesting of tokens when you have the Twitter credentials is now
  available? Meaning, I can also now use it to convert all existing
  Twitter accounts to OAuth in one fell swoop?

  On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
   seesmic look, i believe, is using oauth talking to api.twitter.com.

   On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius dpr...@gmail.com
  wrote:
Raffi,

What's going on here?

Your credibility is at stake here. You've been telling us in many
posts that new apps must use OAuth to get a source attribution, and
only old grandfathered apps have source attribution with Basic Auth.

On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
 At first I thought they must have changed the old Seesmic source to
 Seesmic Look.

 But no.

 Here's a recent tweet from Seesmic:
   http://twitter.com/CathyBrooks/status/8570217879

 And here's a recent one from Seesmic Look:
   http://twitter.com/adamse/status/8565271563

 Seesmic Look uses Basic Auth.

 Does anyone else spot Mt Everest on this level playing field of ours?

 On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com wrote:

  *Seesmic Look is old?
  *
  -
  Pedro Junior

  2010/2/2 Lukas Müller webmas...@muellerlukas.de

   Only old apps can do this. New apps cannot use it.

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Abraham Williams
I poked around Seesmic Look a little and this is what I found:
http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browserless.html

Abraham

On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius dpr...@gmail.com wrote:

 Zach,

 There's a soon to be published API method where you can silently get
 the OAuth tokens when you have the account's Twitter username and
 password, meaning the user does not experience any of the normal OAuth
 flow.

 I presume that Seesmic just got early access to that method.

 So, in this case, user-to-app requires Basic Auth credentials, but app-
 to-Twitter uses OAuth once the app has obtained the tokens with the
 new method.

 On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
  Yes, what magic is this?
 
  I'm confused. It takes username and password but then uses OAuth?
 
  I wonder if they are injecting the username/password into the OAuth form
 on
  the page.
 
  Twitter should really randomize that page or require captcha or
 something.
 
  Zac Bowling
 
  On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com
 wrote:
   Raffi,
 
   Have you tried it? There is no OAuth flow. I.e., the user types in his
   Twitter username and password. That's it.
 
   If it is indeed using OAuth, does that mean that the background
   requesting of tokens when you have the Twitter credentials is now
   available? Meaning, I can also now use it to convert all existing
   Twitter accounts to OAuth in one fell swoop?
 
   On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
seesmic look, i believe, is using oauth talking to api.twitter.com.
 
On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius dpr...@gmail.com
   wrote:
 Raffi,
 
 What's going on here?
 
 Your credibility is at stake here. You've been telling us in many
 posts that new apps must use OAuth to get a source attribution, and
 only old grandfathered apps have source attribution with Basic
 Auth.
 
 On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
  At first I thought they must have changed the old Seesmic source
 to
  Seesmic Look.
 
  But no.
 
  Here's a recent tweet from Seesmic:
http://twitter.com/CathyBrooks/status/8570217879
 
  And here's a recent one from Seesmic Look:
http://twitter.com/adamse/status/8565271563
 
  Seesmic Look uses Basic Auth.
 
  Does anyone else spot Mt Everest on this level playing field of
 ours?
 
  On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com wrote:
 
   *Seesmic Look is old?
   *
   -
   Pedro Junior
 
   2010/2/2 Lukas Müller webmas...@muellerlukas.de
 
Only old apps can do this. New apps cannot use it.
 
--
Raffi Krikorian
Twitter Platform Teamhttp://twitter.com/raffi




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States


[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Dewald Pretorius
Interesting, Abraham.

Don't we ever need OAuth Wrap, otherwise that x-auth-password will be
sent in clear text, kind of making a mockery of the whole OAuth thing.

On Feb 4, 6:35 pm, Abraham Williams 4bra...@gmail.com wrote:
 I poked around Seesmic Look a little and this is what I 
 found:http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browser...

 Abraham



 On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius dpr...@gmail.com wrote:
  Zach,

  There's a soon to be published API method where you can silently get
  the OAuth tokens when you have the account's Twitter username and
  password, meaning the user does not experience any of the normal OAuth
  flow.

  I presume that Seesmic just got early access to that method.

  So, in this case, user-to-app requires Basic Auth credentials, but app-
  to-Twitter uses OAuth once the app has obtained the tokens with the
  new method.

  On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
   Yes, what magic is this?

   I'm confused. It takes username and password but then uses OAuth?

   I wonder if they are injecting the username/password into the OAuth form
  on
   the page.

   Twitter should really randomize that page or require captcha or
  something.

   Zac Bowling

   On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com
  wrote:
Raffi,

Have you tried it? There is no OAuth flow. I.e., the user types in his
Twitter username and password. That's it.

If it is indeed using OAuth, does that mean that the background
requesting of tokens when you have the Twitter credentials is now
available? Meaning, I can also now use it to convert all existing
Twitter accounts to OAuth in one fell swoop?

On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
 seesmic look, i believe, is using oauth talking to api.twitter.com.

 On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius dpr...@gmail.com
wrote:
  Raffi,

  What's going on here?

  Your credibility is at stake here. You've been telling us in many
  posts that new apps must use OAuth to get a source attribution, and
  only old grandfathered apps have source attribution with Basic
  Auth.

  On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
   At first I thought they must have changed the old Seesmic source
  to
   Seesmic Look.

   But no.

   Here's a recent tweet from Seesmic:
 http://twitter.com/CathyBrooks/status/8570217879

   And here's a recent one from Seesmic Look:
 http://twitter.com/adamse/status/8565271563

   Seesmic Look uses Basic Auth.

   Does anyone else spot Mt Everest on this level playing field of
  ours?

   On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com wrote:

*Seesmic Look is old?
*
-
Pedro Junior

2010/2/2 Lukas Müller webmas...@muellerlukas.de

 Only old apps can do this. New apps cannot use it.

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Project | Out Loud |http://outloud.labs.poseurtech.com
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Abraham Williams
I would imagine that Twitter will require SSL for xAuth calls.

Abraham

On Thu, Feb 4, 2010 at 14:44, Dewald Pretorius dpr...@gmail.com wrote:

 Interesting, Abraham.

 Don't we ever need OAuth Wrap, otherwise that x-auth-password will be
 sent in clear text, kind of making a mockery of the whole OAuth thing.

 On Feb 4, 6:35 pm, Abraham Williams 4bra...@gmail.com wrote:
  I poked around Seesmic Look a little and this is what I found:
 http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browser...
 
  Abraham
 
 
 
  On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius dpr...@gmail.com wrote:
   Zach,
 
   There's a soon to be published API method where you can silently get
   the OAuth tokens when you have the account's Twitter username and
   password, meaning the user does not experience any of the normal OAuth
   flow.
 
   I presume that Seesmic just got early access to that method.
 
   So, in this case, user-to-app requires Basic Auth credentials, but app-
   to-Twitter uses OAuth once the app has obtained the tokens with the
   new method.
 
   On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
Yes, what magic is this?
 
I'm confused. It takes username and password but then uses OAuth?
 
I wonder if they are injecting the username/password into the OAuth
 form
   on
the page.
 
Twitter should really randomize that page or require captcha or
   something.
 
Zac Bowling
 
On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com
   wrote:
 Raffi,
 
 Have you tried it? There is no OAuth flow. I.e., the user types in
 his
 Twitter username and password. That's it.
 
 If it is indeed using OAuth, does that mean that the background
 requesting of tokens when you have the Twitter credentials is now
 available? Meaning, I can also now use it to convert all existing
 Twitter accounts to OAuth in one fell swoop?
 
 On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
  seesmic look, i believe, is using oauth talking to
 api.twitter.com.
 
  On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius 
 dpr...@gmail.com
 wrote:
   Raffi,
 
   What's going on here?
 
   Your credibility is at stake here. You've been telling us in
 many
   posts that new apps must use OAuth to get a source attribution,
 and
   only old grandfathered apps have source attribution with Basic
   Auth.
 
   On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
At first I thought they must have changed the old Seesmic
 source
   to
Seesmic Look.
 
But no.
 
Here's a recent tweet from Seesmic:
  http://twitter.com/CathyBrooks/status/8570217879
 
And here's a recent one from Seesmic Look:
  http://twitter.com/adamse/status/8565271563
 
Seesmic Look uses Basic Auth.
 
Does anyone else spot Mt Everest on this level playing field
 of
   ours?
 
On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com
 wrote:
 
 *Seesmic Look is old?
 *
 -
 Pedro Junior
 
 2010/2/2 Lukas Müller webmas...@muellerlukas.de
 
  Only old apps can do this. New apps cannot use it.
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi
 
  --
  Abraham Williams | Community Advocate |http://abrah.am
  Project | Out Loud |http://outloud.labs.poseurtech.com
  This email is: [ ] shareable [x] ask first [ ] private.
  Sent from Seattle, WA, United States




-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Raffi Krikorian
totally.

On Thu, Feb 4, 2010 at 3:23 PM, Abraham Williams 4bra...@gmail.com wrote:

 I would imagine that Twitter will require SSL for xAuth calls.

 Abraham


 On Thu, Feb 4, 2010 at 14:44, Dewald Pretorius dpr...@gmail.com wrote:

 Interesting, Abraham.

 Don't we ever need OAuth Wrap, otherwise that x-auth-password will be
 sent in clear text, kind of making a mockery of the whole OAuth thing.

 On Feb 4, 6:35 pm, Abraham Williams 4bra...@gmail.com wrote:
  I poked around Seesmic Look a little and this is what I found:
 http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browser...
 
  Abraham
 
 
 
  On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius dpr...@gmail.com
 wrote:
   Zach,
 
   There's a soon to be published API method where you can silently get
   the OAuth tokens when you have the account's Twitter username and
   password, meaning the user does not experience any of the normal OAuth
   flow.
 
   I presume that Seesmic just got early access to that method.
 
   So, in this case, user-to-app requires Basic Auth credentials, but
 app-
   to-Twitter uses OAuth once the app has obtained the tokens with the
   new method.
 
   On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
Yes, what magic is this?
 
I'm confused. It takes username and password but then uses OAuth?
 
I wonder if they are injecting the username/password into the OAuth
 form
   on
the page.
 
Twitter should really randomize that page or require captcha or
   something.
 
Zac Bowling
 
On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com
 
   wrote:
 Raffi,
 
 Have you tried it? There is no OAuth flow. I.e., the user types in
 his
 Twitter username and password. That's it.
 
 If it is indeed using OAuth, does that mean that the background
 requesting of tokens when you have the Twitter credentials is now
 available? Meaning, I can also now use it to convert all existing
 Twitter accounts to OAuth in one fell swoop?
 
 On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
  seesmic look, i believe, is using oauth talking to
 api.twitter.com.
 
  On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius 
 dpr...@gmail.com
 wrote:
   Raffi,
 
   What's going on here?
 
   Your credibility is at stake here. You've been telling us in
 many
   posts that new apps must use OAuth to get a source
 attribution, and
   only old grandfathered apps have source attribution with Basic
   Auth.
 
   On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com
 wrote:
At first I thought they must have changed the old Seesmic
 source
   to
Seesmic Look.
 
But no.
 
Here's a recent tweet from Seesmic:
  http://twitter.com/CathyBrooks/status/8570217879
 
And here's a recent one from Seesmic Look:
  http://twitter.com/adamse/status/8565271563
 
Seesmic Look uses Basic Auth.
 
Does anyone else spot Mt Everest on this level playing field
 of
   ours?
 
On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com
 wrote:
 
 *Seesmic Look is old?
 *
 -
 Pedro Junior
 
 2010/2/2 Lukas Müller webmas...@muellerlukas.de
 
  Only old apps can do this. New apps cannot use it.
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi
 
  --
  Abraham Williams | Community Advocate |http://abrah.am
  Project | Out Loud |http://outloud.labs.poseurtech.com
  This email is: [ ] shareable [x] ask first [ ] private.
  Sent from Seattle, WA, United States




 --
 Abraham Williams | Community Advocate | http://abrah.am
 Project | Out Loud | http://outloud.labs.poseurtech.com
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


Re: [twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-04 Thread Ryan Sarver
We've had to roll back the mobile OAuth update as it was consuming an
abnormally large amount of resources. We'll dig in and figure out what was
going on.

Almost there, rs

On Thu, Feb 4, 2010 at 12:24 PM, Carlos carlosju...@gmail.com wrote:

 Buttons not clickable on Windows Mobile; tried on both a 6.1  6.5
 device.

 On Feb 3, 6:16 pm, Ryan Sarver rsar...@twitter.com wrote:
  FINALLY!
 
  An update has just gone live that fixes rendering of the OAuth screens
 for
  most mobile devices. We also fixed a few small nagging things like the
  default action is now allow instead of deny if you just hit go on an
  iPhone. I've attached two screenshots so you can see the updated screens.
 
  Please test it out with your various mobile web apps and let us know if
 you
  run into any problems or edge cases.
 
  Ryan
 
   IMG_0739.png
  93KViewDownload
 
   IMG_0738.png
  75KViewDownload



[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Greg
However - will we ever see the ability for 3rd party applications to
talk to eachother using oAuth tokens? For example a custom twitter
oAuth application using TwitPic to publish photos?

On Feb 4, 6:26 pm, Raffi Krikorian ra...@twitter.com wrote:
 totally.



 On Thu, Feb 4, 2010 at 3:23 PM, Abraham Williams 4bra...@gmail.com wrote:
  I would imagine that Twitter will require SSL for xAuth calls.

  Abraham

  On Thu, Feb 4, 2010 at 14:44, Dewald Pretorius dpr...@gmail.com wrote:

  Interesting, Abraham.

  Don't we ever need OAuth Wrap, otherwise that x-auth-password will be
  sent in clear text, kind of making a mockery of the whole OAuth thing.

  On Feb 4, 6:35 pm, Abraham Williams 4bra...@gmail.com wrote:
   I poked around Seesmic Look a little and this is what I found:
 http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browser...

   Abraham

   On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius dpr...@gmail.com
  wrote:
Zach,

There's a soon to be published API method where you can silently get
the OAuth tokens when you have the account's Twitter username and
password, meaning the user does not experience any of the normal OAuth
flow.

I presume that Seesmic just got early access to that method.

So, in this case, user-to-app requires Basic Auth credentials, but
  app-
to-Twitter uses OAuth once the app has obtained the tokens with the
new method.

On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
 Yes, what magic is this?

 I'm confused. It takes username and password but then uses OAuth?

 I wonder if they are injecting the username/password into the OAuth
  form
on
 the page.

 Twitter should really randomize that page or require captcha or
something.

 Zac Bowling

 On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com

wrote:
  Raffi,

  Have you tried it? There is no OAuth flow. I.e., the user types in
  his
  Twitter username and password. That's it.

  If it is indeed using OAuth, does that mean that the background
  requesting of tokens when you have the Twitter credentials is now
  available? Meaning, I can also now use it to convert all existing
  Twitter accounts to OAuth in one fell swoop?

  On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
   seesmic look, i believe, is using oauth talking to
  api.twitter.com.

   On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius 
  dpr...@gmail.com
  wrote:
Raffi,

What's going on here?

Your credibility is at stake here. You've been telling us in
  many
posts that new apps must use OAuth to get a source
  attribution, and
only old grandfathered apps have source attribution with Basic
Auth.

On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com
  wrote:
 At first I thought they must have changed the old Seesmic
  source
to
 Seesmic Look.

 But no.

 Here's a recent tweet from Seesmic:
   http://twitter.com/CathyBrooks/status/8570217879

 And here's a recent one from Seesmic Look:
   http://twitter.com/adamse/status/8565271563

 Seesmic Look uses Basic Auth.

 Does anyone else spot Mt Everest on this level playing field
  of
ours?

 On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com
  wrote:

  *Seesmic Look is old?
  *
  -
  Pedro Junior

  2010/2/2 Lukas Müller webmas...@muellerlukas.de

   Only old apps can do this. New apps cannot use it.

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

   --
   Abraham Williams | Community Advocate |http://abrah.am
   Project | Out Loud |http://outloud.labs.poseurtech.com
   This email is: [ ] shareable [x] ask first [ ] private.
   Sent from Seattle, WA, United States

  --
  Abraham Williams | Community Advocate |http://abrah.am
  Project | Out Loud |http://outloud.labs.poseurtech.com
  This email is: [ ] shareable [x] ask first [ ] private.
  Sent from Seattle, WA, United States

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Sean Callahan
TweetPhoto offers an OAuth solution for uploading photos.

Please check out the link below and let me know if you have any
questions.

http://groups.google.com/group/tweetphoto/web/oauth-signin

Thanks!

Sean

On Feb 2, 7:04 am, Feras Allaou feras.all...@gmail.com wrote:
 Dear Sirs,

 I was trying to do oAuth to use Twitter API but I was surprised that
 TwitPic doesn't use this Authentication method ! so How could TwitPic
 publish it's name when it updates the status ?
 I mean if  I use simple Auth method the message will be sent using API
 which means Twitter API.
 but When I was OAuth the sending method will be my Twitter Client ,
 right ?
 So how does TwitPic sending method is TwitPic  they don't use Oauth ?

 Regards,
 Feras Allaou


[twitter-dev] Re: OAuth Photo Support Now Available at TweetPhoto

2010-02-04 Thread Sean Callahan
All the other functionality in the TweetPhoto API is also supported
using OAuth as well.

Let me know if you have any questions.

Sean

On Jan 31, 9:01 pm, Sean Callahan seancalla...@gmail.com wrote:
 TweetPhoto now supports photo uploads using OAuth for all 3rd party
 application developers.

 http://groups.google.com/group/tweetphoto/web/oauth-signin

 Basic Auth may be depreciated soon so we created a way for you to
 allow your users to continue to uploadphotos.

 Please let me know if you have any questions or if I can help in any
 way.

 Sean


[twitter-dev] Re: It's been three months since the truncation change.... can't the docs be updated?

2010-02-04 Thread Dewald Pretorius
 You don't have to have respect for third-party developers -- it's your
 site and you can do as you like -- but common sense should tell you
 that it behooves you to at least *try* to hide your contempt.

I think I'm known for now and then directing a flame thrower in the
direction of the Twitter folks, sometimes out of frustration and
sometimes because wearing a diplomat's pants give me a serious wedgie.

Despite that, I have never felt that Twitter has contempt for the
developers.


[twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-04 Thread Mark Sievers
Buttons are non-clickable on Nokia 6300. This will be teh same for all
Nokia Series 40 browsers.

On Feb 5, 10:27 am, Ryan Sarver rsar...@twitter.com wrote:
 We've had to roll back the mobile OAuth update as it was consuming an
 abnormally large amount of resources. We'll dig in and figure out what was
 going on.

 Almost there, rs

 On Thu, Feb 4, 2010 at 12:24 PM, Carlos carlosju...@gmail.com wrote:
  Buttons not clickable on Windows Mobile; tried on both a 6.1  6.5
  device.

  On Feb 3, 6:16 pm, Ryan Sarver rsar...@twitter.com wrote:
   FINALLY!

   An update has just gone live that fixes rendering of the OAuth screens
  for
   most mobile devices. We also fixed a few small nagging things like the
   default action is now allow instead of deny if you just hit go on an
   iPhone. I've attached two screenshots so you can see the updated screens.

   Please test it out with your various mobile web apps and let us know if
  you
   run into any problems or edge cases.

   Ryan

    IMG_0739.png
   93KViewDownload

    IMG_0738.png
   75KViewDownload


Re: [twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-04 Thread Ryan Sarver
Following up on my earlier email. I jumped the gun and the rollback never
actually happened :)

However, we are getting some reports of the buttons not functioning in a
number of browsers and are working on a fix.

Best, Ryan

On Thu, Feb 4, 2010 at 3:27 PM, Ryan Sarver rsar...@twitter.com wrote:

 We've had to roll back the mobile OAuth update as it was consuming an
 abnormally large amount of resources. We'll dig in and figure out what was
 going on.

 Almost there, rs


 On Thu, Feb 4, 2010 at 12:24 PM, Carlos carlosju...@gmail.com wrote:

 Buttons not clickable on Windows Mobile; tried on both a 6.1  6.5
 device.

 On Feb 3, 6:16 pm, Ryan Sarver rsar...@twitter.com wrote:
  FINALLY!
 
  An update has just gone live that fixes rendering of the OAuth screens
 for
  most mobile devices. We also fixed a few small nagging things like the
  default action is now allow instead of deny if you just hit go on an
  iPhone. I've attached two screenshots so you can see the updated
 screens.
 
  Please test it out with your various mobile web apps and let us know if
 you
  run into any problems or edge cases.
 
  Ryan
 
   IMG_0739.png
  93KViewDownload
 
   IMG_0738.png
  75KViewDownload





Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Raffi Krikorian
i'll be posting our proposal for oauth delegation soon as a RFC.

On Thu, Feb 4, 2010 at 3:41 PM, Greg gregory.av...@gmail.com wrote:

 However - will we ever see the ability for 3rd party applications to
 talk to eachother using oAuth tokens? For example a custom twitter
 oAuth application using TwitPic to publish photos?

 On Feb 4, 6:26 pm, Raffi Krikorian ra...@twitter.com wrote:
  totally.
 
 
 
  On Thu, Feb 4, 2010 at 3:23 PM, Abraham Williams 4bra...@gmail.com
 wrote:
   I would imagine that Twitter will require SSL for xAuth calls.
 
   Abraham
 
   On Thu, Feb 4, 2010 at 14:44, Dewald Pretorius dpr...@gmail.com
 wrote:
 
   Interesting, Abraham.
 
   Don't we ever need OAuth Wrap, otherwise that x-auth-password will be
   sent in clear text, kind of making a mockery of the whole OAuth thing.
 
   On Feb 4, 6:35 pm, Abraham Williams 4bra...@gmail.com wrote:
I poked around Seesmic Look a little and this is what I found:
  http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browser.
 ..
 
Abraham
 
On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius dpr...@gmail.com
   wrote:
 Zach,
 
 There's a soon to be published API method where you can silently
 get
 the OAuth tokens when you have the account's Twitter username and
 password, meaning the user does not experience any of the normal
 OAuth
 flow.
 
 I presume that Seesmic just got early access to that method.
 
 So, in this case, user-to-app requires Basic Auth credentials, but
   app-
 to-Twitter uses OAuth once the app has obtained the tokens with
 the
 new method.
 
 On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
  Yes, what magic is this?
 
  I'm confused. It takes username and password but then uses
 OAuth?
 
  I wonder if they are injecting the username/password into the
 OAuth
   form
 on
  the page.
 
  Twitter should really randomize that page or require captcha or
 something.
 
  Zac Bowling
 
  On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius 
 dpr...@gmail.com
 
 wrote:
   Raffi,
 
   Have you tried it? There is no OAuth flow. I.e., the user
 types in
   his
   Twitter username and password. That's it.
 
   If it is indeed using OAuth, does that mean that the
 background
   requesting of tokens when you have the Twitter credentials is
 now
   available? Meaning, I can also now use it to convert all
 existing
   Twitter accounts to OAuth in one fell swoop?
 
   On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
seesmic look, i believe, is using oauth talking to
   api.twitter.com.
 
On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius 
   dpr...@gmail.com
   wrote:
 Raffi,
 
 What's going on here?
 
 Your credibility is at stake here. You've been telling us
 in
   many
 posts that new apps must use OAuth to get a source
   attribution, and
 only old grandfathered apps have source attribution with
 Basic
 Auth.
 
 On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com
   wrote:
  At first I thought they must have changed the old
 Seesmic
   source
 to
  Seesmic Look.
 
  But no.
 
  Here's a recent tweet from Seesmic:
http://twitter.com/CathyBrooks/status/8570217879
 
  And here's a recent one from Seesmic Look:
http://twitter.com/adamse/status/8565271563
 
  Seesmic Look uses Basic Auth.
 
  Does anyone else spot Mt Everest on this level playing
 field
   of
 ours?
 
  On Feb 2, 10:41 pm, Pedro Junior 
 v.ju.ni.o...@gmail.com
   wrote:
 
   *Seesmic Look is old?
   *
   -
   Pedro Junior
 
   2010/2/2 Lukas Müller webmas...@muellerlukas.de
 
Only old apps can do this. New apps cannot use it.
 
--
Raffi Krikorian
Twitter Platform Teamhttp://twitter.com/raffi
 
--
Abraham Williams | Community Advocate |http://abrah.am
Project | Out Loud |http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States
 
   --
   Abraham Williams | Community Advocate |http://abrah.am
   Project | Out Loud |http://outloud.labs.poseurtech.com
   This email is: [ ] shareable [x] ask first [ ] private.
   Sent from Seattle, WA, United States
 
  --
  Raffi Krikorian
  Twitter Platform Teamhttp://twitter.com/raffi




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-02-04 Thread Duane Roelands
I ended up rolling back my library to an earlier version of my
encoding algorithm and things are working now.
Unfortunately, it meant sacrificing compatibility with multibyte
characters, so my library loses some functionality.

It's frustrating to have production code fail test cases that worked
the day before.  But when you don't have complete control over the
entire system, these are the things that will occasionally happen.

Thanks for looking into it, Ryan.


On Feb 4, 8:35 am, ryan alford ryanalford...@gmail.com wrote:
 I just posted this status using my library with OAuth and it worked fine..

 Testing my Twitter OAuth library with some special characters
 !?:*^%...@!~`=+-_

 Ryan

 On Thu, Feb 4, 2010 at 6:19 AM, Bhavani Sankar Sikakolli b.san...@gmail.com



  wrote:
  Yes, it fails everytime. I have checked to see that I am configuring
  everything the right way.

  On Thu, Feb 4, 2010 at 4:43 PM, ryan alford ryanalford...@gmail.comwrote:

  Does it fail everytime?  I will test mine when I get to work in about an
  hour.

  Ryan

  Sent from my DROID

  On Feb 4, 2010 12:23 AM, Duane Roelands duane.roela...@gmail.com
  wrote:

  And please forgive my obnoxious tone; I'm tired and frustrated. :)

  On Feb 4, 12:05 am, Duane Roelands duane.roela...@gmail.com wrote:
   Ryan:

   If posting Hello ...


Re: [twitter-dev] 1000 total updates per day

2010-02-04 Thread Michael Ekstrand
On 02/04/2010 03:33 AM, benguela wrote:
 On this page http://help.twitter.com/forums/10711/entries/15364
 it says 1,000 total updates per day, on any and all devices

 I'm using the twitter4j library on my app.

 Does this mean that I can only call
 http://twitter4j.org/ja/javadoc/twitter4j/Twitter.html#updateStatus(java.lang.String)
 which calls http://api.twitter.com/1/statuses/update

 1000 times per day

That limit is per-user.  Your application can call it more than 1000
times per day, so long as it's not all for the same user.  Basically,
users can't have more than 1000 status updates per day, no matter what
apps they use.

- Michael

-- 
mouse, n: A device for pointing at the xterm in which you want to type.
Confused by the strange files?  I cryptographically sign my messages.
For more information see http://www.elehack.net/resources/gpg.




signature.asc
Description: OpenPGP digital signature


[twitter-dev] Re: Making the twitter user the default user of your application

2010-02-04 Thread hernangarcia
Hey man, good morning.

If you are developing a web app, OAUTH is the way to go.

I am using Twitter4J but for sure oauth-python-twitter has methods to
do the same, this is what I do:

1) Generate the authorization url using the twitter account of the app

2) I redirect the user to that URL which is twitter login form

3) Twitter redirects the user to a callback url I set up in the app
account with the authentication tokens

4) I store those auth token in a DB where I also have the user profile

5) Whenever I want to communicate with Twitter I retrieve those tokens
from the storage and use them.

This is the app I am working on in case you wanna check the flow.

Cheers!!!



On Feb 4, 7:34 am, Jorge Vargas jorge.var...@gmail.com wrote:
 Hello,

 I'm a bit confused about how to go with this. Normally i'll expect a openID
 provider and then I'll code a consumer, 
 howeverhttp://apiwiki.twitter.com/Sign-in-with-Twitterpoints out I need to run
 oauth. Also several searches point out that twitter will not be an openID
 provider anytime soon.

 So my question is how will you handle twitter-only accounts, for this
 particular app you *must* have a twitter account and I want to store
 additional info regarding each user in my app. In order words all I need to
 know is that you are who you claim to be on twitter to attribute actions on
 you. Should I got with oauth even though that's overkill in this particular
 application?

 If that is the case any one has 
 usedhttp://code.google.com/p/oauth-python-twitteris it a good implementation?


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Pedro Junior
*Great news!*
*Thanks!
*
-
Pedro Junior


2010/2/4 Nik Fletcher nik.fletc...@gmail.com

 Hi Raffi

 This is great news. We're currently using OAuth in Socialite on OS X
 [and I believe we're one of the few OAuth apps out there on the Mac].
 How will the migration process go for existing desktop apps that are
 using OAuth and want to switch to this far better implementation?

 Thanks

 Nik

 --
 Nik Fletcher
 Support  QA Manager, Realmac Software



[twitter-dev] Re: trying gistinc TwitterClient with Streaming API - having issues with socket leak

2010-02-04 Thread Mr Blog


I moved to Twitter4J Streaming - so far so good.


[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread isaiah

Oh wow, oh wow, oh wow!



On Feb 3, 11:49 am, Raffi Krikorian ra...@twitter.com wrote:
 it will be available publicly soon!





 On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com wrote:
  Raffi,

  Have you tried it? There is no OAuth flow. I.e., the user types in his
  Twitter username and password. That's it.

  If it is indeed using OAuth, does that mean that the background
  requesting of tokens when you have the Twitter credentials is now
  available? Meaning, I can also now use it to convert all existing
  Twitter accounts to OAuth in one fell swoop?

  On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
   seesmic look, i believe, is using oauth talking to api.twitter.com.

   On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius dpr...@gmail.com
  wrote:
Raffi,

What's going on here?

Your credibility is at stake here. You've been telling us in many
posts that new apps must use OAuth to get a source attribution, and
only old grandfathered apps have source attribution with Basic Auth.

On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
 At first I thought they must have changed the old Seesmic source to
 Seesmic Look.

 But no.

 Here's a recent tweet from Seesmic:
   http://twitter.com/CathyBrooks/status/8570217879

 And here's a recent one from Seesmic Look:
   http://twitter.com/adamse/status/8565271563

 Seesmic Look uses Basic Auth.

 Does anyone else spot Mt Everest on this level playing field of ours?

 On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com wrote:

  *Seesmic Look is old?
  *
  -
  Pedro Junior

  2010/2/2 Lukas Müller webmas...@muellerlukas.de

   Only old apps can do this. New apps cannot use it.

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread isaiah
oh wow!
how do i get in on this sweet UX goodness?

is there a form for submitting bribes or is it in-person only?

isaiah

On Feb 3, 11:49 am, Raffi Krikorian ra...@twitter.com wrote:
 it will be available publicly soon!





 On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius dpr...@gmail.com wrote:
  Raffi,

  Have you tried it? There is no OAuth flow. I.e., the user types in his
  Twitter username and password. That's it.

  If it is indeed using OAuth, does that mean that the background
  requesting of tokens when you have the Twitter credentials is now
  available? Meaning, I can also now use it to convert all existing
  Twitter accounts to OAuth in one fell swoop?

  On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com wrote:
   seesmic look, i believe, is using oauth talking to api.twitter.com.

   On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius dpr...@gmail.com
  wrote:
Raffi,

What's going on here?

Your credibility is at stake here. You've been telling us in many
posts that new apps must use OAuth to get a source attribution, and
only old grandfathered apps have source attribution with Basic Auth.

On Feb 2, 11:18 pm, Dewald Pretorius dpr...@gmail.com wrote:
 At first I thought they must have changed the old Seesmic source to
 Seesmic Look.

 But no.

 Here's a recent tweet from Seesmic:
   http://twitter.com/CathyBrooks/status/8570217879

 And here's a recent one from Seesmic Look:
   http://twitter.com/adamse/status/8565271563

 Seesmic Look uses Basic Auth.

 Does anyone else spot Mt Everest on this level playing field of ours?

 On Feb 2, 10:41 pm, Pedro Junior v.ju.ni.o...@gmail.com wrote:

  *Seesmic Look is old?
  *
  -
  Pedro Junior

  2010/2/2 Lukas Müller webmas...@muellerlukas.de

   Only old apps can do this. New apps cannot use it.

   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi


Re: [twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-02-04 Thread Raffi Krikorian
hi duane.

can you please share with me (and feel free to e-mail me personally) the
changes you had to make?  i'm not aware of any regression on our side, so
i'm definitely curious.

On Thu, Feb 4, 2010 at 6:43 PM, Duane Roelands duane.roela...@gmail.comwrote:

 I ended up rolling back my library to an earlier version of my
 encoding algorithm and things are working now.
 Unfortunately, it meant sacrificing compatibility with multibyte
 characters, so my library loses some functionality.

 It's frustrating to have production code fail test cases that worked
 the day before.  But when you don't have complete control over the
 entire system, these are the things that will occasionally happen.

 Thanks for looking into it, Ryan.


 On Feb 4, 8:35 am, ryan alford ryanalford...@gmail.com wrote:
  I just posted this status using my library with OAuth and it worked
 fine..
 
  Testing my Twitter OAuth library with some special characters
  !?:*^%...@!~`=+-_
 
  Ryan
 
  On Thu, Feb 4, 2010 at 6:19 AM, Bhavani Sankar Sikakolli 
 b.san...@gmail.com
 
 
 
   wrote:
   Yes, it fails everytime. I have checked to see that I am configuring
   everything the right way.
 
   On Thu, Feb 4, 2010 at 4:43 PM, ryan alford ryanalford...@gmail.com
 wrote:
 
   Does it fail everytime?  I will test mine when I get to work in about
 an
   hour.
 
   Ryan
 
   Sent from my DROID
 
   On Feb 4, 2010 12:23 AM, Duane Roelands duane.roela...@gmail.com
   wrote:
 
   And please forgive my obnoxious tone; I'm tired and frustrated. :)
 
   On Feb 4, 12:05 am, Duane Roelands duane.roela...@gmail.com wrote:
Ryan:
 
If posting Hello ...




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Michael Steuer

That's awesome. Please let us know when you do!

Michael.



On Feb 4, 2010, at 6:33 PM, Raffi Krikorian ra...@twitter.com wrote:


i'll be posting our proposal for oauth delegation soon as a RFC.

On Thu, Feb 4, 2010 at 3:41 PM, Greg gregory.av...@gmail.com wrote:
However - will we ever see the ability for 3rd party applications to
talk to eachother using oAuth tokens? For example a custom twitter
oAuth application using TwitPic to publish photos?

On Feb 4, 6:26 pm, Raffi Krikorian ra...@twitter.com wrote:
 totally.



 On Thu, Feb 4, 2010 at 3:23 PM, Abraham Williams  
4bra...@gmail.com wrote:

  I would imagine that Twitter will require SSL for xAuth calls.

  Abraham

  On Thu, Feb 4, 2010 at 14:44, Dewald Pretorius  
dpr...@gmail.com wrote:


  Interesting, Abraham.

  Don't we ever need OAuth Wrap, otherwise that x-auth-password  
will be
  sent in clear text, kind of making a mockery of the whole OAuth  
thing.


  On Feb 4, 6:35 pm, Abraham Williams 4bra...@gmail.com wrote:
   I poked around Seesmic Look a little and this is what I found:
 http://the.hackerconundrum.com/2010/02/sneak-peek-at-twitters-browser 
...


   Abraham

   On Thu, Feb 4, 2010 at 14:24, Dewald Pretorius  
dpr...@gmail.com

  wrote:
Zach,

There's a soon to be published API method where you can  
silently get
the OAuth tokens when you have the account's Twitter  
username and
password, meaning the user does not experience any of the  
normal OAuth

flow.

I presume that Seesmic just got early access to that method.

So, in this case, user-to-app requires Basic Auth  
credentials, but

  app-
to-Twitter uses OAuth once the app has obtained the tokens  
with the

new method.

On Feb 4, 4:21 pm, Zac Bowling zbowl...@gmail.com wrote:
 Yes, what magic is this?

 I'm confused. It takes username and password but then  
uses OAuth?


 I wonder if they are injecting the username/password into  
the OAuth

  form
on
 the page.

 Twitter should really randomize that page or require  
captcha or

something.

 Zac Bowling

 On Wed, Feb 3, 2010 at 11:43 AM, Dewald Pretorius  
dpr...@gmail.com


wrote:
  Raffi,

  Have you tried it? There is no OAuth flow. I.e., the  
user types in

  his
  Twitter username and password. That's it.

  If it is indeed using OAuth, does that mean that the  
background
  requesting of tokens when you have the Twitter  
credentials is now
  available? Meaning, I can also now use it to convert  
all existing

  Twitter accounts to OAuth in one fell swoop?

  On Feb 3, 3:02 pm, Raffi Krikorian ra...@twitter.com  
wrote:

   seesmic look, i believe, is using oauth talking to
  api.twitter.com.

   On Tue, Feb 2, 2010 at 8:09 PM, Dewald Pretorius 
  dpr...@gmail.com
  wrote:
Raffi,

What's going on here?

Your credibility is at stake here. You've been  
telling us in

  many
posts that new apps must use OAuth to get a source
  attribution, and
only old grandfathered apps have source attribution  
with Basic

Auth.

On Feb 2, 11:18 pm, Dewald Pretorius  
dpr...@gmail.com

  wrote:
 At first I thought they must have changed the old  
Seesmic

  source
to
 Seesmic Look.

 But no.

 Here's a recent tweet from Seesmic:
   http://twitter.com/CathyBrooks/status/8570217879

 And here's a recent one from Seesmic Look:
   http://twitter.com/adamse/status/8565271563

 Seesmic Look uses Basic Auth.

 Does anyone else spot Mt Everest on this level  
playing field

  of
ours?

 On Feb 2, 10:41 pm, Pedro Junior  
v.ju.ni.o...@gmail.com

  wrote:

  *Seesmic Look is old?
  *
  -
  Pedro Junior

  2010/2/2 Lukas Müller webmas...@muellerlukas.d 
e


   Only old apps can do this. New apps cannot  
use it.


   --
   Raffi Krikorian
   Twitter Platform Teamhttp://twitter.com/raffi

   --
   Abraham Williams | Community Advocate |http://abrah.am
   Project | Out Loud |http://outloud.labs.poseurtech.com
   This email is: [ ] shareable [x] ask first [ ] private.
   Sent from Seattle, WA, United States

  --
  Abraham Williams | Community Advocate |http://abrah.am
  Project | Out Loud |http://outloud.labs.poseurtech.com
  This email is: [ ] shareable [x] ask first [ ] private.
  Sent from Seattle, WA, United States

 --
 Raffi Krikorian
 Twitter Platform Teamhttp://twitter.com/raffi



--
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi