[twitter-dev] Source parameter only available through oauth - misses a use case

2009-09-14 Thread Ivo
Hi, the developer wiki mentions that the source parameter is no longer recommended, because using oauth, twitter can already know the source of messages. However, there are a few use case scenario's that are limited if source is only available through oauth. Oauth is all about delegated

[twitter-dev] Re: Twitter Background

2009-09-14 Thread WyoKnott
Visit twitterbackgrounds.com On Sep 13, 7:47 pm, shapper mdmo...@gmail.com wrote: Hello, I need to create a custom Twitter background. What are the dimensions for it and the allowed maximum size or the size you advice? Does the background repeats horizontal and vertically? What are the

[twitter-dev] Re: Source parameter only available through oauth - misses a use case

2009-09-14 Thread Andrew Badera
With all the freely available examples, and all the freely available documentation and support available through oauth.net, what's stopping you from cranking out an OAuth client implementation in 2 hours? OAuth helps prevent, or at least make obvious for the time being, spammers. HTTP Basic Auth

[twitter-dev] Re: Paging STILL broken

2009-09-14 Thread Waldron Faulkner
That's awesome, Ryan, thanks. Can I get an ETA on a fix please? This is extremely important to my business, I need to know when I can begin selling. This bug has caused a delay, because I can't sell a broken product, even if it is Twitter's bug and not my own. So... ETA?? Thanks! On Sep 13,

[twitter-dev] Re: Can the Twitter API call me?

2009-09-14 Thread Nigel Cannings
in particular: X-Twittersenderid: X-Twittersenderscreenname: Nigel http://tweet.linkky.com bob.hitching wrote: some events like 'new follower' generate an email message - you can build a listener to react to those emails. there's even some useful twitter headers included so you don't have

[twitter-dev] Re: Geocoded OR search broken?

2009-09-14 Thread Voolkan
Hey Chad, Thanks for the reply, and I can understand how tricky that must be. It's kind of curious though--at some point over the weekend, several more (but still not all) of our tweets were indexed and searchable, yet our live tweets still aren't. This at least leads me to believe that our

[twitter-dev] Re: whitelisting q

2009-09-14 Thread Dale Folla MeDia
My company is about to launch our app, and need to submit it for whitelisting. The WL request form says the app needs to be in production, but not sure what that means. Can anyone tell me? Its currently being tested, and will launch on Friday of this week, most likely. Does that qualify as in

[twitter-dev] Re: Paging STILL broken

2009-09-14 Thread Ryan Sarver
Waldron, I wish I had an exact ETA for you, but unfortunately these types of issues are never simple. As soon as we can identify exactly what is causing the problem we should be able to know when it can be resolved. I will update you with an ETA as soon as we can. Thanks, rs On Mon, Sep 14,

[twitter-dev] Mood flagging in general search

2009-09-14 Thread Raymond Camden
So I see that the search API lets me find results based on happy/sad moods. However, is there anyway to do a general keyword search and have the results flagged by Twitter? I.e., each result would have a flag if it would have been returned on a positive/negative search. My thinking is - I want

[twitter-dev] Re: Random 408 errors having been appearing the last 48 hours

2009-09-14 Thread H12山本 裕介
Hi team, Any update on this? I filed a ticket for 408 code so that we can keep track of the issue easily. http://code.google.com/p/twitter-api/issues/detail?id=1036 Thanks, On 9月12日, 午前2:40, Duane Roelands duane.roela...@gmail.com wrote: I'm having this issue as well, and also getting some

[twitter-dev] Re: graph API call returning 'This Method requires authentication'

2009-09-14 Thread nicarcola
Go to my site http://www.homesforholidays.eu/twitter.php, log in and you get the message, this message requires a get. Why I don't know, but if you go to twitter you are already logged in Nico. On 30 aug, 04:23, Pete Warden searchbrow...@gmail.com wrote: A late follow-up on this, but I'm

[twitter-dev] Re: Random 408 errors having been appearing the last 48 hours

2009-09-14 Thread Raffi Krikorian
hi! we're actively working on this issue -- if you're personally experiencing this issue, it would be really helpful to get either a tcpdump of it occurring, or a curl -vvv simulating the issue. in lieu of those, you can also send: date/time that the error occurred; what API endpoints

[twitter-dev] Re: Source parameter only available through oauth - misses a use case

2009-09-14 Thread Ivo
Hi, short answer: oauth is for delegated authentication; I'm using direct authentication of my own account. Both are valid use cases, so in my opinion the source parameter should continue to work for the second use case (I can't find a good reason to only support it for delegated authentication)

[twitter-dev] Streaming API Help

2009-09-14 Thread Greg
I've recently been given access to Streaming API - and I was given access to the gardenhose - however it is not listed on the Streaming API Documentation Website (http://apiwiki.twitter.com/Streaming-API- Documentation). Is anyone aware of the documentation for this API call? I am specifically

[twitter-dev] Re: Streaming API Help

2009-09-14 Thread Rolando Espinoza La Fuente
On Mon, Sep 14, 2009 at 3:10 PM, Greg gregory.av...@gmail.com wrote: I've recently been given access to Streaming API - and I was given access to the gardenhose - however it is not listed on the Streaming API Documentation Website (http://apiwiki.twitter.com/Streaming-API- Documentation). Is

[twitter-dev] Re: Streaming API Help

2009-09-14 Thread John Kalucki
Greg, All users can access the streaming API at default access levels. Roles can give elevated access through the same URLs -- more statuses, more keywords, etc. Gardenhose access is additional access on the /1/statuses/ sample.format resource. You should use the track keyword on the

[twitter-dev] empty data + no error returned from friends/ids

2009-09-14 Thread PJB
We are seeing random, intermittent empty result sets from friends/ids, called without page or cursor arguments. These empty results return without error, and frequently correct themselves when tried again. Is this a known issue? What is the status of this issue?

[twitter-dev] Re: empty data + no error returned from friends/ids

2009-09-14 Thread Raffi Krikorian
We are seeing random, intermittent empty result sets from friends/ids, called without page or cursor arguments. These empty results return without error, and frequently correct themselves when tried again. Is this a known issue? What is the status of this issue? hi PJB. i don't know of