Re: Access to the Data Mining Feed

2009-01-16 Thread Ryan
tweets. On Jan 16, 9:16 am, dougw igu...@gmail.com wrote: Ryan, What do you mean by data mining feed? What data are you looking for? @dougw On Jan 14, 10:13 pm, Ryan ryan.5a...@gmail.com wrote: Alex, If possible I would like to get access to the data mining feed.  I am working

Re: is any twitter app, that allows for translation of tweets into different langs?

2009-01-27 Thread Ryan
. It is fun to see what people are tweeting over in Asia! It uses the google translate api to detect and translate to the language of your choice. Ryan On Jan 26, 11:01 pm, tobi elnat...@gmail.com wrote: thanks... will check that out and will search and see if anybody has created an app to solve

[twitter-dev] Re: twitter in iframes

2009-03-30 Thread Ryan
, Mar 30, 2009 at 14:31, Ryan ryan10...@gmail.com wrote: I can see that twitter recently has inserted a (graceful) iframe buster which clears out the html. Why is twitter in iframe such a bad thing when the content is public anyways - the rss feed of the content is available for consumption

[twitter-dev] Re: How long until a @reply can be duplicated / repeated?

2009-04-20 Thread Ryan
of the previous update. if you post @bob hi! then @bob hi!! you should see both. -chad On Mon, Apr 20, 2009 at 3:31 PM, Ryan ryanlowderm...@gmail.com wrote: I send the following message: @bob hi! and wait two minutes and send the same message, @bob hi! I only see one message when polling

[twitter-dev] Re: How long until a @reply can be duplicated / repeated?

2009-04-20 Thread Ryan
On Mon, Apr 20, 2009 at 3:31 PM, Ryan ryanlowderm...@gmail.com wrote: I send the following message: @bob hi! and wait two minutes and send the same message, @bob hi! I only see one message when polling the mentions/replies API. Is there an undocumented interval on how long one has

[twitter-dev] searching for stocktwits (searching for $$)

2009-07-01 Thread Ryan
I'm using the API and am trying to search for stocktwits (those tweets which contain the string $$ or $ followed by a ticker symbol). I can easily search for $aapl for example, and it works fine. But if I search for $$ the API never returns any results, so I must be searching for it incorrectly.

[twitter-dev] Re: HTTP 409 on status update via API

2009-08-06 Thread Ryan
I'm getting the same thing on any type of profile or background image I attempt to update. Any know anything about this?? All I get are 400 or 408's Ugh On Aug 6, 7:24 pm, briantroy brian.cosin...@gmail.com wrote: They went away for a bit... and now not only am I getting 408's on update but

[twitter-dev] Re: is this steet legal??

2009-09-02 Thread Ryan
You're only reading... why would authorization be needed? On Sep 2, 12:45 am, clearmedia ch...@clearmedia.com.au wrote: not sure. I'm not using any authorization etc...?

[twitter-dev] 500 error when requesting access token

2010-07-20 Thread Ryan
Having trouble with the OAuth process at the point where my callback requests the access token. Since the callback URL matches the one in my app settings, I did not think passing back the oauth_verifier was needed. But I get this error in XML: ?xml version' = '1.0 encoding=UTF-8? hash

[twitter-dev] Application Crash

2010-08-25 Thread Ryan
Still having crash issues even after a reinstall. -- 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

[twitter-dev] Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-02 Thread Ryan
=http://www.refreshcreations.co.uk/twittertest/ryan- oauth.php; define(OAUTH_SIGNATURE_METHOD, HMAC-SHA1); $oauth_timestamp = date(YmdHis); define(OAUTH_VERSION, 1.0); $oauth_nonce = md5(microtime()); $timestamp = date(YmdHis); $post_data = oauth_callback=.$oauth_callback; $post_data

[twitter-dev] Re: Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-02 Thread Ryan
FIrstly, Thank you so much for all the pointers everyone. I'm looking forward to fixing this up tomorrow loads! Every day I try to learn something new, Thank you all once again. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-03 Thread Ryan
Thanks Matt, Got a couple of hours spare dev time now, time to get into it! -- 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

[twitter-dev] Re: Counter of hashtag

2010-12-06 Thread Ryan
Also interested. -- 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] Best practice for notifying users they need to re-authenticate before June 30th?

2011-06-21 Thread Ryan
I operate a Twitter web app (GroupTweet) that effectively runs in the background once users activate it for the first time. The only reason they would need to log back into our site is to change their settings or configuration. Our app directly relies on the ability to read Direct Messages,

[twitter-dev] Re: Best practice for notifying users they need to re-authenticate before June 30th?

2011-06-22 Thread Ryan
Would love to get some guidance from Twitter or any other developers as I know there are plenty of other 3rd party apps out there that are in similar situations. I don't want to come across as Spammish, but is it possible to Spam your authenticated users? Not sure if I have many alternatives

Re: [twitter-dev] Re: Best practice for notifying users they need to re-authenticate before June 30th?

2011-06-22 Thread Ryan
In our situation, once the users configure their accounts during the initial setup, there is no need to revisit our website/app unless they need to change some of their settings. If they have not visited our website between June 15th - June 30th, then unfortunately their GroupTweet accounts

[twitter-dev] Open DM availability only for Verified Accounts?

2011-07-05 Thread Ryan
any user apply this feature in their settings panel? If worried about DM spam, I don't really see the downside as they would only be inflicting spam on themselves. Any chance of this happening? 3) Can verified users turn this off if its not desirable for their specific situation? Thanks, Ryan

Reply Pagination Issue

2009-01-12 Thread Ryan Fogle
I am running into an issue in my application where I cannot fetch the second page of replies to my account. I had one account send 21 replies to another account. The second account can only see the first page of 20 replies. The extra one vanishes. This is true both in the API (which returns an

Cannot fetch page 2 of replies

2009-01-12 Thread Ryan Fogle
I am running into an issue in my application where I cannot fetch the second page of replies to my account. I had one account send 21 replies to another account. The second account can only see the first page of 20 replies. The extra one vanishes. This is true both in the API (which returns an

Right way to credit Twitter

2009-01-14 Thread Ryan Fogle
Our application will be using Twitter for data input. When we explain this to our users, how should this relationship be expressed? Is there preferred terminology? Is there a guide for how Twitter wants us to use their trademark?

OAuth integration for python/app engine

2009-02-11 Thread Ryan W
Has anybody got OAuth up and running with python and/or app engine specifically? Care to provide any pointers, links, etc.? I got into the closed beta, but this is my first attempt at OAuth. I've been reading through the spec today and trying to get an app engine app up and running with it,

Re: Anyone have PHP sample code for twitter OAuth (beta)?

2009-02-11 Thread Ryan W
You can try the library provided by the OAuth community: http://oauth.googlecode.com/svn/code/php/ On Feb 11, 9:41 pm, Dharmesh dharme...@gmail.com wrote: Greetings, I'm in the process of integrating OAuth (beta) into my application. Does anyone have sample PHP code or a wrapper for the

Re: OAuth POST requests

2009-02-16 Thread Ryan W
Any luck with this? Running into the same problem here, wondering what the right combination of data to put in URL params vs post data vs headers, etc. On Feb 14, 12:18 pm, Chad Etzel jazzyc...@gmail.com wrote: I have gotten OAuth GET requests working nicely, but POST is a different story.  I

Re: Code for Twitter+OAuth on Python/AppEngine

2009-02-17 Thread Ryan W
, thoughts, c. I ended up writing my own OAuth client code as the standard library is needlessly complicated. Ryan and I were thinking of making a simple set of clients which handled interacting with Twitter through App Engine -- using both BasicAuth or OAuth. Let me know if that would be useful

[twitter-dev] Find replies to a given tweet ID

2009-04-03 Thread Ryan Chouinard
for advice or a solution to a problem. I'd like to see what others are saying about it, but I don't follow the users that are replying. How would I find the replies? Any help would be appreciated. -- Ryan Chouinard

[twitter-dev] Re: Cannot authenticate on Friendships/Destroy method

2009-05-18 Thread Ryan Tuosto
haha yea I saw that nearly right after I made that post! On Mon, May 18, 2009 at 2:07 AM, Matthias Bauer moef...@gmail.com wrote: On 2009-05-17 11:17, RTuosto wrote: I'm trying to use the destroy friendships API method but I'm running into a problem. $login = login: .$_POST['authid']

[twitter-dev] Timezone Data

2009-05-18 Thread Ryan Chouinard
. Currently, time_zone returns a general string (ie Eastern Time (US amp; Canada)). Is there a reason for this return format instead of using, say, the standard Olson / Zoneinfo / tzdata name (ie America/New_York)? -- Ryan Chouinard

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-18 Thread Ryan Tuosto
Ok, but if I'm writing this as a service, I don't have access to other people's emails. On Mon, May 18, 2009 at 5:19 PM, Abraham Williams 4bra...@gmail.com wrote: A) parse the new follower emails. The FAQ has info about that. B) call status/followers and the newest ones will be at the top of

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-18 Thread Ryan Tuosto
What is the best way to do this in real time? On Mon, May 18, 2009 at 6:38 PM, Abraham Williams 4bra...@gmail.com wrote: Then you use option b. Sent from my adp1 On May 18, 2009 6:21 PM, Ryan Tuosto ryantuo...@gmail.com wrote: Ok, but if I'm writing this as a service, I don't have access

[twitter-dev] Re: How would I automatically DM to a person once theyve followed me?

2009-05-20 Thread Ryan Tuosto
How could a user opt out for this? It only happens one time, and automatically when they follow a user back. I'd be happy to enable such a feature, just not seeing how it can be done. On Wed, May 20, 2009 at 1:56 AM, Jesse Stay jesses...@gmail.com wrote: Please, if you do this and allow other

[twitter-dev] Oauth PIN Code

2009-06-18 Thread Ryan Bigg
I've made an oauth_client application and selected browser as the option but when I go to auth for that application using the twitter_auth gem it gives me a PIN code where it should redirect back to the callback link. What's going on here?

[twitter-dev] Re: Oauth PIN Code

2009-06-18 Thread Ryan Bigg
Well I'm doing the latter at the moment so I'm going to go with that's the problem. Out and a about at the moment so I'll confirm it tomorrow morning. Good to know, and thanks for your help. On 18/06/2009, at 6:36 PM, Lachlan Hardy wrote: I'm using the OAuth gem, but I had a similar

[twitter-dev] Re: Oauth PIN Code

2009-06-18 Thread Ryan Bigg
Twitter already knows what that callback is! - Ryan Bigg Mocra - Premier iPhone and Ruby on Rails Consultants w - http://mocra.com e - ra...@mocra.com p - +61 432 937 289 or +61 7 3102 3237 skype - radarlistener On 18/06/2009, at 6:36 PM, Lachlan Hardy wrote: I'm using the OAuth gem, but I

[twitter-dev] A new Twitter library for Python (Tango)

2009-06-25 Thread Ryan McGrath
Hey all, I've been working on a Twitter library for Python in my spare time. It's the first library I've written in full for the language, so I'm sure there's quite a few things that could be improved, but I think I've gotten it to a point where I can throw it out there and see if anyone's

[twitter-dev] Re: A new Twitter library for Python (Tango)

2009-06-25 Thread Ryan McGrath
Thanks! It's been a lot of fun working on it, the API seems really well done. ;) - Ryan On Jun 25, 11:31 am, Doug Williams d...@twitter.com wrote: I'll add it to the libraries section today. Thanks for contributing! Thanks, Doug On Thu, Jun 25, 2009 at 5:25 AM, Ninjamonk dar

[twitter-dev] Just launched TwitStat.us...

2009-07-13 Thread Ryan McGrath
open to suggestions! - Ryan McGrath

[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Ryan McGrath
. Appreciate the help! - Ryan On Jul 13, 11:05 am, Grant Emsley grant.ems...@gmail.com wrote: It's a cool little program. With the rate limiting - the requests should come from the viewer's IP address, so rate limiting shouldn't be a problem.  At worst, individual users viewing it 20,000

[twitter-dev] Python Twitter library (Tango) renamed to Twython

2009-08-02 Thread Ryan McGrath
, so I see the potential for confusion there... Thanks! - Ryan McGrath

[twitter-dev] Re: Continuous oAuth Issues

2009-08-07 Thread Ryan Sarver
to resolve this and all the other API-related issues and will keep you informed as we make progress. Best, Ryan On Fri, Aug 7, 2009 at 10:59 AM, AdamHertz adamdhe...@gmail.com wrote: Ours recurred this morning, as well. On Aug 7, 10:49 am, Rich rhyl...@gmail.com wrote: Mine has re-occured

[twitter-dev] Re: Continuous oAuth Issues

2009-08-07 Thread Ryan Sarver
Brian, Thanks for letting us know. We will try to dig in on the OAuth issues and see if we can come up with any solutions. Best, Ryan On a side note, we are seeing more issues with Firefox and very few with Safari but we are exploring On Fri, Aug 7, 2009 at 1:40 PM, Brian Knoth b.kn

[twitter-dev] Twitter Update, 8/9 10am PST

2009-08-09 Thread Ryan Sarver
in responses 5. Unexpected rate limiting / blacklisting So again, thank you for your patience and know that we are hard at work to get you guys back up and running. Best, Ryan

[twitter-dev] Twitter Update, 8/9 noon PST

2009-08-09 Thread Ryan Sarver
and they seem to be working as expected. Please test your apps from their standard configs to see what results you get and let us know. I am primarily interested in unexpected throttling and issues with OAuth. I look forward to hearing the results and thanks again for your assistance. Best, Ryan

[twitter-dev] Re: Specific API Implementation Instructions ...

2009-08-09 Thread Ryan Sarver
Scott, You *should* be getting the proper rate limits. Things have changed in the last 30 minutes or so, so be sure to check again and let us know if you still seeing the variable throttling. Best, Ryan On Sun, Aug 9, 2009 at 11:15 AM, Scott C. Lemon scottcle...@gmail.comwrote: Chad/Ryan

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-10 Thread Ryan Sarver
Can you all provide full packet dumps of the issues you are seeing? That will help us debug the type of request you are making and what the full response looks like. Thanks, Ryan On Mon, Aug 10, 2009 at 8:15 AM, Duane Roelands duane.roela...@gmail.comwrote: My users are seeing these as well

[twitter-dev] Re: twitter Apis not working

2009-08-10 Thread Ryan Sarver
Duane, I posted it in another thread, but can you please provide full packet dumps of the issues you are seeing? Also, please provide more detail around what API you are calling, how many times an hour and the exact issue you are seeing. Thanks, Ryan On Mon, Aug 10, 2009 at 8:02 AM, Duane

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-10 Thread Ryan Sarver
Thanks Dewald. Generally speaking if you see a 502/503 you should do a geometric back off instead of just immediately re-requesting. Is anyone else seeing the X-RateLimit header not showing up some times? Thanks, Ryan On Mon, Aug 10, 2009 at 8:35 AM, Dewald Pretorius dpr...@gmail.com wrote

[twitter-dev] Twitter Update, 8/10 noon PST

2009-08-10 Thread Ryan Sarver
, Ryan

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-11 Thread Ryan Sarver
Thanks for the update Dewald. Keep us posted if things change. Best, Ryan On Tue, Aug 11, 2009 at 6:26 AM, Dewald Pretoriusdpr...@gmail.com wrote: Ryan, I am now doing geometric backoffs on 502s and connection refuses. I did not do exact math, but I seem to be getting between 2 and 5

[twitter-dev] Re: Tweepy -- python library

2009-08-11 Thread Ryan Sarver
Awesome work Josh. Thanks for posting this out to everyone and I especially like the Streaming API support. Best, Ryan On Mon, Aug 10, 2009 at 9:50 AM, Josh Roessleinjroessl...@gmail.com wrote: Hello twitter developers: Just posting here to announce a library for python I have been putting

[twitter-dev] Re: Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Ryan Sarver
Also, please be sure to provide packet dumps and full headers where possible so we can more easily determine the source of the issue. Thanks, Ryan On Tue, Aug 11, 2009 at 2:00 PM, Alex Paynea...@twitter.com wrote: We're aware of these issues; sorry. Our ops team tells me

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Ryan Sarver
Everyone, Please see the updated post on status.twitter.com - http://status.twitter.com/post/164410057/trouble-with-oauth-and-api-clients. We are continuing to assess the issue and will report back when we know more. Thanks for your patience, Ryan On Sun, Aug 16, 2009 at 2:32 PM, Hwee-Boon

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Ryan Sarver
Dewald, What exact issues are you having? Can you please provide packet dumps or more information so we can debug? Thanks, Ryan On Sun, Aug 16, 2009 at 4:18 PM, Dewald Pretoriusdpr...@gmail.com wrote: Thanks Ryan, but unfortunately that does not help me. It does not tell my users that most

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Ryan Sarver
Please test your OAuth apps to see if you are still having issues. We have made a number of changes in the network and they should be operational again. Please let me know if you are still having any other problems. Ryan On Sun, Aug 16, 2009 at 3:41 PM, Ryan Sarverrsar...@twitter.com wrote

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Ryan Sarver
Everyone, I am meeting with Ops right now to get a status update and will follow up with the list as soon as we are done. Stay tuned. Best, Ryan On Mon, Aug 17, 2009 at 6:39 AM, jonat...@scribblelivemitc...@gmail.com wrote: The Twitter OAuth login is working about 50% of the time for us

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Ryan Sarver
, and what kind of network connectivity devices you're using. /copy Best, Ryan On Mon, Aug 17, 2009 at 3:33 PM, Sean Callahanseancalla...@gmail.com wrote: Hi Ryan, I just replied to your email and also will post here in case you read this first. Maybe others will have an idea too as why basic auth

[twitter-dev] Platform Status Update, Monday 4:30pm PST

2009-08-17 Thread Ryan Sarver
with information to help us tune the system and get everyone back online. Thanks again, Ryan @rsarver

[twitter-dev] Re: Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread Ryan Sarver
updated. Best, Ryan On Tue, Aug 18, 2009 at 6:37 AM, Dewald Pretoriusdpr...@gmail.com wrote: At around 9:30 AM EST this morning I (tweetlater) got blocked yet again with connection refused. It appears to be on all calls. Anyone else? Dewald

[twitter-dev] Re: How are we supposed to be handeling HTML responses from the API?

2009-08-18 Thread Ryan Sarver
devices you're using. Thanks in advance. Best, Ryan On Tue, Aug 18, 2009 at 7:37 AM, Andrewandrewcuri...@gmail.com wrote: I get this response quite frequently: !-- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; -- HTML HEAD META HTTP-EQUIV=Refresh

[twitter-dev] Re: https on twimg.com?

2009-08-18 Thread Ryan Sarver
Alex, Thanks for your email. Its a known issue with the migration to twimg.com. We recommend while we fix the issue that you transform the url to https://s3.amazonaws.com/twitter_production/profile_images/###/###.jpg, the same url's we use if you browse the site via HTTPS. Best, Ryan On Tue

[twitter-dev] Re: 200 errors

2009-08-18 Thread Ryan Sarver
, and what kind of network connectivity devices you're using. Thanks in advance, Ryan On Tue, Aug 18, 2009 at 4:57 AM, Richrhyl...@gmail.com wrote: I'm seeing this type of behaviour too and it's getting very frustrating. Basically I'm checking for status 200, then I'm checking for Content- Type XML

[twitter-dev] Platform Status Update, Tuesday 2:00pm PST

2009-08-18 Thread Ryan Sarver
of your support and let us know if you continue to see any issues. Best, Ryan @rsarver

[twitter-dev] Creating Groups

2009-08-20 Thread Ryan Bell
timelines. Next I would merge and sort the collection. This would have to be repeated upon each refresh or selection of a different group. Thanks in advance! Ryan

[twitter-dev] Developer Preview: Geolocation API

2009-08-20 Thread Ryan Sarver
(#twitterapi on irc.freenode.net) if you want to discuss the announcement with the team. Ryan PM, Platform Teamhttp://twitter.com/rsarver

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-20 Thread Ryan Sarver
Ed, Thanks for the email, answers inline below... On Thu, Aug 20, 2009 at 2:11 PM, @epcepcoste...@gmail.com wrote: Will twitter validate the coordinates (ie, what will the API do when I pass lat=777long=-666)? If the coordinates are invalid, will the status get posted or will the entire

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-20 Thread Ryan Sarver
Joel, it will be included in the Stream API as well On Thu, Aug 20, 2009 at 2:18 PM, Joel Strellnerj...@twitturly.com wrote: Hi Ryan, Will this data be available in the streaming API too? -Joel On Thu, Aug 20, 2009 at 2:11 PM, @epc epcoste...@gmail.com wrote: Will twitter validate

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-20 Thread Ryan Sarver
Ed, Users will need to come to the website to change the setting. If we provided an API, a misbehaving application would change the setting without the user knowing - hence the read-only attribute. Best, Ryan On Thu, Aug 20, 2009 at 2:24 PM, @epcepcoste...@gmail.com wrote: Will the opt

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-20 Thread Ryan Sarver
positioning methods like Wifi or cellular positioning can't determine altitude. Best, Ryan On Thu, Aug 20, 2009 at 3:32 PM, Nelson Minarnelson.mi...@gmail.com wrote: Very exciting! Thanks for giving the community an early preview. GeoRSS supports altitude and accuracy measures for point locations

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-20 Thread Ryan Sarver
Brad, Ah, sorry -- looks like the bolding syntax messed it up. There should be no asterisks in the API. Best, Ryan On Thu, Aug 20, 2009 at 4:02 PM, bgmapicuri...@gmail.com wrote: Ryan, Thanks for the updates. Your example has ** after lat and lng. Is this the proper format or some

[twitter-dev] Following Protected Users

2009-08-21 Thread Ryan Petrello
I'm writing a Twitter integration and am wondering how I would go about following users with protected tweets. Whenever I attempt to follow one of these users (using the http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships%C2%A0create Friendship create method), I get a 403 response

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-21 Thread Ryan Sarver
will really change about the way it works, but we expect the behavior to change a bit. Best, Ryan On Fri, Aug 21, 2009 at 1:54 AM, Sean Callahanseancalla...@gmail.com wrote: Quick question Ryan, because none of this will surface on Twitter.com will you keep the Location field for a users

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-21 Thread Ryan Sarver
modifying the user.location field. When it comes to search, we'll use both and give priority to the tweet-level geotag. Make sense? Best, Ryan On Fri, Aug 21, 2009 at 4:06 AM, Ben Eliottben.apperr...@googlemail.com wrote: Hi, Please could you advise on the differences between

[twitter-dev] Re: 200 errors

2009-08-25 Thread Ryan Sarver
Rich, Can you provide your source IP that you are seeing this issue from? We can only dig into the logs if we know where your traffic is coming from. Thanks, Ryan On Tue, Aug 25, 2009 at 7:19 AM, Richrhyl...@gmail.com wrote: I'm now getting this error back again! On Aug 18, 4:39 pm, Rich

[twitter-dev] Re: non json response

2009-08-26 Thread Ryan Sarver
Ben, It's a known issue and we are trying to hunt it down. Can you please provide us with your source IP and an approximate time of when you saw it? Thanks, Ryan On Wed, Aug 26, 2009 at 7:00 AM, benben.apperr...@googlemail.com wrote: Occassionally i get back a 200 status html response from

[twitter-dev] Re: Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-11 Thread Ryan Sarver
to update the list when we know the exact time of the update. Let us know if you have any questions and be sure to stock up on water and non-perishable goods :) Ryan On Thu, Sep 10, 2009 at 9:10 AM, Ivan Kiriginivan.kiri...@gmail.com wrote: Call me crazy, but I store any data from a 3rd party

[twitter-dev] Re: Draft: Twitter Rules for API Use

2009-09-11 Thread Ryan Sarver
on their behalf. We take user's reputations and voices seriously and all app developers should too. Make sense? Best, Ryan On Thu, Sep 10, 2009 at 6:10 PM, Jesse Stayjesses...@gmail.com wrote: This is great news!  Regarding sending Tweets on a user's behalf, does that refer to DMs as well, and when

[twitter-dev] Re: Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-11 Thread Ryan Sarver
Hwee-Boon, That is definitely part of the plan and hence why we are aiming for that Monday / Tuesday. We know what a strain it can be to push stuff out at the end of the week. Best, Ryan On Fri, Sep 11, 2009 at 10:27 AM, Hwee-Boon Yar hweeb...@gmail.com wrote: One suggestion: similar to API

[twitter-dev] Re: Paging STILL broken

2009-09-13 Thread Ryan Sarver
Waldron, Thanks for the email. I am working with our team internally to track down the issue and figure out how to resolve it. I will get back to you with an update shortly, but know that we are listening and working on this. Best, Ryan On Sun, Sep 13, 2009 at 8:55 AM, Waldron Faulkner

[twitter-dev] Re: Paging STILL broken

2009-09-14 Thread Ryan Sarver
, 2009 at 5:23 AM, Waldron Faulkner waldronfaulk...@gmail.com wrote: 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

[twitter-dev] Some Meaningless Output from Gardenhose

2009-09-15 Thread Ryan Rosario
represent digits. Thanks, Ryan

[twitter-dev] Re: Comments for the group and Twitter staff

2009-09-15 Thread Ryan Sarver
of building your business on. I look forward to your feedback. Best, Ryan On Fri, Sep 11, 2009 at 6:36 AM, WyoKnott mycro...@lifewithindustry.com wrote: A few months ago I was introduced to the Twitter API by a prospective client who wanted a custom application. I took the time to learn

[twitter-dev] Re: Changes to Twitter TOS/Rules.

2009-09-16 Thread Ryan Sarver
Hardip, Thanks for your email. Our intent is to stop spamming accounts. Your use does not fall into that category, but its good practice to be judicious when including a lot of links in your updates as it triggers a lot of the filters that try to catch spam. Best, Ryan On Tue, Sep 15, 2009

[twitter-dev] Twitpocalypse II Update - Scheduled for Tuesday 9/22 at 11:30am PST

2009-09-21 Thread Ryan Sarver
in IRC if you need live support, otherwise email the list with any questions you may have. Best, Ryan

[twitter-dev] Searching by status id (Does it exist?)

2009-10-02 Thread Ryan Bell
the /status/show/id.xml method for each message as their could be a hundred or more. Thank you in advance! Any help is much appreciated Ryan

[twitter-dev] Re: How to change the 'sent from web'

2009-10-03 Thread ryan alford
You have to use the OAuth process for the user to authorize your application. There is no way around this. On Oct 3, 2009, at 4:02 PM, todd434 todd...@googlemail.com wrote: In that case can you tell me how to authorize my application without going through pages of code in OAuth?

[twitter-dev] Re: Chage from on tweets

2009-10-04 Thread ryan alford
Twitter removed that functionality just recently. Any application that used if before it was removed is still allowed to use it. On Oct 5, 2009, at 12:07 AM, Vincent Nguyen kureik...@gmail.com wrote: We knew is to change from on tweets, we must use Oauth! But i see desktop client such as

[twitter-dev] Re: Account Owner's last tweet

2009-10-06 Thread ryan alford
The user timeline returns only the user's tweets for me. On Oct 6, 2009, at 1:27 AM, JK jam...@slip.net wrote: What api do I use to identify the last or latest tweet of the account owner? http://twitter.com/users/show could contain a tweet by a follower.

[twitter-dev] Re: Account Owner's last tweet

2009-10-06 Thread ryan alford
. Ryan On Tue, Oct 6, 2009 at 12:11 PM, JK jam...@slip.net wrote: Both API calls show replies from followers. I just want the tweets posted by the owner of the twitter account. For example, take a look at TO - http://twitter.com/users/show/terrellowens.xml At the time I am posting this, the last

[twitter-dev] Re: Registered app under wrong twitter account?

2009-10-06 Thread ryan alford
You can delete registered applications from the Edit Application Settings screen. Ryan On Tue, Oct 6, 2009 at 2:51 PM, Amicus ram@gmail.com wrote: I'd also like to know what the official Twitter policy/recommendation is. I don't see any UI options to delete the registration of an app

[twitter-dev] Re: [twitter Dev] Failed to validate oauth signature and token

2009-10-06 Thread ryan alford
The signature needs to be at the end of the URL, not sorted with the other parameters. On Oct 6, 2009, at 11:47 PM, uookeng loque1...@nate.com wrote: I am trying to run a sample app but i am getting 401 error during request_token phase. Failed to validate oauth signature and token

[twitter-dev] Re: [twitter Dev] Failed to validate oauth signature and token

2009-10-07 Thread ryan alford
, the request is successful. On Wed, Oct 7, 2009 at 8:14 AM, JDG ghil...@gmail.com wrote: That's simply for generating the signature base string. it does not matter when you're actually sending the parameters. On Wed, Oct 7, 2009 at 05:33, ryan alford ryanalford...@gmail.com wrote: Here

[twitter-dev] Re: Authenticate with Twitter - impossible? (Without giving access to account)

2009-10-08 Thread ryan alford
An OAuth client can either have Read-only access or Read/Write access to an account. So this gives the ability to read statuses/friends withou having the ability to post. On Oct 8, 2009, at 5:43 AM, Bjoern bjoer...@googlemail.com wrote: Hi, just wondering if I read this right: while OAuth

[twitter-dev] Re: Authenticate with Twitter - impossible? (Without giving access to account)

2009-10-08 Thread ryan alford
While I haven't used the Sign-In-With-Twitter, I would assume it still uses the same OAuth system, which allows either read-only or read/ write access. I could be wrong though. On Oct 8, 2009, at 6:20 AM, Andrew Badera and...@badera.us wrote: Sign-in with Twitter with Read access only? ∞

[twitter-dev] Re: Authenticate with Twitter - impossible? (Without giving access to account)

2009-10-08 Thread ryan alford
Here is a screenshot of the bottom of the OAuth Application Registration page. http://img43.imageshack.us/img43/6936/108200974258am.png On Thu, Oct 8, 2009 at 7:01 AM, Andrew Badera and...@badera.us wrote: Sign-in-with-Twitter: http://apiwiki.twitter.com/Sign-in-with-Twitter Read-only

[twitter-dev] Re: friends_timeline home_timeline broken

2009-10-08 Thread Ryan Sarver
Thanks for pinging the list with this and confirming a few people are seeing it. I will follow up internally to figure out what is going on and report back here. Thanks again, Ryan On Thu, Oct 8, 2009 at 8:45 AM, stephane stephane.philipa...@gmail.comwrote: Echo, you are not alone Stephane

[twitter-dev] Re: friends_timeline home_timeline broken

2009-10-08 Thread Ryan Sarver
Ok, who broke Twitter? fess up... :) On Thu, Oct 8, 2009 at 8:54 AM, Rich rhyl...@gmail.com wrote: No problems, I think it's more than a few, try this search http://search.twitter.com/search?q=twitter+broken On Oct 8, 4:49 pm, Ryan Sarver rsar...@twitter.com wrote: Thanks for pinging

[twitter-dev] Re: following and followers null

2009-10-08 Thread ryan alford
It seems that Twitter has been having some problems today. You also may notice that not tweets have been displaying for about 3 hours now. On Thu, Oct 8, 2009 at 12:26 PM, vj_varga daniel.va...@gmail.com wrote: Hi, Today my following and followers change for null. vj_varga

[twitter-dev] Re: I have a problem with update my status across API

2009-10-09 Thread ryan alford
I think it's just the REST methods hiccuping. I've have this happen like twice. On Oct 9, 2009, at 4:02 AM, gonandriy gonand...@gmail.com wrote: When I try update my status sometimes I have success, but sometimes status not updated and I receive empty response and http code is 0 I have no

[twitter-dev] Re: I have a problem with update my status across API

2009-10-09 Thread ryan alford
What about an empty response? I get it from my .Net API. I've only had it happen twice. On Fri, Oct 9, 2009 at 6:21 AM, Abraham Williams 4bra...@gmail.com wrote: 0 is a common result when PHP and cURL can not connect to Twitter. Abraham On Fri, Oct 9, 2009 at 05:10, ryan alford ryanalford

[twitter-dev] Re: Twitter Geo stuff

2009-10-09 Thread Ryan Sarver
There is going to be a read-only geo_enabled flag on the user object that denotes whether or not the user has enabled geolocation. For security reasons, the user will need to come to twitter.com to change the setting. Best, Ryan On Fri, Oct 9, 2009 at 8:18 AM, Axthelm caxth

  1   2   3   4   >