Re: [twitter-dev] countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-28 Thread Jason Wong
Raffi, does the discontinuation of basic authorization on the API also effect the Streaming API or just the REST API? Thanks, Jason. Raffi Krikorian wrote: hi all. you're going to be hearing a lot from me over the next 9 weeks. our plan is to turn off basic authorization on the API by june

Re: [twitter-dev] countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-28 Thread Jason Wong
will launch with oAuth. The preview will switch over to oAuth soon. -John On Wed, Apr 28, 2010 at 9:05 AM, Jason Wong ja...@kratedesign.com wrote: Raffi, does the discontinuation of basic authorization on the API also effect the Streaming API or just the REST API? Thanks, Jason. Raffi

[twitter-dev] Re: php- Want to post updates from my site.

2009-05-18 Thread Jason Wong
I just launched a site using PHP and Oauth: http://tweeji.com http://apiwiki.twitter.com/OAuth-Examples I used a combination of Abraham's PHP TwitterOauth class and my own Twitter API wrapper for easy use. Feel free to email me if you need help. Jason. ncm123 wrote: Hi, I am making a

[twitter-dev] Oauth SIgn-in

2009-05-13 Thread Jason Wong
Has anyone noticed that the Oauth Sign in for users is again constantly asking to allow / deny even though the account has already granted access? I know this was the case before, but then it started detecting. And now it's back to this. Anyone else experiencing this? Jason.

[twitter-dev] Re: How do I find all replies to a status?

2009-04-23 Thread Jason Wong
://twitter.com/dougw On Wed, Apr 22, 2009 at 11:57 AM, Jason Wong ja...@kratedesign.com mailto:ja...@kratedesign.com wrote: As I see it, replies also contain @screen_name in them. There's already an API structure to find these items, via statuses/mentions

[twitter-dev] How do I find all replies to a status?

2009-04-22 Thread Jason Wong
I'm trying to find a way to get all replies to a certain status. I was looking at the statuses/mentions function, but according to the documentation it only works with the authenticated user's screen_name. If I use statuses/user_timeline and get a status id that I know has replies, is there a

[twitter-dev] Re: How do I find all replies to a status?

2009-04-22 Thread Jason Wong
at 10:04 AM, Jason Wong ja...@kratedesign.com mailto:ja...@kratedesign.com wrote: I'm trying to find a way to get all replies to a certain status. I was looking at the statuses/mentions function, but according to the documentation it only works