'since' parameter for friends method

2008-11-07 Thread David
Hello, I'm trying to use the 'since' parameter (on the URL via a GET call) when retrieving the list of friends: http://twitter.com/statuses/friends.format No matter what date or format for the date I use, it seems I always get all friends back. Can you confirm this parameter indeed works.

[twitter-dev] api/php problem

2009-06-27 Thread david
Im having trouble writing a script that tweets the title and urls of events getting posted. I go to texas aM and am trying to tweet the games and other events, so my literal tweet is AM vs tu Football Game http://www.mysite.com/beta/showevent1.php?id=482 but it only tweets A...thats it OR it

[twitter-dev] API to find users based on email

2009-07-07 Thread David
I have been digging around the API documentation all day and cannot really find how to do this. I would like my app to be able to browse our users contacts and find matching users in Twitter (much like twitters main site does with google, yahoo, and aol). What methods would I use to do that?

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread David
Will there be a retweeted from client field? I would love to get this data to see which Twitter client/tool aids and promotes spreading of tweets.

[twitter-dev] List creation updated (needs description param)

2009-11-18 Thread David
I've been using the List api in my app, and just noticed that the POST method to /:user/lists.:format returned the correct response, but didn't actually create a list. I've been following this api document: http://apiwiki.twitter.com/Twitter-REST-API-Method:-POST-lists What I did notice was

[twitter-dev] Re: @Anywhere + Access Tokens

2010-04-19 Thread David
The tokens are definitely short-lived, and I don't think there is a way to use them on the server side. It's likely not meant to be a simple implementation of oAuth. On Apr 17, 3:12 pm, Shannon Whitley swhit...@whitleymedia.com wrote: I spoke with the devs at Chirp and I'm planning to use the

[twitter-dev] Re: Python Twitter GetLastStatus

2010-07-10 Thread David
, David http://twitter.com/dtran320 On Jul 10, 3:07 pm, blabla zviad.kikvi...@gmail.com wrote: Hello. I am using python-twitter to make a new app. My app must get last status of authorised user (or not authorised). How can i do this? Twitter API does not have GetLastStatus function

[twitter-dev] Re: API For Login

2010-07-10 Thread David
Hey SoccerNation, I think OAuth Login is what you're looking for, and docs for ASP are here: http://dev.twitter.com/pages/oauth_libraries under .NET: I only have experience with the PHP and Python libraries, but this one looks promising: http://code.google.com/p/oauth-dot-net/ Feel free to

[twitter-dev] Re: wating for whitelist confirmation for over a week

2010-07-12 Thread David
Hey hkimscll, I think you just need to be patient - you'll get an email when they approve your request. From the API Announce List: Ryan Sarver rsar...@twitter.com Jul 07 07:18AM -0700 ^ I wanted to email everyone and give notice that we are going to be holding off on approving any additional

[twitter-dev] Re: Can not tweet to e.g. #Studentenjob anymore

2010-07-12 Thread David
Hi microcosmic, Is this from your own app that you wrote using the API? I'm not sure I understand what the problem is - for a specific account, you get an error when you try to post with any hashtag? Because that really doesn't seem to make sense. Does it work from Twitter.com for that account?

[twitter-dev] Re: User Photo Loading Issues

2010-07-17 Thread David
Don't think this solves the problem you're talking about necessarily, and I'm still guilty of this in same places in my app, but rather than storing the profile_image_url in your db and having to check to update it when it gets stale, you can just reference it with an API call:

[twitter-dev] Re: In Reply To

2010-08-05 Thread David
Hey gloopymoop, Like the original thread said, you can use the search API to search for tweets to that particular user and check the in_reply_to_status_id field. If you want to track the chain (ie all the replies to @dtran320's reply to @gloopymoop's original tweet), then you have to periodically

[twitter-dev] About OAuth

2010-09-03 Thread David
I found out twitter does not support Basic Auth any, and I wonder how can I change my code from Basic Auth to OAuth. and my code like following: $username=username; $password=password; $message=message; $host =

[twitter-dev] Re: statuses/mentions missing tweets

2010-11-08 Thread David
. Would it be possible to append some kind of status so I can retry the task in my processing queue? Thanks, David On Nov 8, 12:15 pm, Aaron Rankin aran...@sproutsocial.com wrote: Fair enough, though it hasn't corrected itself yet and I'm seeing it on every user I test against so this feels like

[twitter-dev] Issues with facebook/Twitter?

2010-12-08 Thread David
them. .; But my original point stands; Why? David. -- 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 to this group

[twitter-dev] Sporadic 401s?

2010-12-17 Thread David
. Other users in the IRC channel seem to be reporting 401s across other endpoints somewhat sporadically as well. Is this a known issue? Any help would be greatly appreciated! Best, David -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

[twitter-dev] Access Tokens Changed?

2010-12-23 Thread David
For some reason it looks like my access token has changed - what might have triggered this? The access token at http://dev.twitter.com/apps -- myapp -- My Access Token has changed from what was there before/what I have stored for my own account for that app in my database. The only thing I've

[twitter-dev] Re: Access Tokens Changed?

2010-12-23 Thread David
Hmm, it looks like if you hit cancel when authenticating an app that you've already authenticated for that username, it changes the access token? Is this the expected behavior? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Access Tokens Changed?

2010-12-23 Thread David
I feel like this isn't the expected behavior if a user hits Cancel when you authenticate with force_login=True - if start typing in another username, then hit cancel, it shouldn't revoke the access token for the currently authenticated user. -- Twitter developer documentation and resources:

[twitter-dev] Re: URL encode problem

2010-12-25 Thread David
inside a query parameter, then you would url encode it, but in this case, the 's and the ? are special characters used for defining and separating parameters so you don't want to encode them. Happy Hollidays, David -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] Video loads in browser, not in Twitter app

2011-01-06 Thread David
I work in the Web Department at The Tonight Show (@jayleno). When we tweet a link to our video content, the video will load and play in a browser on iPad and iPhone. When we use the Twitter app, the page will load but the video will not. I'm trying to understand the difference between the default

Re: [twitter-dev] Sporadic 401s?

2011-01-08 Thread David
falling back to statuses/filter and following my users since 401s seem to be less pronounced there than in site streams? Thanks and have a great weekend, David -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] Re: Access Tokens Changed?

2011-01-08 Thread David
Can anyone from Twitter speak to this? I originally thought force_login=true was a great way to make sure a user doesn't accidentally add the wrong account since users connect multiple twitter accounts on my site, but this unexpected revoking of oauth tokens upon hitting cancel might force me

[twitter-dev] Re: Return number of tweets for an account

2011-01-13 Thread David
Hi Ciprian, The number of tweets is listed in the statuses_count field for the user. You can access this by hitting the /users/show endpoint of the API. For example: http://api.twitter.com/1/users/show.json?screen_name=dtran320 Then look at the 'statuses_count' parameter. Best, David

Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-20 Thread David
Should we be seeing unfollow events for both when our tracked user is the source and the target? I'm only seeing unfollow events where the tracked user is doing the unfollowing. Best, David -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter

Re: [twitter-dev] Sporadically missing oauth tokens after oauth/authorize

2011-03-01 Thread David
in this case? David -- 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 to this group: http://groups.google.com/group

Re: [twitter-dev] Sporadically missing oauth tokens after oauth/authorize

2011-03-01 Thread David
to be loading for them. David -- 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 to this group: http://groups.google.com

[twitter-dev] Re: problem with site stream oauth

2011-05-15 Thread David
HI Michael, The Site Streams endpoint is currently in beta and only available to whitelisted users - has your app account @username been approved? Best, David -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

[twitter-dev] Re: question on authentication...

2011-05-15 Thread David
Hope that helps, David -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com

[twitter-dev] Caching of friends/lists data

2011-05-25 Thread David
check? Or is the hour expiry that I currently have setup the best practice? And perhaps I should just add some information to my application explaining the cache system I'm using? Any help/advice would be much appreciated! Thanks David -- Twitter developer documentation and resources: https

[twitter-dev] https issue with Tweet button

2011-05-26 Thread David
For the standard tweet button, it uses a JS embed found at ... http://platform.twitter.com/widgets.js For pages on my site with SSL, this throws an errors. The https link to that file throws an error as it cannot find a certificate. Does twitter plan to fix this any time soon?

[twitter-dev] Re: Site stream doesn't return users' own tweets?

2011-06-20 Thread David
Hi Nick, You should see tweets from the user - in the JSON message (i.e. data['message']), you should see the normal JSON of a tweet intended for the user. You can check to see if there's a text field in the message, and if the author matches the user, then it's a tweet from the user (the

[twitter-dev] Can't Get OAuth To Work On My Site

2011-06-23 Thread David
Hi, I was wondering if anyone could help me? If you go to jesusay.com and click login you'll see the Twitter Oauth button... Can someone test it and maybe tell me what I'm doing wrong? It doesn't work. Thanks. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

Re: [twitter-dev] Access tokens changing on their own?

2011-06-27 Thread David
Hi Nick, Are these your account access tokens for your app that you use to connect to streams? Your access tokens will get reset if you go through the OAuth workflow and hit No or Deny with that account and later authorize it again. -- Twitter developer documentation and resources:

[twitter-dev] Re: 400 Bad Request from Twitter RSS Feed

2009-03-03 Thread David Neubauer
Maybe they should whitelist yahoo pipes? :) Regards, David Neubauer 832-252-9004 -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of travelvice Sent: Tuesday, March 03, 2009 10:17 AM To: Twitter Development

[twitter-dev] Avoid verify_credentials fetch during OAuth login?

2009-05-08 Thread David W
to avoid doing this? At the moment the OAuth dance is more like a prolongued waltz because of this. :) Something like 5 round trips for a new user on my service. Thanks, David.

[twitter-dev] Re: oAUTH - can it be done without interaction with a core browser?

2009-05-14 Thread David Troyer
I would just like to put in my two cents that I think this has to be addressed before basic auth is taken away. I am currently developing a mobile app that would not be possible with oauth. David Troyer On Apr 20, 1:29 am, Doug Williams d...@twitter.com wrote: Jeff, We are still thinking

[twitter-dev] Entity oddity

2009-05-16 Thread David Schweinsberg
; and amp;gt;. David

[twitter-dev] Public timeline sample data set.

2009-05-20 Thread David W
. :) Thoughts? David.

[twitter-dev] Bulk id - screen_name resolution.

2009-05-30 Thread David W
Hey there, I was wondering what my options are for doing ID - name resolution. I want to track changes to a user's social graph, and when changes occur, resolve those follow(ing/er) IDs back to names. I can easily make multiple GETs to users/show for small sets of changes (and I'm caching

[twitter-dev] Random OAuth token expiry?

2009-06-02 Thread David W
task. David.

[twitter-dev] Re: Forgive Forgive Forgive - XML 2 CSV XSL

2009-06-04 Thread David Fisher
http://snippets.dzone.com/posts/show/3701 Gets it done in Ruby. I haven't tested it, but it looks right and simple On Jun 4, 4:04 pm, Mark marktheac...@gmail.com wrote: I would like to take the follower .xml output and convert to csv. From googling I believe I need to create an XSL or XSD

[twitter-dev] Re: random sampling of users....do we know anything about user id range?

2009-06-04 Thread David Fisher
I'm hoping that Twitter counts users when reporting their numbers, and not accounts. The reason being that I've signed up probably... 5 accounts myself (main, API testing, business, etc, etc). I'm not sure how many the average user signs up, but it's definitely on average more than 1. I'm

[twitter-dev] Re: What is current search time range limit?

2009-06-07 Thread David Fisher
Can't you get more than 1500 by using Max_id and ID together and creatively? -David @tibbon On Jun 6, 2:41 pm, Doug Williams d...@twitter.com wrote: See [1] for information on replication. Sometimes there is a lag in the replication of the database across multiple machines. 1.http

[twitter-dev] Re: Twitter conference

2009-06-08 Thread David Fisher
They had one the other week: http://twtrcon.com/ -David Fisher @tibbon On Jun 8, 2:26 pm, Emrah e...@ekanet.net wrote: Hi everybody, Is there any planned Twitter Meetup in the near future? Is there any official schedule available online? I heard about #140conf but I was imagining something

[twitter-dev] Re: how are people collecting spritzer/gardenhose?

2009-06-11 Thread David Fisher
I'm just using a realtime json parser in Ruby written as a native C extension (http://github.com/brianmario/yajl-ruby/tree/master) It's really simple to use and well documented. I'm just storing everything in a Postgres database, and then using other scripts to query it. Note: using gardenhose

[twitter-dev] Re: Is the spritzer supposed to be as fast as the datamining feed?

2009-06-11 Thread David Fisher
Gardenhose is around what... 1.5M tweets/day? I think that's about right. Yes, that is a LOT of data and going through it then takes a lot. My server started crying a bit when I switched up to gardenhose. I'm going to have to get a bigger one if I ever can consume the firehose On Jun 11, 5:04 

[twitter-dev] Re: airline accident case study

2009-06-19 Thread David Fisher
Topics don't just trend because its something 'important'. Now if it was of significantly larger volume than another topics (like the iphone's launch today), then that is rather interesting, but from what I can tell its mostly the most popular things floating to the top generally, plus some

[twitter-dev] Re: Twitter User List

2009-06-29 Thread David Fisher
Thanks for the replies Doug. btw, as far as I can tell the ~ 52M integer values for user ids aren't fully sequential, with some amount missing in between, which I'm assuming is intentionally done to make it slightly more difficult to know the exact user growth trends/patterns (seems valid to me)

[twitter-dev] Missing mentions #replies

2009-07-09 Thread David Bill
many hits in search for past hour, but only two in mentions in past hour on website or via API. Is this a known issue? Thanks. - David

[twitter-dev] Re: Missing mentions #replies

2009-07-09 Thread David Bill
Thanks Duane, I believe this is a separate issue as it is apparent whether logging in via OAuth, basic auth, or to the website directly. - David On Jul 9, 7:04 pm, Duane Roelands duane.roela...@gmail.com wrote: Some changes were deployed earlier today which broke OAuth authentication

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-09 Thread David Fisher
paging. I've been able to pull 2M+ results for a query before. It took 8 hours or so, but it worked. Read up more on the Search API and you should be able to figure it out. -David Fisher http://WebecologyProject.org On Jul 9, 8:16 pm, John Kalucki jkalu...@gmail.com wrote: First, I wouldn't expect

[twitter-dev] Re: Missing mentions #replies

2009-07-09 Thread David Bill
Appears to be resolved now. On Jul 9, 7:07 pm, David Bill davidb...@gmail.com wrote: Thanks Duane, I believe this is a separate issue as it is apparent whether logging in via OAuth, basic auth, or to the website directly. - David On Jul 9, 7:04 pm, Duane Roelands duane.roela...@gmail.com

[twitter-dev] Re: Twitter is not making money

2009-07-16 Thread David Fisher
Don't feed the trolls. Name a Venture backed startup that DOESNT run on VC for the first few years. Ok? Right. Stupid topic. Lets move on and talk about things that matter (ie. development) On Jul 16, 4:34 pm, Andrew Badera and...@badera.us wrote: On Thu, Jul 16, 2009 at 4:26 PM, Nick Arnett

[twitter-dev] Re: Filter Profanity

2009-07-17 Thread David Fisher
Why don't you just do the filtering on your end? Twitter's API's job is to give you data- what you do with filtering it on your end should be up to you... On Jul 17, 12:43 pm, Steve Brunton sbrun...@gmail.com wrote: On Fri, Jul 17, 2009 at 12:14 PM, Cameron Kaiserspec...@floodgap.com wrote:

[twitter-dev] Re: Twitter is not making money

2009-07-18 Thread David Fisher
pushing the marketing side. I have yet to see anything truly revolutionary come from most of these monitoring companies yet and they are all too narrow focused. Plus, none of them have the VC funding to really expand and grow (and not many people are getting new funding these days) -David On Jul 18, 3

[twitter-dev] LOLCODE API Wrapper

2009-07-18 Thread David Fisher
STDIO? MAKE CONNECT TWITTER NAO I HAS A VAR TWEET IM IN YR LOOP UP VAR!!1 GET UR TWEETS VISIBLE TWEETS IM OUTTA YR LOOP KTHXBYE Thoughts? An API wrapper would make all this much easier. David

[twitter-dev] Weird stuff in /followers/ids and /friends/ids

2009-07-22 Thread David W
follower! notification when the new follower is marked as spam, yet perhaps put it in /followers/ids immediately? David

[twitter-dev] Re: New Twist To Follow Terms Violations

2009-07-24 Thread David Fisher
What gives Twitter the right to dictate who you want to follow or not? Its their service. They can dictate what they want. Their playground, their rules. The ToS clearly says they can alter their terms at any time and if you don't want to comply you can leave. That being said, this is to

[twitter-dev] Re: API only shows messages from last 7 days

2009-07-28 Thread David Fisher
I am a bit concerned. I remember at one point it being between 30-45 days. Now it seems to be getting smaller by about 1-day per month. Last month it was closer to 10 days. Is it basically going to keep getting smaller and smaller until we get V2 of the API, or will we be forced to all use only

[twitter-dev] Re: API only shows messages from last 7 days

2009-07-28 Thread David Fisher
I would do anything (including paying good amounts of money) to be able to purchase access to older datasets that I could transfer to my database through non-rest-api methods. I'm envisioning being able to download a CSV or SQL file that I could merge with my database easily, but only have to

[twitter-dev] Re: API only shows messages from last 7 days

2009-07-28 Thread David Fisher
and that they are working hard to make it happen. However we're only a small part of the overall strategy of a quickly growing company that is still dealing with massive growing pains which is no fault of theirs and something they are dealing with as best they can. david On Jul 28, 1:46 pm, owkaye owk...@gmail.com wrote

[twitter-dev] Re: Current Twitter site status

2009-08-06 Thread David Fisher
Is the Search API being effected? I thought at first that I had messed up my code, but I rolled back pretty far and I'm still getting really odd errors /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty/request.rb:56:in `setup_raw_request': undefined method `request_uri' for #URI::Generic:

[twitter-dev] Requests from AppEngine still failing.

2009-08-07 Thread David W
clients? Thanks, David

[twitter-dev] Re: You have been rate limited. Enhance your calm.

2009-08-07 Thread David Fisher
If you're getting that then you're getting more than me. I'm just doing: require 'rubygems' gem 'twitter' require 'twitter' Twitter::Search.new('foo').each do |r| puts r.inspect end And I get only this back now: /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty/request.rb:56:in

[twitter-dev] Re: You have been rate limited. Enhance your calm.

2009-08-07 Thread David Fisher
I can't be sure if my client is following redirects. Probably not. I'm just using the Ruby Twitter Gem which haven't been updated for a month or so I think dave On Aug 7, 1:15 pm, lucasnicolato eternitya...@gmail.com wrote: im having the same problem. im just lucky my app is still in test.

[twitter-dev] Re: You have been rate limited. Enhance your calm.

2009-08-07 Thread David Fisher
, but if it's John Nunemaker's, I believe it does follow redirects. Larry Wright/@larrywright On Fri, Aug 7, 2009 at 2:03 PM, David Fisher tib...@gmail.com wrote: I can't be sure if my client is following redirects. Probably not. I'm just using the Ruby Twitter Gem which haven't been updated

[twitter-dev] Re: NO API CONNECTION, BUT STILL FULLY BLOCKED

2009-08-09 Thread David Fisher
They haven't overreacted. If you think you can do better, then apply for a job with them. Have you tried your account from multiple IP blocks? They have faced a crushing attack. They are working on it and they have worked hard to communicate with us the status of things. Anyone that was around

[twitter-dev] Re: The silence is deafening....

2009-08-09 Thread David Fisher
bitching and complaining. You're making yourselves look unprofessional and bad. -David Fisher Web Ecology Project http://webecologyproject.org On Aug 9, 2:51 am, chinaski007 chinaski...@gmail.com wrote: And, by the way, if you're a deckhand on a submarine going down, you think you would go

[twitter-dev] Re: OK Seriously People

2009-08-09 Thread David Fisher
A few of you are acting like real children and a few of you still have your heads screwed on right. I'm confident they are doing everything they can. Chill and enjoy your weekend. They'll get it sorted out. What did you guys do in 2007? Twitter was down all the time then. Your blood pressure

[twitter-dev] Re: Can Twitter team Respond?

2009-08-09 Thread David Fisher
It will be fixed when it is. Stop complaining. We're all in the same boat. The ETA is when its done. dave On Aug 9, 1:08 pm, freefall tehgame...@googlemail.com wrote: Decentralisation. On Aug 9, 5:47 pm, Dewald Pretorius dpr...@gmail.com wrote: I wonder how many times this weekend has

[twitter-dev] Re: OK Seriously People

2009-08-09 Thread David Fisher
It is like a surreal tech soap opera on this list though :-) Hey maybe I could pitch this to Fox . All the best Neil DO IT! Maybe Twitter would have made a good reality show. Lots of super-dramatic angles and queues pointing at sysadmins typing at a console. :) The mailing list would

[twitter-dev] Re: NO API CONNECTION, BUT STILL FULLY BLOCKED

2009-08-09 Thread David Fisher
Yea, and we all threatened to go to Pownce. That didn't go so well (seeing that Pownce is now dead) dave On Aug 9, 3:05 pm, Dossy Shiobara do...@panoptic.com wrote: On 8/9/09 1:53 PM, David Fisher wrote: Anyone that was around in 2006/2007 knows that Twitter was excessively unstable

[twitter-dev] Read/Write Access

2009-08-09 Thread David Cramer
So short story I've been changing our application from Read to Read/ Write access, and I cannot get it working. I've checked and double checked the app settings, and it asks for read and update access on the authorize page. Once authorized, however, it continues to say Read-only application

[twitter-dev] Re: 404 for statuses/user_timeline of non-existing users?

2009-08-11 Thread David Fisher
Yep. In my experience calling a user that doesn't exist does yield a 404. You'll have to handle the errors on this. I guess 404 does make sense here, as the user is not found. dave On Aug 11, 5:40 am, Carlo Zottmann czottm...@gmail.com wrote: Hi there, I'm doing statuses/user_timeline

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread David Fisher
and contribute to the community. -David http://WebEcologyProject.org On Aug 11, 8:34 am, Dewald Pretorius dpr...@gmail.com wrote: I follow a simple principle in TweetLater. Where Twitter rules are clearly spelled out, such as for spam, I give the users a hammer and caution them, Carefully read

[twitter-dev] Search API Limits lowered?

2009-08-11 Thread David Fisher
While i haven't done scientific testing of this, I was able to run up to 3-4 instances of my search script prior at a time before it told me to enhance my calm. Now I'm barely able to run one without hitting the limit. I can put delays in my code to slow it down, but I'm wondering if this is just

[twitter-dev] Re: Search API Limits lowered?

2009-08-11 Thread David Fisher
The user agent for each search request is the same. I'm using the Ruby Twitter API wrapper, so sending anything else with search requests isn't possible unless that is now deprecated. dave On Aug 11, 10:36 am, Andrew Badera and...@badera.us wrote: On Tue, Aug 11, 2009 at 10:30 AM, David

[twitter-dev] Re: Following Churn: Specific guidance needed

2009-08-11 Thread David Fisher
was a real user). I personally don't think you should be able to follow more than 25 people per day, but that's just me. -david On Aug 11, 1:55 pm, Kevin Mesiab ke...@mesiablabs.com wrote: This entire debate focuses on the wrong side of the coin. Follow churn exists as a side effect

[twitter-dev] Re: Search API Limits lowered?

2009-08-11 Thread David Fisher
, Larry Wrightlarrywri...@gmail.com wrote: In addition to setting a unique user-agent, I believe it was requested that we set a referrer header that pointed back to a domain. On Tue, Aug 11, 2009 at 9:30 AM, David Fisher tib...@gmail.com wrote: While i haven't done scientific testing of this, I

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-12 Thread David Fisher
The OP should have first gotten a lawyer to look over it, instead of freaking out hysterically here. He's not being sued. Twitter does own the name Twitter and can selectively choose to sue/CD (or not sue) anyone they like who infringes on it. You defense being other people have registered the

[twitter-dev] Re: Trademark infringement

2009-08-12 Thread David Fisher
My guess is that Twitter will hold both Tweet and Twitter as IP, but allow general use of Tweet. It seems to really make sense to defend the name of their company always, and Tweet only when it is misused. -dave On Aug 12, 11:43 am, Dewald Pretorius dpr...@gmail.com wrote: Nick,

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-12 Thread David Fisher
Let's not get into a semantic argument of spam. Spam, noise, trash followers, whatever you want to call them. They are all annoying and not what Twitter or most users want in their service. I'm unsure if a company HAS to pursue every trademark infringement to hold their trademark. Otherwise you

[twitter-dev] Re: Following a large number of users

2009-08-12 Thread David Fisher
Streaming methods are your friend. Start with the follow method, and email the API team about getting Shadow. If your use is legit (likely) then they'll give you Shadow. If/when you outstrip Shadow they will likely upgrade you then. The only caveat to streaming is that if you miss some time

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-12 Thread David Fisher
in similar spaces (computers weren't supposed to make sounds/music initially) everything was ok, but then once Apple got into music, the stuff got nuts and went to court. No Apple (fruit) companies were sued however or sent notices. You guys are so stupid this makes my head hurt. david On Aug 12, 3

[twitter-dev] Re: Cease Desist from Twitter

2009-08-13 Thread David Fisher
I am wondering if this is a case of their legal department getting a bit heavyhanded and running loose. What they asked of you seemed fairly reasonable however, and the name of your application doesn't seem to be the issue. I'm glad you didn't think you were being sued :) It seems that Twitter

[twitter-dev] C# + OAuth + account/update_profile_image = 500 Internal Server Error

2009-08-17 Thread David Carson
Hi, I'm trying to implement a simple little app which can (a) send status updates and (b) modify the user's profile image. I started off using Shannon Whitley's code from http://www.voiceoftech.com/swhitley/?p=681 which got me up and running just fine for the statuses/update method. However I

[twitter-dev] /statuses/destroy broken

2009-08-17 Thread David W.
?? Another oddity is the status count reported by the web interface is different to that reported by the API. /users/show/davidbelfast reports 42 statuses. Cheers, David

[twitter-dev] Re: Is my IP blocked? How to avoid?

2009-08-17 Thread David Carrington
This has happened to me with dabr.co.uk too. It was fine, then blocked, unblocked, and now blocked again over the weekend. I see talk of OAuth downtime/problems recently but no mention of general API blockages or how to avoid this occurring again. On Aug 17, 12:57 pm, pmduque pmdu...@gmail.com

[twitter-dev] Re: legal issues - is tweet an official verb in the US language?

2009-08-19 Thread David Fisher
Unless someone here is a lawyer, we should probably avoid legal debate- consult with each our own counsels, and move on to doing what we do best (coding). I find these debates are often filled with FUD, misinformation, speculation, a misunderstanding of law, etc The easiest way to get around it

[twitter-dev] Re: Do My Customers Have a Twitter Account?

2009-08-19 Thread David Fisher
Sounds like something you should be able to do in an email to them or with a message on your website. On Aug 19, 1:29 pm, arawajy araw...@gmail.com wrote: I want to invite them to follow the company on Twitter. On Aug 19, 8:25 pm, Andrew Badera and...@badera.us wrote: On Wed, Aug 19, 2009

[twitter-dev] Re: Twitter's Tweet Trademark Torpedoed

2009-08-19 Thread David Fisher
This is good news. No one will be getting sued over Tweet then. Yet, keep in mind that Twitter probably *could * shut off access to the API to any company they choose, as its their playground and their rules. Not that they'll start doing that at all however. On Aug 19, 1:57 pm, Sam Johnston

[twitter-dev] Re: C# + OAuth + account/update_profile_image = 500 Internal Server Error

2009-08-19 Thread David Carson
. Hope this helps someone! Cheers, David...

[twitter-dev] Re: appended to API works in progress

2009-08-24 Thread David Fisher
lul. That's like asking the Duke Nukem Forever team when they'll release. When its done While I love the twitter dev team, I'm not sure how hard they are able to stick to deadlines in their development, so its probably just better to say, the future On Aug 24, 10:15 am, METROmilwaukee ...

[twitter-dev] Re: 408s - I'm receiving frequent 408 error messages today

2009-08-25 Thread David Crawford
- 179 Thanks for any help, David On Aug 25, 6:51 pm, bosher bretthell...@gmail.com wrote: Using oAuth, trying to send a direct message I'm receiving frequent 408 error messages. Is anyone else noticing an abnormal # of 408s?

[twitter-dev] Re: Search API limits

2009-09-04 Thread David Fisher
The rpp defaults to 15 or something if you don't specify it. Sounds like you need to mess around and play with things a bit more. The key to max search results isn't in paging or rpp, but in max_id. Be careful what you ask for. Retrieval of everything available can take a long time (hours)

[twitter-dev] Re: friends/ids now returns w/ 1-5% random duplicates (as of this morning)

2009-09-06 Thread David W.
function without making repeated requests (which results in hitting another, involves-cash limit, not to mention the unpaid development time). My application is subsequently dead in the water for the users who rely on it most. abusive rant directed at ops management removed for brevity David

[twitter-dev] Re: friends/ids now returns w/ 1-5% random duplicates (as of this morning)

2009-09-06 Thread David W.
Hey Jesse, I've seen random failures and timeouts in the past, but in the last 48 hours they have become very consistent. I've got 4 accounts that have just 'stuck'. Very tempted to just close up the app. David On Sep 6, 9:13 am, Jesse Stay jesses...@gmail.com wrote: David, that's a long

[twitter-dev] Re: Recent Following and Follower Issues and Some Background on Social Graph

2009-09-07 Thread David W.
list at once, using /followers/ids and / friends/ids. Does this count as a row-count-query? David

[twitter-dev] Re: Recent Following and Follower Issues and Some Background on Social Graph

2009-09-07 Thread David W.
I might add that, as ever, a message on status.twitter mentioning this would really go a long way. David. On Sep 8, 5:27 am, David W. d...@botanicus.net wrote: Hi John, On Sep 6, 3:59 pm, John Kalucki jkalu...@gmail.com wrote: resources. There is minor pagination jitter in one case

  1   2   >