Re: [twitter-dev] Adding more users to the twitter stream listener

2011-05-09 Thread Arnaud Meunier
There is a list of best practices on how to update your Filter Predicates in the Streaming API doc: http://dev.twitter.com/pages/streaming_api_concepts#updating-filter-predicates Arnaud / @rno http://twitter.com/rno On Fri, May 6, 2011 at 4:54 PM, Shannon Whitley

Re: [twitter-dev] lists/statuses not work with count option

2011-05-09 Thread Arnaud Meunier
Thanks for reporting! Will correct this :) Arnaud / @rno http://twitter.com/rno On Fri, May 6, 2011 at 11:08 PM, noki noris...@gmail.com wrote: Hi, I noticed lists/statuses API end point does not work with count option but work with per_page option. The API document(

Re: [twitter-dev] 403 error during status update

2011-05-09 Thread Arnaud Meunier
Hey there, Could you share the full HTTP Response you're receiving, please? By the way, did you try to change the text (status parameter)? You could be receiving a 403 because you are trying to send the same status as the last user's one. Arnaud / @rno http://twitter.com/rno On Fri, May 6,

Re: [twitter-dev] Lists randomly disappearing and reappearing (from API and website)

2011-05-09 Thread Arnaud Meunier
Hey Raul, Could you please give us more details around those two issues (including Full HTTP Request and Response), and ideally file a new bug on https://code.google.com/p/twitter-api/issues/list (if you can reproduce the issue)? Thanks! Arnaud / @rno http://twitter.com/rno On Sat, May 7,

Re: [twitter-dev] Adding more users to the twitter stream listener

2011-05-09 Thread Faustino Forcén
El 9/5/11 08:01, Arnaud Meunier: There is a list of best practices on how to update your Filter Predicates in the Streaming API doc: http://dev.twitter.com/pages/streaming_api_concepts#updating-filter-predicates Arnaud. Thanks for pointing us to these best practices. I now have a question

[twitter-dev] Re: Automatic tweets for multiple accounts from Website

2011-05-09 Thread Gauti
Thanks Abraham Tried what you suggested, it works very well. I will be implementing it soon. Thanks again -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Questions on User.search and API timeout issues

2011-05-09 Thread Yogesh
Hello, I am using @anywhere library to search for twitter users by firstname + lastname. On using twiiter connect button, I have noticed that the popup window that shows allow access to app times out periodically. It keeps waiting for response from twitter. Same behavior is observed upon

[twitter-dev] HTTP Response Codes -403

2011-05-09 Thread Balaji Krishnan
Hi I am trying to develop a simple application using Streaming API. When i try to connect i am getting a HTTP Response code 403. The error message is User authenticated properly but is not in a required role for this resource; contact the API team for appropriate access. Based on the error

[twitter-dev] API doubts HELP

2011-05-09 Thread Ramkumar
I am developing a chrome extension for twitter (yeah another one ;-)). I have few doubts from twitter’s API documentation at the implementation. I will use javascript code to clear doubts. BASE STRING var xhr = new XMLHttpRequest(); xhr.open(METHOD,URL, false);

[twitter-dev] Username Password Authentication

2011-05-09 Thread Bahrain
Hi All, I am new to this email group and new to the whole Twitter development field, however I have a pretty good knowledge about Java, which is what I will be using to develop my test Desktop app... I am aiming to create a desktop application which I can feed in 2 (or more) usernames and

[twitter-dev] Using Twitter API in case of Dot Net

2011-05-09 Thread Ankur Gupta
Hi, I have created windows based service which checks user tweets to do some task at user machine. Since its windows based Service, so it cannot have a UI (I presume). To retweet back user profile, i need authorisation key. Can you please suggest me how to proceed in this case?Or atleast can

Re: [twitter-dev] Adding more users to the twitter stream listener

2011-05-09 Thread Arnaud Meunier
Hey Faustino, Yes, you can use an auxiliary connection (reducing your loss window using a delta scheme, as explained in the doc) to manage query velocity. But that really makes sense in a large predicates (higher access level) + frequent updates context. Arnaud / @rno http://twitter.com/rno

[twitter-dev] Re: Consumer key and comsumer secret

2011-05-09 Thread Vijay Ramachandran
On May 8, 8:20 am, Kalpa Welivitigoda callka...@gmail.com wrote: I'm trying to develop a twitter client with python. Is it ok to let the consumer key and consumer secret to be visible in the python script. If not could anyone please suggest a way to hide it. This is not an easy issue to

Re: [twitter-dev] HTTP Response Codes -403

2011-05-09 Thread Arnaud Meunier
Hey Balaji, Which resource were you trying to connect to? As explained in the doc, the default access level grants you access to statuses/filter ( http://dev.twitter.com/pages/streaming_api_methods/#statuses-filter) and statuses/sample (

[twitter-dev] Re: Someone can help me in this situation ?

2011-05-09 Thread Brian Sutorius
Hello, please send an email to a...@twitter.com -- from the email address used with your old Twitter account if possible -- and include as much information about these apps and accounts as you can. We'll work with you from there. Brian Sutorius Twitter API Policy On May 6, 6:27 pm, anirudha

[twitter-dev] Weird error page on stream.twitter.com calls

2011-05-09 Thread Pablo Fernandez
Hello Twitter :) I'm the developer of an OAuth library for java. I recently tested it on the streaming API and found a little quirk. When making a query to: http://stream.twitter.com/1/statuses/filter.json with a 'track' parameter with whitespace on it, I get a jetty 404 html page as a

Re: [twitter-dev] Weird error page on stream.twitter.com calls

2011-05-09 Thread Taylor Singletary
Hi Pablo, The OAuth implementations on streaming.twitter.com and api.twitter.com are slightly different -- the api.twitter.com implementation likely being more lenient to things like unencoded spaces. Spaces in POST bodies and query strings should always be encoded, regardless, as %20 whether

[twitter-dev] Quick update on Devnest

2011-05-09 Thread Jason Costa
Hi everyone, We're excited to see many of you this Thursday for Devnest. Just a couple of quick updates on the event. The Agenda: - Introduction from Dick Costolo - Platform updates from Ryan Sarver - Presentations from ecosystem developers - QA session with members of our platform team - After

Re: [twitter-dev] Re: Oauth authorize isn't working consistently

2011-05-09 Thread Matt Harris
Hi Ryan, We've tested across a range of feature and smart phones and haven't been able to reproduce this. Do you know which devices are experiencing the issue so we can investigate further? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Sun, May 8, 2011 at

[twitter-dev] Re: Quick update on Devnest

2011-05-09 Thread Orian Marx (@orian)
Glad to see this is going on, and that the event is being recorded for those of us who can't attend. Sorry for the snark but, does Twitter not have any room in the developer outreach budget for power strips? @orian On May 9, 7:07 pm, Jason Costa jasonco...@twitter.com wrote: Hi everyone,

[twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Abhi
sample url :http://search.twitter.com/search.atom?lang=enrpp=100result_type=mixedq=%22Geometry+Essentials+For+Dummies%22+Mark+Ryansince_id=1304977102 all my twitter search api calls (with since_id in them ) are returning since date or since_id is too old -- Twitter developer documentation and

[twitter-dev] Re: Quick update on Devnest

2011-05-09 Thread Jason Costa
Hi Orian, It's a limitation of the building - the electrical network isn't set up to support that many connections in the area where the event is being held. It would not be fun to blow a fuse in the middle of a presentation - thus, the ask that developers charge their laptops ahead of time.

Re: [twitter-dev] Username Password Authentication

2011-05-09 Thread Georgooty varghese
Hi, Basic authentication was removed currently. So you can use xAuth authentication, Using xAuth , you can directly enter username and password into your application... Regards, George On Mon, May 9, 2011 at 6:14 PM, Bahrain aaljow...@gmail.com wrote: Hi All, I am new to this email group

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Matt Harris
Hi Abhi, The ID you are passing is 1304977102 which is really old. If you are not sure which since_id to use you should omit it from your query. The response from the API will then include the oldest since_id available. Remember the Search API only stores the last 7 days worth of Tweets.

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Abhishek Jain
Hi Matt, thanks for the quick response: http://search.twitter.com/search.atom?lang=enrpp=100result_type=mixedq=%22Hell+To+Pay%22+Neal+Hallsince_id= *1304633831* However unix time 1304633831 stands for May 5th is that too old for the twitter API? Cheers, Abhi On Mon, May 9, 2011 at 8:42 PM,

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Mark Linsey
since_id values are tweet ID's, not unix timestamps. On Mon, May 9, 2011 at 8:47 PM, Abhishek Jain abhishek2j...@gmail.comwrote: Hi Matt, thanks for the quick response: http://search.twitter.com/search.atom?lang=enrpp=100result_type=mixedq=%22Hell+To+Pay%22+Neal+Hallsince_id= *1304633831*

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Matt Harris
Hi Abhi, As Mark mentions, since_id is a Tweet ID not a unix timestamp. Right now this is in the region of 67770831463395328. If you want to Search since a certain date you can include the parameter since:-mm-dd in your query parameter. e.g:

Re: [twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Abhishek Jain
Thanks Mark and Matt for the help. solved the problem :) On Mon, May 9, 2011 at 9:02 PM, Matt Harris thematthar...@twitter.comwrote: Hi Abhi, As Mark mentions, since_id is a Tweet ID not a unix timestamp. Right now this is in the region of 67770831463395328. If you want to Search since a

[twitter-dev] Re: Username Password Authentication

2011-05-09 Thread Bahrain
Thanks, George. I will look into it and try and figure out how to use it. Cheers, Abdulla On May 10, 6:36 am, Georgooty varghese georgo...@gmail.com wrote: Hi, Basic authentication was removed currently. So you can use xAuth authentication, Using xAuth , you can directly enter username and