[twitter-dev] Re: Profile Image URL

2010-03-15 Thread tsmango
The problem most people run into is that the "image_name" part changes if someone uploads a new profile image so if you're pulling that out of some older data, the profile image can break easily. Joe Stump created a great service called http://tweetimag.es to help with this problem. On Mar 15, 11:

[twitter-dev] Passing OAuth Access Key/Secrets between Our Mobile & Web Apps?

2010-05-12 Thread tsmango
I'd like to run something past everyone to make sure I'm not missing something obvious that would make what I'm thinking of doing insecure. I'm working on a web application with an iPhone app that goes along with it (we haven't launched yet). Our web application provides an API that the iPhone app

[twitter-dev] Re: Passing OAuth Access Key/Secrets between Our Mobile & Web Apps?

2010-05-12 Thread tsmango
not some other party. > > Taylor Singletary > Developer Advocate, Twitterhttp://twitter.com/episod > > > > On Wed, May 12, 2010 at 12:12 PM, tsmango wrote: > > I'd like to run something past everyone to make sure I'm not missing > > something obvious t

[twitter-dev] Re: Recent Places-related API enhancements & more to come...

2010-06-15 Thread tsmango
I can't really test this right now because geo services are currently disabled, but does this mean that the geo/reverse_geocode and geo/ search api methods both return "places" in addition to neighborhoods and cities now? I understand they are all technically "places" but I mean business entities a

[twitter-dev] Re: Recent Places-related API enhancements & more to come...

2010-06-17 Thread tsmango
n for this method states that this is the preferred method for allowing users to select a place to attach to their tweet. Anyhow, probably should have waited until the geo services were turned back on the other day before posting my questions. Sorry for the trouble and hope the granularity option of &qu

[twitter-dev] Re: is it possible to search replies from a certain status_id?

2010-07-21 Thread tsmango
Unfortunately, there isn't a single API method that allows this. >From the FAQ: http://dev.twitter.com/pages/api_faq#replies Q: How do I get all replies to a particular status? A: For now, there's not a great way to do this. We've heard the requests, though, and we'll be providing a solution for

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread tsmango
Just to clarify, xauth will be available to mobile applications (who apply) going forward to authenticate users, not just a one time way to exchange stored usernames and passwords? On Feb 11, 10:18 pm, Raffi Krikorian wrote: > hi all. > > this is a long overdue e-mail, but i wanted to tease out s

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread tsmango
users through > the regular oauth workflow. > > > > > > On Fri, Feb 12, 2010 at 8:15 AM, Raffi Krikorian wrote: > > yup!  that's the plan.  sorry if it wasn't clear in the e-mail blast. > > > On Fri, Feb 12, 2010 at 6:14 AM, tsmango wrote: >

[twitter-dev] Site Streams - Unfollow Events?

2010-09-29 Thread tsmango
re said to support both follow and unfollow events. Are the plans to add unfollow events to Site Streams? Thanks, in advance! - @tsmango By the way, Home Timelines being delivered through Site Streams is really incredible. I can't wait to get this stuff into my production environment. Thanks, agai

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-29 Thread tsmango
Ah I wasn't able to find that. It's a shame if true. Thanks for the information. On Sep 29, 6:05 pm, Tim Haines wrote: > Seen this answered about 1 - 2 weeks ago.  Answer is no. > > > > On Thu, Sep 30, 2010 at 6:23 AM, tsmango wrote: > > I was hoping for some cla

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread tsmango
t; -John Kaluckihttp://twitter.com/jkalucki > Twitter, Inc. > > > > On Wed, Sep 29, 2010 at 5:09 PM, tsmango wrote: > > Ah I wasn't able to find that. It's a shame if true. Thanks for the > > information. > > > On Sep 29, 6:05 pm, Tim Haines wrote: &

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread tsmango
dward (Ed) Boraskyhttp://borasky-research.nethttp://twitter.com/znmeb > > "A mathematician is a device for turning coffee into theorems." - Paul Erdos - Thomas Mango @tsmango -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread tsmango
g the block (the source of the action), *not* the target of > the action. > >    ---Mark > > http://twitter.com/mccv > > > > On Thu, Sep 30, 2010 at 9:31 AM, tsmango wrote: > > Hi, Ed. Block and unblock events are already being delivered in the > > Site Stream.

[twitter-dev] Re: Search Twitter replies

2010-10-02 Thread tsmango
When #newtwitter was launched, this was added. The API method isn't documented yet so they're saying it could change, but the the method is: GET /1/related_results/show/:id - also worth noting the authenticated user must have access to #newtwitter. Checkin here for more details: http://groups.goog

[twitter-dev] Site Streams: Work Locally / 401 Unauthorized From EC2 (/cc @jkalucki)

2010-10-12 Thread tsmango
I've been working on a site stream implementation for the past week or so from my local environment without any issues. However, I just setup a new EC2 instance this morning and I'm unable to connect from it (I receive 401 Unauthorized). I've tried a few attempts over the course of several hours.