[twitter-dev] Re: Feedback wanted on Twitter + iOS

2011-06-28 Thread Steve Streza
Ability to access DMs, with a system-supplied modal dialog (a la the Location Services dialog), would be ideal. Steve -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https

[twitter-dev] Re: A new permission level

2011-05-19 Thread Steve Streza
you're coding in. You can check it out at https://github.com/amazingsyco/oauthery. Steve On May 18, 5:11 pm, themattharris thematthar...@twitter.com wrote: Hey everyone, Thank you for all the feedback on the list, email and through Tweets. We've been responding throughout the day to many

[twitter-dev] data-related question

2011-04-02 Thread Steve Anderson
://platform.twitter.com/widgets.js;/script For some reason it does not recommend people follow my account when I tweet it. Is that what's happening for others? What am I doing wrong? thanks, Steve -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-16 Thread Steve Eley
, and third party clients pushed to leverage and grow them. Instead, they're being blocked. If you're winning, you don't need to change the rules is logic any businessman should understand. So what's going on? What's really behind this? Anyone? -- Have Fun, Steve Eley (sfe...@gmail.com

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-11 Thread Steve Streza
. Maybe you guys should spend some time improving the core of the service (uptime, reliability, bug fixes, etc.) rather than ingressing on the work of the thousands of developers who made Twitter an exciting place to be. Steve -- Twitter developer documentation and resources: http://dev.twitter.com

[twitter-dev] Re: Return number of tweets in a Search

2011-01-13 Thread Steve
The app is a competition system, so really I need to try and retrieve all entries of a hashtag if possible (but if it's not possible, then other comp systems mustn't either, surely?) Thanks for the suggestions - might try and utilise DataSift for it. On Jan 13, 1:04 am, @Red_Eyes

[twitter-dev] Return number of tweets in a Search

2011-01-12 Thread Steve
error probably isn't the best approach ;) Thanks for any help! Steve -- 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

[twitter-dev] Re: lang=en queries to search API not working

2010-11-27 Thread steve
The thing that gets me is the fact their own site (http:// search.twitter.com) doesn't work when you filter things to show only en results. On Nov 27, 2:04 pm, CWorster cwors...@schlimmer.com wrote: I ran into the same problem in june/july. I added the since parameter to solve the problem.

[twitter-dev] lang=en queries to search API not working

2010-11-26 Thread steve
This reproduces even on http://search.twitter.com. If you try to filter to en only results you get back 0 items for most queries. Select try all languages from the search portal or remove lang=en from your API query and you get results for your queries (most of which are in english.) What's

RE: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Steve Johnsen
Tom, Thanks! That helps a lot. Now I just have to figure out how to use it! Steve -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Tom van der Woerdt Sent: Friday, September 03, 2010 10:42 AM To: twitter

RE: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Steve Johnsen
Matt, Thank you very much! Steve -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Matt Harris Sent: Friday, September 03, 2010 11:04 AM To: twitter-development-talk@googlegroups.com Subject: Re: [twitter

RE: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Steve Johnsen
Thanks to all for the pointers. I got everything rewritten and working now thanks to the examples from Joe Chung. http://nullinfo.wordpress.com/oauth-twitter/ Steve -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com

[twitter-dev] Re: XAuth 401 error

2010-09-01 Thread Steve Loft
Users of my xAuth application are also getting 401, since about 12 hours ago. Steve -- 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

[twitter-dev] Re: XAuth 401 error

2010-09-01 Thread Steve Loft
Thanks - the problem was that the library routine I used for the Unix timestamp didn't take Daylight Savings into account! Steve On Sep 1, 5:35 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: We have fixed a bug in our OAuth implementation that allowed timestamps in the future

[twitter-dev] Re: Callback URL not authorized issue

2010-08-07 Thread Steve
Its working fine now :) On Aug 7, 3:50 am, Dana Contreras d...@twitter.com wrote: Hi Steve, Our OAuth implementation is very strict about host names and will not authorize callbacks unless the host name matches exactly. In your case, the www subdomain is the difference. You can make your

[twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Steve
I have implemented @Anywhere on a web-page. I have registered an app with Twitter and inserted the API key in the head section and both modules in the body section of my page. I am getting the following error: The provided callback url http://mymobileplanet.co.uk/iPhone.html is not authorized

[twitter-dev] Re: Callback URL not authorized issue

2010-08-06 Thread Steve
is good. Half the links in cyberspace don't usually come mobile windows based! -Original Message- From: Steve atif-nas...@hotmail.com Sent: Friday, August 06, 2010 1:56 PM To: Twitter Development Talk twitter-development-talk@googlegroups.com Subject: [twitter-dev] Callback URL

[twitter-dev] Re: Home_timeline and retweets

2010-07-08 Thread Steve
Perhaps *I'm* missing something but can't you just use the user_timeline for this? It's what I'm doing, and after discovering the include_rts flag you can get all your own activity in this one request. On a sidenote: the include_rts flag is mentioned in

[twitter-dev] Re: Geo XML Format Query

2010-07-06 Thread Steve
That's perfect, thanks Raffi! On Jul 6, 5:49 am, Raffi Krikorian ra...@twitter.com wrote: hi steve. there are two different ways to geotag a tweet.  there is geotagging with an exact latitude and longitude, and then there is geotagging with a place. when you geotag with an exact latitude

[twitter-dev] Geo XML Format Query

2010-07-05 Thread Steve
Hi all, I've done a search here for this info, and looked through the docs, but I can't find what I'm looking for documented anywhere. What I'm after is a full sample of what data might appear in the geo/ , coordinates/ and place/ tags, when they're populated. At present I've only seen some

[twitter-dev] Re: Geo XML Format Query

2010-07-05 Thread Steve
Forgot to mention that I mean in the context of any of the timelines, where tweets are returned in XML form On Jul 5, 6:56 pm, Steve 25tol...@gmail.com wrote: Hi all, I've done a search here for this info, and looked through the docs, but I can't find what I'm looking for documented anywhere

Re: [twitter-dev] jQuery get getting empty value

2010-06-16 Thread Steve Brunton
a response back? Could it be returning an 4xx or 5xx error and you aren't seeing that since there is no error: callback? I just did a GET from one of my workstations and got a JSON response. -steve

[twitter-dev] Re: OAuth Echo problem in python

2010-06-07 Thread Steve C
). If Twitter is having an OAuth Echo outage, you will get a 401 Unauthorized from the Twitpic API. Steve Corona Twitpic On Jun 4, 3:48 pm, yml yann.ma...@gmail.com wrote: At that point both services yfrog and twipic work fine. I hate to say this but I am almost convince that the pain in the development

[twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread Steve C
Twitpic will only 400 Bad Request you if it can't find the image in your multipart/form- data or if the image is invalid (not jpg/png/gif or 5MB in size). Thanks, Steve C Twitpic On Jun 4, 9:20 am, Yann Malet yann.ma...@gmail.com wrote: If I send this request to 127.0.0.1:9000 without the file

[twitter-dev] Re: OAuth Echo problem in python

2010-06-03 Thread Steve C
I just looked at your code briefly, but I believe the problem is this line: oauth_request = TwitpicOAuthRequest(http_method=POST, http_url=settings.TWITPIC_API_URL, The OAuth Request needs to be signed using the Twitter Endpoint (https://api.twitter.com/1/account/verify_credentials.json), not

[twitter-dev] @Anywhere auto-redirecting users to twitter.com/undefined

2010-06-01 Thread Steve C
We had some reports over the weekend of users using older browsers (Firefox 2.0 was mentioned) being auto-redirected to twitter.com/ undefined due to @anywhere. Anyone else having the same issue?

[twitter-dev] Re: @Anywhere auto-redirecting users to twitter.com/undefined

2010-06-01 Thread Steve C
). Is there anyway that @anywhere can do some browser sniffing and cleanly exit out if the features you need are not supported? Thanks, Steve Corona Twitpic On Jun 1, 9:57 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Steve, Sorry about the issues. @Anywhere supports the following

[twitter-dev] Re: Serious @Anywhere Uncommanded redirect

2010-06-01 Thread Steve C
Thanks for posting this, I'm glad someone else is seeing the same issue as us. Similarly, I was disappointed with the response from Twitter- maybe I didn't explain the problem well enough. Unfortunately, we had to pull @anywhere from Twitpic until they get the issue resolved. Steve Corona On Jun

[twitter-dev] Re: oAuth Echo Enabled Providers

2010-05-20 Thread Steve C
was turning SSL on for another part of the website. :P) Thanks! Steve Corona Twitpic On May 20, 6:44 pm, Rich rhyl...@gmail.com wrote: A bit more debugging and oAuth Echo only seems to be broken over SSL, change the realm, provider and signing request tohttp://api.twitter.com/1/account

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
We just rolled out @anywhere yesterday and some of our users are experiencing similar issues. http://twitpic.com/1p00d6 Steve On May 14, 6:57 pm, Larry la...@topsy.com wrote: I just came across a coworker's browser that triggered analert() call fromanywhere.js. While okay for development

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
What is your ETA on rolling out the change? We are deciding on whether we should disable @anywhere until alert() is removed. On May 19, 2:41 pm, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: We just rolled out @anywhere yesterday and some

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
Thanks Dan- We appreciate you your teams hard work. On May 19, 2:53 pm, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:48 AM, Damon Clinkscales sca...@pobox.com wrote: On Wed, May 19, 2010 at 1:41 PM, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st

[twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Steve C
a javascript error on ALL browsers which do not have firebug installed and running. -Nischal On May 19, 11:41 pm, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: We just rolled out @anywhere yesterday and some of our users

[twitter-dev] Re: TweetDeck and xAuth

2010-05-10 Thread Steve Loft
Does anyone know how long it should take to get xAuth privilege? It's just that I applied nearly a week ago for access for my desktop app, and time is running out. It looks like I am going to have an app which doesn't work with Twitter come the end of June.

[twitter-dev] MGTwitterEngine with OAuth and XAuth support

2010-05-02 Thread Steve Streza
://wiki.github.com/mattgemmell/MGTwitterEngine/migrating-from-basic-auth-to-oauthxauth Feedback is always welcome. If you have any issues, please file them in the project issue tracker here: http://github.com/mattgemmell/MGTwitterEngine/issues Now stop using basic auth already. Thanks, Steve

Re: [twitter-dev] @Anywhere tweet box performance issue

2010-04-28 Thread Steve Brunton
on it so I'll have more experience with it. Having gone through this with another companies Social Widget launch recently I can tell you it's a crapshoot as to how quickly the content renders in the browser. -steve

[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-26 Thread Steve Streza
Especially on mobile devices, it's significantly faster to sort tweets by comparing the long long representation of an ID rather than by the date. It's also more accurate, as two tweets that come in at the exact same second will still be sorted in the correct order. Steve On Mar 26, 4:41 pm

[twitter-dev] [ANN] OAuthery - Mac developer tool for logging into Twitter OAuth manually

2010-01-01 Thread Steve Streza
a reference implementation of the login workflow using the OAuthConsumer framework. You can download a precompiled application or the source over at GitHub: http://github.com/amazingsyco/oauthery Feedback always welcome! Thanks, Steve

[twitter-dev] Re: GET list members/subscribers - variant that returns ids only?

2009-11-11 Thread Steve Farrell
. On Wed, Nov 11, 2009 at 12:11 AM, Steve Farrell st...@farrell.org wrote: The social graph methods that return a list of ids are very simple and efficient.  For example:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids. Are there plans for offering analogous

[twitter-dev] Streaming apis for follows/following?

2009-11-11 Thread Steve Farrell
Hey, Have you guys given any thought to a streaming api for follows/ following? So, specifically, you'd name a set of people (or get a firehose), and you'd get pushed a notification in real time every time a one of those users follows / is followed? Of course, one could generalize such a

[twitter-dev] Re: Extraneous tweets?

2009-10-30 Thread Steve Farrell
Yes, I think that's exactly the case. But not to one particular user_id, just a lot of (apparently) random people. On Sep 7, 7:30 pm, John Kalucki jkalu...@gmail.com wrote: Do the apparently extraneous tweets happen to be in_reply_to a specified user_id? -John

[twitter-dev] Case is wrong in GeoRSS

2009-10-06 Thread steve
my code to look for uppercase Point for now... -steve

[twitter-dev] Extraneous tweets?

2009-09-07 Thread Steve Farrell
Hi! I'm just getting started using the follow API. We got access to shadow (thanks!) and I'm taking it for a spin now. I'm following about 7k people. Something weird I've found is that I seem to routinely get tweets from users who were not included in my follow=parameter. I think I must be

[twitter-dev] Socket closing getting user timeline?

2009-08-26 Thread Steve
seems pretty un- recoverable to me)? I've been using the HTTP Components library for a while now for this stuff, and this has just started being a problem in the last few days. Any help would be appreciated! Steve Green

[twitter-dev] Re: Socket closing getting user timeline?

2009-08-26 Thread Steve
On Aug 26, 3:49 pm, Steve eelstretch...@gmail.com wrote: I'm using the Apache HTTP Components to fetch data from Twitter and I've run across something weird.  I'm requestinghttp://twitter.com/statuses/user_timeline.jsonfor a given user, OK. Duh. Pilot error and I'm dumb. I blame the cold

[twitter-dev] Re: DDoS update: Friday 8PM PDT

2009-08-09 Thread Steve Andaz
Whilst i understand your working on fixing the problem, what i dont understand is how come its taking so long. . . . Over the past 18 months with the extensive popularity of twitter shouldnt you have invested in the security used by other social networking sites? Afterall,some of them were

[twitter-dev] Re: Knowing how to judge Search API rate limits

2009-08-06 Thread steve
I will start investigating the streaming API - thanks. steve On Aug 5, 3:18 pm, John Kalucki jkalu...@gmail.com wrote: Steve, It sounds like you should consider the /follow method in the streaming API. You'll get similar results with no latency or rate limits. If you need to follow more

[twitter-dev] Re: Knowing how to judge Search API rate limits

2009-08-05 Thread steve
I avoid blowing my code up! :-) Thanks for the response, Steve On Aug 4, 10:46 pm, Chad Etzel c...@twitter.com wrote: Hi Steve, This system sounds like will work well. Your current numbers as stated should stay within the rate limits. However, you should add logic to your code which

[twitter-dev] Knowing how to judge Search API rate limits

2009-08-04 Thread steve
be 60 per minute = 3600 per hour, or 2700 per hour. Is this within the unknown limits? If someone from Twitter could confirm/deny that my use of caching, user-agent and shorter pauses all works together, I'd appreciate it. Thanks, Steve -- Quick Web Ltd UK

[twitter-dev] Re: Friend Selector

2009-06-24 Thread Steve Brunton
/creating_a_facebook_style_autocomplete He also recently posted about OAuth with GWT too. -steve

[twitter-dev] Twitpocalypse and yajl

2009-06-12 Thread Steve Streza
For those who didn't survive to the post-twitpocalyptic world thanks to YAJL, give this patch a shot. http://gist.github.com/129033

[twitter-dev] Re: Is it possible to call API directly from flash

2009-06-01 Thread Steve Brunton
server=http://search.twitter.com/; /Object I had to put the block-ip in there because something on the Twitter side has a weird config and if I sent the X-orig-IP header or whatever it is the twitter side returned a 500. -steve

[twitter-dev] get alerts on topics in twitter

2009-05-27 Thread steve
Hey guys, I found a free online tool called Trackle ( http://tinyurl.com/pd9rag ). It allows you to track Twitter for information on anything or anyone and receive alerts when a tweet appears. It's cool! Cheers, Steve

[twitter-dev] Re: http://twitter.com/home?status=thisusedtowork

2009-05-15 Thread Steve Brunton
. I'm going to assume this has been deployed? The CNN and iReport Tweet This stuff is working properly. Just want to make sure I shouldn't give the business a heads up that it might be broke if it's not. -steve

[twitter-dev] replies blog post clarification...

2009-05-13 Thread Steve Brunton
with @username, but don't have the in_reply_to_status_id parameter set? -steve

[twitter-dev] Re: Getting Source Parameter in Java from XML returns

2009-04-17 Thread Steve Brunton
/ -steve

[twitter-dev] Search result pagination bugs

2009-04-15 Thread steve
doesn't seem very reliable to me. You do seem to get less dupes then just calling search and incrementing the page number. But I'm still seeing dupes, results for the wrong language, and sometimes totally wierd results. -steve

[twitter-dev] How is lang tracked for queries?

2009-04-15 Thread steve
issuing 2 different queries for 2 different languages asynchronously. It looks like if I always specify a lang=foo param (even when paginating results) I'm ok... I just want to make sure that's always going to be the case. -steve

[twitter-dev] Re: Connection Keep-Alive and Max Simultaneous Connections

2009-04-08 Thread Steve Brunton
header I'm going to guess no. That's just a guess though. -steve

[twitter-dev] Re: The OAuth Conundrum

2009-03-27 Thread Steve Brunton
for that to get the token that then gets dumped into a config file. -steve

[twitter-dev] Re: The OAuth Conundrum

2009-03-27 Thread Steve Brunton
to our scripts. I posed the same question earlier and never saw a response or a suggestion that there might be an alternate plan in the works for those of us that do backend internal work of such things, so I'm currently planning the OAuth route. -steve

[twitter-dev] Re: OAuth preparation

2009-03-16 Thread Steve Brunton
a tweet swing by a while ago, but now it seems to have disappeared although TechCrunch still has a story up. I was going to move the 'Tweet This' for .com up onto the list of things to do tomorrow if it had. -steve

[twitter-dev] Re: OAuth preparation

2009-03-16 Thread Steve Brunton
. -steve

[twitter-dev] Re: TinyUrl and Twitter. Should I use it?

2009-03-10 Thread Steve Brunton
[top quoting is the debil] Another +1 for bit.ly. I was trying to do a tweet this for .com, but I couldn't work any ju-ju to get it to work the way I wanted. When OAuth is public (or out of private beta) I'll work on it again and use bit.ly to shorten the URL's back to the news story. -steve

[twitter-dev] OAuth and internal applications

2009-02-27 Thread Steve Brunton
Apps as the application and just clump all our various things underneath that? Thanks. -steve

[twitter-dev] Re: Does this exist?

2009-02-26 Thread Steve Brunton
As much as I hate top quoting. You mean like Twubble? http://crazybob.org/twubble/ -steve On Thu, Feb 26, 2009 at 6:43 PM, TjL luo...@gmail.com wrote: My favorite part of TwitReports is the Follower Crossover information: Assume a user Joe and a user Ed. Ed follows Joe. Joe might

Re: twitter API

2009-02-17 Thread Steve Brunton
: http://apiwiki.twitter.com/REST+API+Documentation -steve

Re: in reply to metadata missing for manual replies

2009-01-24 Thread Steve Brunton
with it. I've always found that assuming or guessing you know what the end user is attempting to do is a sure sign of something going wrong. -steve

Re: Putting a ceiling on requests from users and IPs on the whitelist

2009-01-21 Thread Steve Brunton
://apiwiki.twitter.com/REST+API+Documentation#ratelimitstatus -steve

Re: Search via Proxy question/error

2008-12-31 Thread Steve Brunton
) and it looks to be working now. Back to working on a prototype of something for one of the businesses then. -steve

Search via Proxy question/error

2008-12-25 Thread Steve Brunton
I'm playing around with trying to get search results via a proxy request through my local webserver. For some reason though the search API keeps on returning 500 HTML results with a 200 status code. Just wondering what might be passing through in the request that is breaking something on the

Re: Followings Updates not coming from AP

2008-12-10 Thread Steve Ng Ming Yeow
Hi Jje, Think you might need to elaborate a bit more. We might have the same issue (and i have seen it being mentioned in some other places), but would need more details to ascertain. Do you get an error, or are the changes in following just not being reflected? M On Wed, Dec 10, 2008 at

Re: Using CAPTCHAs to get more followers on twitter.

2008-12-08 Thread Steve Ng Ming Yeow
Hi Amir, I would like to salute your initiative in posting up ideas here, and getting feedback. I personally do not think that this is workable, but feel free to contact me for ideas as well. :) M On Mon, Dec 8, 2008 at 4:09 PM, Amir Michail [EMAIL PROTECTED] wrote: On Mon, Dec 8, 2008 at