Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Aral Balkan
Here's an idea: let's reverse engineer the top desktop and mobile Twitter apps and use their oAuth keys to... Oh, wait, my bad: the top desktop/mobile apps _don't_ use oAuth and boy will they take a UX beating when they start. But one day... :) oAuth for desktop and mobile: making

[twitter-dev] Re: iPhone Developers: Objective-C Library for TweetPhoto

2010-02-02 Thread Aral Balkan
I love how oAuth's super delegation system works by getting apps to reveal their Consumer Key and Consumer Secret to other apps so they can... wait for it... masquerade as other apps. Ah, gotta love oAuth security. oAuth: don't share your username and password, share your Consumer Key and

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Raffi Krikorian
Here's an idea: let's reverse engineer the top desktop and mobile Twitter apps and use their oAuth keys to... Oh, wait, my bad: the top desktop/mobile apps _don't_ use oAuth and boy will they take a UX beating when they start. But one day... :) maybe call me naive, but i for one, am not

Re: [twitter-dev] Hey, Twitter, let us buy sidebar ads! (Or, stop focusing on the biggies.)

2010-02-02 Thread Kevin Marshall
A bit of a tangent, but I would at least like a way to see what apps a given user has. It would be great as an API method, but would even be fine if it's just access to a page like http://twitter.com/oauth that you can get when you are logged into Twitter...as it is currently, there is no easy

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread John Meyer
On 2/2/2010 5:31 AM, Raffi Krikorian wrote: Here's an idea: let's reverse engineer the top desktop and mobile Twitter apps and use their oAuth keys to... Oh, wait, my bad: the top desktop/mobile apps _don't_ use oAuth and boy will they take a UX beating when they start. But

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Kevin Marshall
Really, on Twitter's side, the oAuth bits of the process are just a couple of variations of forms...so why not just let each application define templates for those forms (and just give details on what fields are required to be there and what placeholders need to be present so Twitter can replace

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Aral Balkan
Hi Raffi, maybe call me naive, but i for one, am not convinced the oauth experience has to suck. as mentioned before, i'm really open to having a discussion on how to make the oauth UX better. many people have already, and i encourage others to just drop me a line if you have ideas... I

Re: [twitter-dev] Hey, Twitter, let us buy sidebar ads! (Or, stop focusing on the biggies.)

2010-02-02 Thread Harshad RJ
+10 for the thought behind the mail, though -1 for the tone. I can understand the need for Twitter to filter out apps (violation of TOS, still wet behind the ears, poor quality/reliabilty, etc), but I think the filter can be a *show-all-apps-except-bad* instead of *

Re: [twitter-dev] Re: iPhone Developers: Objective-C Library for TweetPhoto

2010-02-02 Thread Harshad RJ
As a temporary stop-gap thingy, it isn't all that bad (from user's POV) until true OAuth delegation arrives. On Tue, Feb 2, 2010 at 2:58 PM, Aral Balkan aralbal...@gmail.com wrote: I love how oAuth's super delegation system works by getting apps to reveal their Consumer Key and Consumer Secret

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Ed Costello
On Feb 2, 2010, at 8:14 AM, Aral Balkan wrote: My app is not going to sell as well because I cannot get the source parameter because I will not use a technology that is not ready for prime time on my mobile app. You’re complaining that your app will not sell well because the twitter API,

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mob

2010-02-02 Thread Cameron Kaiser
Given the large number of Twitter desktop clients out there, and I have yet to see one on a mass scale that uses oAuth yet, is the depreciation of Basic auth going to go off when planned? Indeed. I know I'm waiting for the browser-less API before I make an OAuth TTYtter. --

[twitter-dev] concrete suggestions to better OAuth was Re: Source parameter request for mobile twitter app

2010-02-02 Thread Cameron Kaiser
Really, on Twitter's side, the oAuth bits of the process are just a couple of variations of forms...so why not just let each application define templates for those forms (and just give details on what fields are required to be there and what placeholders need to be present so Twitter can

[twitter-dev] Re: Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Dewald Pretorius
Leveling the playing field is elephant in the room easy: Immediately ignore the source parameter on all Basic Auth calls. Right now. It's a 5-second coding job. If Tweetie, TweetDeck, et al want their app name back in the tweets, sure, they can have it by all means. As soon as they've converted

[twitter-dev] Re: Hey, Twitter, let us buy sidebar ads! (Or, stop focusing on the biggies.)

2010-02-02 Thread Dewald Pretorius
To me, that little rectangle is the most unfair, hated and despised area of the Twitter page. You get your app listed there only if you're hand-on-the-bladder friendly with someone important at Twitter (in which case it does not matter that your app sucks), or if someone important at Twitter is

Re: [twitter-dev] Hey, Twitter, let us buy sidebar ads! (Or, stop focusing on the biggies.)

2010-02-02 Thread J Cousteau
Here, Here . I agree ! On Mon, Feb 1, 2010 at 23:00, PJB pjbmancun...@gmail.com wrote: Right now, the ad in the sidebar on the right-hand side of Twitter.com is invariably: i) a micro, community, or feel-good sort of app, ii) a mega-app that most people already know about, that has VC,

[twitter-dev] Mobile java client - happy with OAuth as it is

2010-02-02 Thread Anton Krasovsky
With all that talk about OAuth, I thought I might share my experience using it in for a mobile (j2me) twitter client. I guess my approach is nothing new, and probably is not applicable to iPhone apps because of the appstore distribution process, but anyways. So the way I handle OAuth is as

[twitter-dev] Whitelisting troubles

2010-02-02 Thread bobrik
I've tried to send request several times but without any success. I even send message to meber of twitter team (j...@twitter.com) Copy below. Please say what should I do to be whitelisted? My apologies for emailing you directly, but the issue is so urgent I can’t wait anymore. I’m the author of

Re: [twitter-dev] Mobile java client - happy with OAuth as it is

2010-02-02 Thread ryan alford
Another problem with this approach is that you are now required to have a server. So now a developer would have the added expense of paying for a server. Now if the developer already had a server, then it's a moot point, but not all developers have their own hosted servers. What happens when

Re: [twitter-dev] user_timeline returns too few values

2010-02-02 Thread John Kalucki
Most of the APIs will return at most 20 results, not exactly 20 results. Inappropriate tweets, such as deletions, etc., are filtered out at read-time. I think some code paths attempt to fix up the cached vector, where possible, but not all can and not all do. You can see this happen when a

Re: [twitter-dev] How to show An application would like to connect to your account EACH TIME users login into my service?

2010-02-02 Thread lalit goklani
There is no need for second authorization. You need to save oauth token and secret in your db and use it next time he tries to login. These will be valid unless he cancels the connection with your application. Read more documentation at https://docs.google.com/View?docID=dcf2dzzs_2339fzbfsf4 for

[twitter-dev] How Does TwittPic Works ?

2010-02-02 Thread Feras Allaou
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

Re: [twitter-dev] Mobile java client - happy with OAuth as it is

2010-02-02 Thread Anton Krasovsky
I know, I know. It's a solution that works for me, - given the resource limitation of a typical low end phone I decided to do most processing on the server anyway. I'm not trying to persuade everyone to do it this way, just sharing my experience. Anton On Tue, Feb 2, 2010 at 2:09 PM, ryan

Re: [twitter-dev] How to show An application would like to connect to your account EACH TIME users login into my service?

2010-02-02 Thread M. Edward (Ed) Borasky
However, if you *want* to force the user to authorize each time, there's an easy way to do that. Just don't save the tokens when you get them from Twitter! On Tue, Feb 2, 2010 at 7:37 AM, lalit goklani lgokl...@gmail.com wrote: There is no need for second authorization. You need to save oauth

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

2010-02-02 Thread Josh Roesslein
They where grandfathered in. Any applications prior to OAuth are still allowed to set the source via basic auth until June when basic auth is planned to be shutdown. All new applications may only set the source parameter via OAuth. On Tue, Feb 2, 2010 at 9:04 AM, Feras Allaou

Re: [twitter-dev] Re: Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread M. Edward (Ed) Borasky
Actually, we'll know the answers at Chirp or before. Chirp is the watershed for Twitter and the developer ecosystem. Time as we know it will be reckoned B.C. (Before Chirp) and A.D. (After Disclosures). ;-) On Tue, Feb 2, 2010 at 9:16 AM, Isaiah Carew isa...@me.com wrote: Leveling the playing

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Abraham Williams
Aral, What about the OAuth process do you see as sucking? And please answer with two assumptions: 1) the environment is the iPhone and 2) the Twitter OAuth page is optimized for mobile experiences. Abraham On Tue, Feb 2, 2010 at 05:14, Aral Balkan aralbal...@gmail.com wrote: Hi Raffi, maybe

Re: [twitter-dev] How to show An application would like to connect to your account EACH TIME users login into my service?

2010-02-02 Thread Abraham Williams
The Allow/Deny prompt should be displayed every time if you are using https://twitter.com/oauth/authorize?oauth_token=xyz. The prompt should only be skipped on subsequent authentications if you send users to https://twitter.com/oauth/authenticate?oauth_token=xyz. Verify which one you are using and

Re: [twitter-dev] How to show An application would like to connect to your account EACH TIME users login into my service?

2010-02-02 Thread lalit goklani
You can also use 'force_login=true' parameter passed along with token while you are getting the authorization url for the link. That will always make user to login to twitter irrespective of they are logged in. -- Thanks. Lalit Twitter Facebook Application - http://www.twitsfb.com Article

Re: [twitter-dev] Re: Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Isaiah Carew
How so? What do you think will be the significance of chirp for desktop OAuth? Was there an announcement that I missed? isaiah http://twitter.com/isaiah On Feb 2, 2010, at 10:30 AM, M. Edward (Ed) Borasky wrote: Actually, we'll know the answers at Chirp or before. Chirp is the watershed

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

2010-02-02 Thread Lukas Müller
Only old apps can do this. New apps cannot use it.

[twitter-dev] Re: suddenly lists of a certain account became undeletable

2010-02-02 Thread Dimebrain
That's not the only ticket open on the subject. Issues 1239 and 1229 exist, so did 1350. And it's a big problem for my team, namely because we can't create and then delete lists for our unit tests, and many people rely on our library. I hope this is resolved soon. On Dec 30 2009, 10:12 am,

Re: [twitter-dev] Mobile java client - happy with OAuth as it is

2010-02-02 Thread Abraham Williams
With the proliferation of services like Google App Engine finding free or cheap sever resources is easy. Abraham On Tue, Feb 2, 2010 at 06:09, ryan alford ryanalford...@gmail.com wrote: Another problem with this approach is that you are now required to have a server. So now a developer would

[twitter-dev] Combining multiple API Searches into the Streaming API

2010-02-02 Thread Ronald
I'm presently migrating some of my code base to the Streaming API, and I have a question regarding the filter/track syntax. Currently I run multiple searches on frequencies from 1 minute to 1 hour (based on output volume). Let's say for example the following 2 searches. happy OR sad and :) OR

Re: [twitter-dev] Mobile java client - happy with OAuth as it is

2010-02-02 Thread M. Edward (Ed) Borasky
To paraphrase Heinlein, 'There is no such thing as a free server. On Tue, Feb 2, 2010 at 1:02 PM, Abraham Williams 4bra...@gmail.com wrote: With the proliferation of services like Google App Engine finding free or cheap sever resources is easy. Abraham On Tue, Feb 2, 2010 at 06:09, ryan

Re: [twitter-dev] Re: Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread M. Edward (Ed) Borasky
There's a whole chunk of the hacking session devoted to oAuth. On Tue, Feb 2, 2010 at 10:49 AM, Isaiah Carew isa...@me.com wrote: How so?  What do you think will be the significance of chirp for desktop OAuth?  Was there an announcement that I missed? isaiah http://twitter.com/isaiah On Feb

[twitter-dev] Re: Combining multiple API Searches into the Streaming API

2010-02-02 Thread Damon C
Your assumption is correct. You'll have to do your own parsing. On Feb 2, 12:52 pm, Ronald ronald.bradf...@gmail.com wrote: I'm presently migrating some of my code base to the Streaming API, and I have a question regarding the filter/track syntax. Currently I run multiple searches on

[twitter-dev] Re: Combining multiple API Searches into the Streaming API

2010-02-02 Thread Dewald Pretorius
Ronald, In my opinion, if: a) You don't so much care about getting every single tweet that contains the keywords, but can live with the tweets being filtered and ranked for relevance (not a bad thing at all); b) You don't mind now and again getting a rate limit error; and c) You have search

[twitter-dev] Unable to register this application. Check your registration settings.I am

2010-02-02 Thread kprobe
I am finally going to upgrade my existing Twitter application to use OAuth and in trying to register that app I get the message Unable to register this application. Check your registration settings. What on earth does this mean? There is no additional information as to what is wrong. Mark

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

2010-02-02 Thread ohauske
Hi, I'm having the exact same problem, but i'm using this library, http://code.google.com/p/oauth/, I can get the tweets from the time line, and a lot of methods work fine, but not this one http://twitter.com/statuses/update.xml.. Here's what my request looks like,

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

2010-02-02 Thread Pedro Junior
*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.

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

2010-02-02 Thread ohauske
Hi Ryan, I tried getting the home timeline and a couple of other methods and everything works, everything except the update status here's my request:

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

2010-02-02 Thread Duane Roelands
Users of my library (TwitterVB) are reporting the same problem. this library has been working for quite some time, we've made no changes to the encoding, and now we're getting reports from several users that statuses that contain the exclamation point (!) are being rejected for incorrect

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

2010-02-02 Thread Dewald Pretorius
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.

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

2010-02-02 Thread Dewald Pretorius
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:

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

2010-02-02 Thread ryan alford
Remember that the status update is different from most of the other requests, because it adds the status parameter that is not in the other requests. This means that it needs to be part of the query string and also the signature. Leaving this out could cause an issue. Ryan Sent from my DROID

[twitter-dev] Re: How to show An application would like to connect to your account EACH TIME users login into my service?

2010-02-02 Thread Andy Freeman
Huh? http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authorize does not mention force_login. http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authenticate does. However, /oauth/authenticate leaves the user logged into twitter. On Feb 2, 12:00 pm, lalit goklani

[twitter-dev] Are geotagged tweets visually apparent?

2010-02-02 Thread Jeffrey Friedl
I'm testing geotagging in an app, and the reply to the status update indicates that the geotagged location was accepted, but when I view the tweet on twitter.com, I can find no indication that the tweet has been geotagged. In the end, I can't tell the difference between failure and success... I

Re: [twitter-dev] Mobile java client - happy with OAuth as it is

2010-02-02 Thread Jeff Enderwick
App-engine is free to a point, and you do get (little) more than you pay for. But that scheme carries a heavy price: personally engraved downloads: one heavyweight op per subscriber (one-time though), having server-side resources proxy all mobile twitter interaction: way, way to heavy for no real

Re: [twitter-dev] Are geotagged tweets visually apparent?

2010-02-02 Thread Michael Steuer
Hi Jeffrey, The Twitter web site does not display geotag information. Use a Twitter service that does, such as http://bccth.is, to confirm successful tagging of your tweets. Of course, retrieving the tweets in question via the API, would also reveal the geotag info. Best, Michael On