Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-29 Thread Fabien Penso
On Wed, Jul 27, 2011 at 8:35 AM, Tim Haines tmhai...@gmail.com wrote: I've seen 2 things recently that can cause it.  1) Your user you connect with becomes deauthed from the app, or 2) I upgraded my version of roauth gems in ruby today, and it broke the way I was handling params and I was

[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-29 Thread Rich
Yes but xAuth tokens don't have permission to access direct messages On Jul 25, 2:11 pm, John Meyer john.l.me...@gmail.com wrote: Forgive me if I'm wrong, but don't you get the oAuth tokens when you log in with xAuth? On 7/15/2011 10:00 AM, Garry wrote: e xAuth to access Twitter, my

[twitter-dev] new version 0.2.0 of twitter-api for clojure released

2011-07-29 Thread AdamWynne
Hi guys A new version 0.2.0 has been released with full async integration, reworked callbacks and some more tests. Uses some nifty protocol based performance tweaks. Its over at: https://github.com/adamwynne/twitter-api Cheers Adam -- Have you visited the Developer Discussions feature on

[twitter-dev] Same 'since' and 'until' date not working

2011-07-29 Thread Laksh Gupta
Hi I want to query tweets for a particular day. Say if I use 2011-07-28 as both starting date and ending date http://search.twitter.com/search?q=samsung+since%3A2011-07-28+until%3A2011-07-28 then I can see 1 tweet on my browser but not in the xml which I receive through my program. Instead

[twitter-dev] hard-coded oauth access token

2011-07-29 Thread Jonas
Is it possible to authenticate from a web page without any server-side program? I would like to use javascript (and jsonp with query-string oauth, I am guessing) and hard code my access_token in a javascript variable. I know this would be a major security no-no. I have no intention of putting