[twitter-dev] Re: Twitter Search API - Questions Regarding Scaling Out

2011-05-16 Thread Corey Ballou
Thanks for the feedback Brian. Late response here, but I'd be more than willing to provide you with more details regarding our application in a private email. You should be receiving said email shortly. Regards, Corey On Apr 14, 1:12 pm, Brian Sutorius bsutor...@twitter.com wrote: While

[twitter-dev] window.open() and OAuth

2011-05-05 Thread Corey Ballou
resizing the window outside of the viewport, giving no consideration to the end user's window height or current window position. Is this something that can be resolved? It's kind of a nuisance. I'll repost in the tracker. - Corey -- Twitter developer documentation and resources: http

[twitter-dev] Re: Announcing Twitter Devnest - May 12th (sign up now)

2011-04-28 Thread Corey Ballou
Hey Jason, We'd love to help you guys host a #devnest out here in Charlotte, NC if you ever swing by our way. Regards, Corey On Apr 27, 6:50 pm, Jason Costa jasonco...@twitter.com wrote: Hi everyone, On May 12th from 6:30pm to 8:30pm, we're going to be hosting a developer event, Twitter

[twitter-dev] Re: Twitter Search API - Questions Regarding Scaling Out

2011-04-13 Thread Corey Ballou
I'm still looking for a community leader answer on this one. On Apr 11, 5:50 pm, Corey Ballou ball...@gmail.com wrote: Thanks for the reply, I appreciate it. I have concerns regarding the streaming APIs, which mainly concern the following: * usage of logical OR when using locations

[twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread Corey Ballou
is constantly searching for the next searches and mentions to perform. I foresee rate limiting concerns cropping up with searches being performed for any number of users. Can you steer me in the right direction to avoid shutdown notices or access revocation? Regards, Corey @cballou -- Twitter

[twitter-dev] Re: Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread Corey Ballou
. You simply *can't* build an at-scale Twitter application without direct business discussions with Twitter! On Mon, Apr 11, 2011 at 8:14 AM, Corey Ballou ball...@gmail.com wrote: I tried speaking with Ryan Sarver directly, but he's forwarding me here to the community advocates

[twitter-dev] Twitter @anywhere dosent recognize log in status from web

2011-03-25 Thread corey
Being logged in through twitter.com is not recognized by @anywhere isConnected() function. For example, I'm logged in through twitter.com but @anywhere isConnected() does not recognize that I am logged in. I have to log in again through the twitter connect button. This seems odd to me since this

[twitter-dev] Re: Access Tokens Changed?

2010-12-27 Thread Corey Ballou
I concur with David on this one. I didn't take the time to verify this scenario myself, but it does seem like it's a problem. Consider the following scenario: 1. A user has whitelisted 10+ web applications using their credentials. 2. The end user has no knowledge of what an access token is or

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-27 Thread Corey Ballou
bump On Dec 22, 9:31 am, Corey Ballou ball...@gmail.com wrote: So... did this make it's way to the bug tracker? Is there any clarification if not? On Dec 21, 9:37 am, Corey Ballou ball...@gmail.com wrote: API call: http://search.twitter.com/search.json?q=ands=keggeocode=35.22708600

[twitter-dev] Search API from_user_id doesn't match up with the proper Twitter user_id

2010-12-22 Thread Corey Ballou
I just wanted to bring group-wide awareness to the fact that search results from Twitter do not return an actual user_id. This has been a known defect (and yes, I do believe it's a *very large* defect) going on over 2 years now. This is a call to arms to get this shit fixed. I can't believe it's

[twitter-dev] Re: Search API from_user_id doesn't match up with the proper Twitter user_id

2010-12-22 Thread Corey Ballou
Also, while it would be possible to use screen names for relations (i.e. from_user), this would have a very negative side effect. Mainly, if a user were to change their Twitter account name, previous relations would be lost. On Dec 22, 9:44 am, Corey Ballou ball...@gmail.com wrote

[twitter-dev] Re: Search API from_user_id doesn't match up with the proper Twitter user_id

2010-12-22 Thread Corey Ballou
I'm sure I came off a little strong in the initial post; unfortunately for me google groups doesn't supply an edit button. I think there is still a grain of merit to the request to fix the issue, regardless of the API being free. I'm interest in knowing the trade-offs of Twitter essentially

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-21 Thread Corey Ballou
API call: http://search.twitter.com/search.json?q=ands=keggeocode=35.22708600%2C-80.84312600%2C5milang=allresult_type=recentrpp=50 On Dec 20, 7:31 pm, Corey Ballou ball...@gmail.com wrote: It's also worth noting that while the above example may not be pulling a place, the API call I'll

[twitter-dev] Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
if you need any clarification or additional details. Regards, Corey -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
morning when I get in the office. I've got it tucked away in the error logs with no root password in my keychain. In the meantime, any clarification or light you can shed on how you guys are calculating proximity would be much appreciated. Regards, Corey On Dec 20, 5:36 pm, Matt Harris thematthar

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-20 Thread Corey Ballou
It's also worth noting that while the above example may not be pulling a place, the API call I'll be including tomorrow uses the latitude/ longitude pair pulled from the Google Maps API V3 geocoder with the same outcome. On Dec 20, 7:22 pm, Corey Ballou ball...@gmail.com wrote: Here's my non API

[twitter-dev] Stream API responds with 401 when multiple keywords are used

2010-10-15 Thread Corey Wallis
100 Continue track=twitter,lolcat Any thoughts would be gratefully received. With thanks. -Corey -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter

[twitter-dev] Re: Stream API responds with 401 when multiple keywords are used

2010-10-15 Thread Corey Wallis
Hi Tom, Would you have an example of some values before and after they are encoded? It would help me in looking for where the error is. With thanks. -Corey On Oct 15, 11:20 pm, Tom van der Woerdt i...@tvdw.eu wrote: I'd assume that there would be an error in your signature generation. Make

[twitter-dev] Re: Stream API responds with 401 when multiple keywords are used

2010-10-15 Thread Corey Wallis
Hi John, Is there any documentation on the way values should be encoded? With thanks. -Corey On Oct 15, 11:20 pm, John Kalucki j...@twitter.com wrote: There's at least one OAuth library out there that doesn't encode the comma correctly. Search back in this group for details. -John

[twitter-dev] twitter oauth incredibly slow?

2010-09-04 Thread Corey Northcutt
Yesterday I implemented Twitter oAuth on my site, using really nothing but a cut and paste of the example from the twitteroauth class on github. It's working fine, with one hang-up- it's incredibly slow - like at least 30 seconds to process the connection, even during those occasional instances

[twitter-dev] Constant error on notifications/follow

2010-06-29 Thread Corey Sunwold
I am attempting to build an application that will allow users to begin following other users from it, but I'm running into issues. I am using TweetSharp .Net library and anytime I send a follow request I get back There was a problem following the specified user. I have opened a StackOverflow

Re: Subsequent identical messages ignored?

2008-12-09 Thread Corey Menscher
No documentation update yet...can you please just tell me what the subsequent update limit is so I can update my code to prevent redundant posts? In the meantime I'm going to limit identical posts to no more than one a minute. (Don't worry, I don't expect the app to update nearly that

Subsequent identical messages ignored?

2008-12-06 Thread Corey Menscher
I'm creating a Java app that updates my Twitter account's status on a certain event. I'm able to update the status once (i.e. Hello World!), but when I submit subsequent statuses with the identical text, my Twitter feed does not get updated When I change the text slightly (Hello World 2!), the