Re: [twitter-dev] oAuth new stuff?

2009-12-30 Thread Raffi Krikorian
> > i understand that you have to tow the line. i agree with it — at least in > principle. i like oauth. i understand it. i *want* to put it in my app. > aside from my desktop client, i released an open source oAuth solution: > http://thurly.net//5nl > > yet, of the prominent mac clients (tweetie,

Re: [twitter-dev] Re: Streaming API Client DNS TTL issue

2009-12-30 Thread John Kalucki
Since curl exits each time, it has no choice but to re-resolve. But, your OS may or may not. Chances are that you are OK, but the way to know for sure is to test as suggested. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Tue, Dec 29, 2009 at 9:47 PM, M. Edward (Ed) Borask

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

2009-12-30 Thread Yusuke
Done. http://code.google.com/p/twitter-api/issues/detail?id=1327 Best, Yusuke On 12月27日, 午前7:20, Abraham Williams <4bra...@gmail.com> wrote: > There does not seem to be an issue open for it though a number of people > have talked about it on the list. Go ahead an create a ticket: > > http://code

Re: [twitter-dev] Re: Streaming API Client DNS TTL issue

2009-12-30 Thread Rushikesh Bhanage
Dear Sir, I need followers count, I get it exactly if it is below 100, but if it is above 100, getting count as 100 only, instead of exact figure, what should I do? Thanking You already. Rushikesh

Re: [twitter-dev] oAuth new stuff?

2009-12-30 Thread Xavier Grosjean
Yoono desktop application (and firefox add-on) is using OAuth too. 2009/12/30 Isaiah > > i understand that you have to tow the line. i agree with it — at least in > principle. i like oauth. i understand it. i *want* to put it in my app. > aside from my desktop client, i released an open source o

[twitter-dev] sometimes got 401 unauthenticated error

2009-12-30 Thread dimas
My application authenticating user via web login, then save the needed credential and running API call in background task using cron. Sometimes the requests return a 401 unauthenticated error, and sometimes they don't. I readed on this issue: http://code.google.com/p/twitter-api/issues/detail?id=10

[twitter-dev] Re: [twitter-api-announce] Changes to search results for trending topics

2009-12-30 Thread Harshad RJ
Hi Ryan, Digging up a rather old announcement from you, because this is exactly what I was looking for. But I am not sure if a special parameter is required to enable trend filtering. I just now added a "trends" feature in my app, and thus noticed that the search results for trends still shows so

Re: [twitter-dev] Re: Streaming API Client DNS TTL issue

2009-12-30 Thread John Kalucki
Rushikesh, Your request doesn't make sense to me in the context of the streaming api. I'd suggest starting a new thread, document what actions you take (URLs, parameters, etc.), a summary the response you receive, and describe response you would like to get. -John Kalucki http://twitter.com/jkal

Re: [twitter-dev] oAuth new stuff?

2009-12-30 Thread Abraham Williams
On Wed, Dec 30, 2009 at 07:53, Raffi Krikorian wrote: > a good workflow for desktop apps -- specifically, desktop applications that > have access to a browser. i am -not- talking about rich environments that > do not have access to a general purpose browser (set top boxes, game > consoles, etc.)

Re: [twitter-dev] oAuth new stuff?

2009-12-30 Thread Raffi Krikorian
i think they both technically are great solutions - protocol handlers work _great_ on platforms that support them. and i think it makes for a great UX. > On Wed, Dec 30, 2009 at 07:53, Raffi Krikorian wrote: > >> a good workflow for desktop apps -- specifically, desktop applications >> that hav

Re: [twitter-dev] oAuth new stuff?

2009-12-30 Thread Isaiah Carew
i think i've failed to connect and instead i've offended you. i'm sorry, it wasn't my intention. i feel there is a lack of user education going on to explain to users why oauth is actually better for the use i'm just not sure how this is pertinent to anything i wrote. as i said, i want

[twitter-dev] background update by Oath

2009-12-30 Thread sjoerdc
i would like to update my background by using oath. what ive got so far is this: $info = $toa->OAuthRequest('http://twitter.com/account/ update_profile_background_image.json', array('@image' => '@twitterback.jpg')); $curl_handle = curl_init(); curl_seto

Re: [twitter-dev] oAuth new stuff?

2009-12-30 Thread Raffi Krikorian
> > i wanted to show that the current oAuth flow for desktop apps is preventing > many desktop apps from moving to oAuth. > ah - yes - in this, we are in total agreement. while the pin workflow, and using protocol handlers work (protocol handlers probably better than pin workflows), there still i

[twitter-dev] What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread Kyle Mulka
When uploading a background image, the image contents seems to get modified. Seems like I should be able to do an MD5 sum on the file before it is uploaded, upload the image to Twitter, and when I download the image do another MD5 sum and the two should be the same. But they aren't. Why? -- Kyle M

Re: [twitter-dev] What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread Zac Bowling
Twitter has to host those files. Pure guess here but like thunbnails, it's not completely unresonable that they maybe want to optimize them for size to save a few dollars on the hosting bills. Why does it mater? Zac Bowling On Wed, Dec 30, 2009 at 1:27 PM, Kyle Mulka wrote: > When uploading a

Re: [twitter-dev] What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread Raffi Krikorian
we run all upcoming images through a few filters to make sure nothing malicious is occurring before we save them to disk. On Wed, Dec 30, 2009 at 2:02 PM, Zac Bowling wrote: > Twitter has to host those files. Pure guess here but like thunbnails, it's > not completely unresonable that they maybe

[twitter-dev] Re: What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread Kyle Mulka
My application uploads a background image on a user's behalf. I want to be able to figure out if they are still using the background image at some future point in time. -- Kyle Mulka Founder, Congo Labs http://twilk.com On Dec 30, 5:02 pm, Zac Bowling wrote: > Twitter has to host those files. Pu

Re: [twitter-dev] Re: What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread John Adams
On Dec 30, 2009, at 4:21 PM, Kyle Mulka wrote: My application uploads a background image on a user's behalf. I want to be able to figure out if they are still using the background image at some future point in time. The filename might work as a test for this, instead of the computationally

[twitter-dev] issues with retweets and API

2009-12-30 Thread John
I have 2 issues with the current API regarding retweets: 1. After favoriting a retweet the original tweet gets favorited. Since the original tweet gets favorited "row.retweeted_status.favorited" should be returned as "True" for any timeline methods. Currently it is returned as "False". 2. After r

[twitter-dev] Docs wrong for retweets method? Count seems to be ignored if > 20

2009-12-30 Thread Tim Haines
Hey guys, I'm trying: curl -u timhaines:123#notreally http://twitter.com/statuses/retweets/5635825799.json?count=100 and only the first 20 RTs are being returned. Same with the xml method. The docs ( http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweets) say you should be able

[twitter-dev] Re: Ambiguity with 401 error response code

2009-12-30 Thread Vignesh
Hi, I am a developer at twivert . com Twivert users are signned in using twitter. For the past 15 hours or so we are getting continuous 401 unauthorizd errors. This error is happening for all requests to the API from our application. Our users are not able to sign in. Please advice on what shoul

[twitter-dev] Access OAuth Pages Externally

2009-12-30 Thread serioussamp
Hi, Does anyone know of a way to access a page that requires OAuth from a URL without logging in? I am trying to scrape a page for extra data for a Yahoo Pipes feed but the page can only be access when you are logged in using twitter OAuth. I am teaching myself all this at the moment so I might hav

Re: [twitter-dev] Access OAuth Pages Externally

2009-12-30 Thread Cameron Kaiser
> Does anyone know of a way to access a page that requires OAuth from a > URL without logging in? I am trying to scrape a page for extra data > for a Yahoo Pipes feed but the page can only be access when you are > logged in using twitter OAuth. I am teaching myself all this at the > moment so I mig

Re: [twitter-dev] Access OAuth Pages Externally

2009-12-30 Thread SeriousSamP
Cameron Kaiser wrote: Does anyone know of a way to access a page that requires OAuth from a URL without logging in? I am trying to scrape a page for extra data for a Yahoo Pipes feed but the page can only be access when you are logged in using twitter OAuth. I am teaching myself all thi

[twitter-dev] Re: Oauth authentication jquery

2009-12-30 Thread Hari
Is it a case of same origin policy http://en.wikipedia.org/wiki/Same_origin_policy On Dec 10, 8:27 am, Daniel Silva wrote: > When I trying to do Oauth authentication with jquery it always receives a > empty response. I'm doing this: > > $.ajax({ >    beforeSend: function(xhr) { >      xhr.set

Re: [twitter-dev] issues with retweets and API

2009-12-30 Thread srikanth reddy
I am looking for the same. i guess there is some caching problem After favoriting a retweet it is getting added to my fav list. But the retweeted_status.favorited flag is not updated (even for statuses/retweeted_to_me) They are updated after some time. If i unfavorite again then it is updated in my