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
swhit...@whitleymedia.comwrote:

 I need to attack this issue too, so I'm looking forward to suggestions.


 On Fri, May 6, 2011 at 9:35 AM, Ray Slakinski ray.slakin...@gmail.comwrote:

 I'm working on a program that uses the stream api to listen for tweets
 from a list of users, if that list of user changes it appears to me
 that I need to drop connection and reconnect in order to listen to the
 new list of users even if its just to add one new user. If I do this I
 could loose tweets during the time it takes to reconnect, especially
 if its frequent enough.

 So does the API handle this scenario and I'm just missing something?
 or any tips/tricks that might make the transition smoother as users
 get added/removed?

 Ray Slakinski

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


  --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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( http://dev.twitter.com/doc/get/lists/statuses )
 mentions on count option to specifies the number of tweet to get.
 But

 http://api.twitter.com/1/lists/statuses.xml?list_id=7286322count=1

 alway retrun 20 tweets. And with old style option

 http://api.twitter.com/1/lists/statuses.xml?list_id=7286322per_page=1

 return just one tweet.

 Thank you.
 --
 noki(Norio Suzuki)



 Thank you.

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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, 2011 at 7:34 PM, j2me kshetriam...@gmail.com wrote:

 Hello everyone
 I was able to get token and secret and able to get the timeline of the
 user. But when i tried to update status i get 403 error. And I am not
 being able to get the error response. All I get is 403 error which
 says Forbidden. When I try to get the actual response I exception is
 thrown. I am using JAVA(desktop). These are my base string, header and
 connecting url

 POSThttps%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses
 %2Fupdate.jsonoauth_consumer_key%3Dmy consumer key%26oauth_nonce
 %3D-783282128%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp
 %3D1304731810%26oauth_token%3Dmy token%26oauth_version%3D1.0%26status
 %3Dtesting%2520testing


 OAuth oauth_signature=ZnacQwEWpKCAUmh6D2EEnDKbP7Q%3D,
 oauth_version=1.0, oauth_nonce=-783282128,
 oauth_signature_method=HMAC-SHA1, oauth_consumer_key=my consumer
 key, oauth_token=my token, oauth_timestamp=1304731810


 https://api.twitter.com/1/statuses/update.json?status=testing%20testing

 is there anything wrong going in my basestring, header and url?

 I tried using a scribe. I get the same basestring, header while using
 same timestamp and nonce. signature matches.

 Any help?

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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, 2011 at 1:40 PM, Raul raul.fernan...@formulists.com wrote:

 It seems like lists have been more unreliable than usual over the last
 few days. This is what we've been noticing:

 - /1/lists.json returns with missing lists (for example, we get
 sometimes 12 lists instead of 20. If we try to create a new list at
 this point, we get an error message saying there are already 20 lists)
 - Finding/adding/deleting list members randomly returns a 404 Not
 Found exception. In most cases, we retry the request after a few
 seconds and it works.

 The lists can stay missing for between seconds to hours and disappear
 from the Twitter website as well. We've been trying to workaround
 those issues with periodic retries, but it's getting tougher when
 lists stay missing for extended periods.

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 regarding the use of two users, the main one and the
new-users one. Does it mean that we can make two connections with
different users from the same IP? I'll give it a try.

Thanks again



-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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
searching for users. It sometimes doesn't work but works all right
after a while. I haven't been able to figure out any pattern on this
time out issues. What is solution to this issue?

I am trying to search twitter for users by their full name (first
name
+ last name.) . It returns me 20 results as expected.
When I append 'page=2' to finduser variable below, I get empty
response.
twttr.anywhere(function (T){
  T.User.search(finduser).each(function(user){
  // work on results
  });
});

I have 3 questions:
 1. How do I know upfront how many results matched my query?
 2. How to enable pagination?
 3. How to attach a loader function(that can show a loader gif till
the ajax
request-response is complete) to search method?

Any suggestions/hints are appreciated.

I had posted this email to @anywhere development list a while ago but
did not get any suggestions.

Thanks,
Yogesh

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 message what 'appropriate access' do i need and
who can provide this to me please.

Regards
bala

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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);
xhr.setRequestHeader(Authorization,HEADER);

xhr.onreadystatechange = function() {

if (xhr.readyState == 4 )
{
//func
}
}

xhr.send(BODY);
}

HEADER: usual header with oauth details (same for all)

FOR UPDATING STATUS
BASE STRING: should have the usual oauth details with URL as given
below and also BODY as give below
METHOD: POST
URL: http://api.twitter.com/1/statuses/update.json
BODY: status=something

Result: INTERNAL SERVER ERROR

FOR GETTING TIMELINE BY COUNT
BASE STRING: should have the usual oauth details with URL as given
below
METHOD: GET
URL: http://api.twitter.com/version/statuses/home_timeline.json?count=200
BODY: count=200

Result: INVALID SIGNATURE

RETWEETING
BASE STRING: should have the usual oauth details with URL as given
below
METHOD: POST
URL: http://api.twitter.com/version/statuses/retweet/:id.json
BODY: null
“id” in the url means id specified in the json of the tweet.

Result:  NOT FOUND ERROR


Please clear my mistakes and any changes I need to make.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 password(s) for my personal account and be able to
view the timelines of these accounts..

I have developed my test app using OAuth where it requires me to
register the app and give it access permission and all.. then hardcode
the token and consumer secret keys...

However, I was wondering if it was at all possible to use the basic
way of authentication (username/password). if so, can someone point me
at the right direction please?

Thanks

Regards,
A. Aljowder

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 i get authorisation key token in some defined file
and then read from that file. If its possible or some other
alternative, please do inform me.

-Thanks
Ankur Gupta

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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



On Mon, May 9, 2011 at 1:21 AM, Faustino Forcén f...@forcen.com wrote:

 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 regarding the use of two users, the main one and the
 new-users one. Does it mean that we can make two connections with
 different users from the same IP? I'll give it a try.

 Thanks again



 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 solve, nor is it in Twitter's control to
solve.

See this comment - http://ask.slashdot.org/comments.pl?sid=214172cid=17409468
- on this thread  - 
http://ask.slashdot.org/story/06/12/30/004257/Keeping-Passwords-Embedded-In-Code-Secure
on slashdot.

The one place where I've seen this work controlled the entire stack
from the OS on up, and so could support sharing secrets in processes
which needed them (say, for database access) while making it really,
really hard for someone with access to the box and malignant intent to
steal it.

regards,
Vijay

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 (
http://dev.twitter.com/pages/streaming_api_methods/#statuses-sample). Note
that the count parameter is not supported either on default access level.

Arnaud / @rno http://twitter.com/rno



On Mon, May 9, 2011 at 1:39 AM, Balaji Krishnan bkrish1...@gmail.comwrote:

 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 message what 'appropriate access' do i need and
 who can provide this to me please.

 Regards
 bala

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 gupta anir...@gmail.com wrote:
 I have twitter account who i used for create a new application
 twitter. suddenly i revoke access of all application i used to access
 twitter so i deleted the account on twitter.

 now i don't know what happen with the first application i register in
 twitter. i try  to access them in twitter and i am able to use the key
 of application that's means twitter not deleted them with the delete
 the account last.

 i recreate the account on twitter and now how i can access the old
 registered application i make last time.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 response.

Some important notes:

* The problem disappears when the 'track' value has no whitespace
(which led me to think that my whitespace-encoding-fu was weak...
but..)

* The library works great while posting tweets with 'status' parameter
with whitespace

Thanks a lot.

Pablo Fernandez

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 used as criteria for a streaming filter or
posting a status update on the REST API -- it's invalid otherwise whether
one of our implementations accepts it or not :)

As a library developer, it's up to you on whether you want to put the onus
of proper parameter encoding on the end-developer or if you want to handle
transposing space characters to %20 (or + if you're feeling brave and/or
reckless) -- there are trade-offs in either approach.

@episod http://twitter.com/episod - Taylor Singletary


On Mon, May 9, 2011 at 2:51 PM, Pablo Fernandez
fernandezpabl...@gmail.comwrote:

 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 response.

 Some important notes:

 * The problem disappears when the 'track' value has no whitespace
 (which led me to think that my whitespace-encoding-fu was weak...
 but..)

 * The library works great while posting tweets with 'status' parameter
 with whitespace

 Thanks a lot.

 Pablo Fernandez

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 QA, members of our platform team will be hanging out - please
show us your apps!
- Shortly after 8:30pm, we'll be heading to Jillian's to hang out -
feel free to join us

Other important notes about the event:
- Please plan to start arriving around 6:15pm, as we'll do our best to
start on time at 6:30pm
- We'll be signing in registered guests in the first floor lobby of
our office (795 Folsom Street)
- Be sure to juice up your laptop battery before arriving: we'll be
extremely limited on power outlets!
- The hashtag for the event will be #devnestSF
- If you can't attend but would like to ask questions, please tag them
with #devnestSF
- We'll be live-tweeting from the @twitterapi account - be sure to
follow along!

For those on the waitlist, we've had significant interest in the event
and won't be able to accommodate additional attendees this time
around. But don't worry, we'll be having more of these in the future
and we'll also be recording the event. We plan to upload the video
footage to dev.twitter.com.

See you Thursday!

--Jason

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 12:20 PM, artesea ryancul...@gmail.com wrote:

 I have reports of users not having any username/password boxes when on
 the oauth page using their mobiles.

 Ryan Cullen
 dabr / dab.argh

 On May 7, 11:21 pm, Aaron Rankin aran...@sproutsocial.com wrote:
  I'm posting in case Twitter is unaware. The authorize page/process is
  regularly returning no tokens. It is working some of the time. Our
  users have reported this since Wednesday.
 
  Aaron Rankin
  Sprout Social

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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,

 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 QA, members of our platform team will be hanging out - please
 show us your apps!
 - Shortly after 8:30pm, we'll be heading to Jillian's to hang out -
 feel free to join us

 Other important notes about the event:
 - Please plan to start arriving around 6:15pm, as we'll do our best to
 start on time at 6:30pm
 - We'll be signing in registered guests in the first floor lobby of
 our office (795 Folsom Street)
 - Be sure to juice up your laptop battery before arriving: we'll be
 extremely limited on power outlets!
 - The hashtag for the event will be #devnestSF
 - If you can't attend but would like to ask questions, please tag them
 with #devnestSF
 - We'll be live-tweeting from the @twitterapi account - be sure to
 follow along!

 For those on the waitlist, we've had significant interest in the event
 and won't be able to accommodate additional attendees this time
 around. But don't worry, we'll be having more of these in the future
 and we'll also be recording the event. We plan to upload the video
 footage to dev.twitter.com.

 See you Thursday!

 --Jason

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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.

Thanks,

--Jason


On May 9, 8:28 pm, Orian Marx (@orian) or...@orianmarx.com wrote:
 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,

  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 QA, members of our platform team will be hanging out - please
  show us your apps!
  - Shortly after 8:30pm, we'll be heading to Jillian's to hang out -
  feel free to join us

  Other important notes about the event:
  - Please plan to start arriving around 6:15pm, as we'll do our best to
  start on time at 6:30pm
  - We'll be signing in registered guests in the first floor lobby of
  our office (795 Folsom Street)
  - Be sure to juice up your laptop battery before arriving: we'll be
  extremely limited on power outlets!
  - The hashtag for the event will be #devnestSF
  - If you can't attend but would like to ask questions, please tag them
  with #devnestSF
  - We'll be live-tweeting from the @twitterapi account - be sure to
  follow along!

  For those on the waitlist, we've had significant interest in the event
  and won't be able to accommodate additional attendees this time
  around. But don't worry, we'll be having more of these in the future
  and we'll also be recording the event. We plan to upload the video
  footage to dev.twitter.com.

  See you Thursday!

  --Jason

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 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 password(s) for my personal account and be able to
 view the timelines of these accounts..

 I have developed my test app using OAuth where it requires me to
 register the app and give it access permission and all.. then hardcode
 the token and consumer secret keys...

 However, I was wondering if it was at all possible to use the basic
 way of authentication (username/password). if so, can someone point me
 at the right direction please?

 Thanks

 Regards,
 A. Aljowder

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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.
Anything created more than a week ago will not be available through the
Search API.

You can learn more about Search on our developer resources page:
http://dev.twitter.com/doc/get/search
and
http://dev.twitter.com/pages/using_search

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Mon, May 9, 2011 at 8:34 PM, Abhi abhishek2j...@gmail.com wrote:

 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 resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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, Matt Harris thematthar...@twitter.comwrote:

 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.
 Anything created more than a week ago will not be available through the
 Search API.

 You can learn more about Search on our developer resources page:
 http://dev.twitter.com/doc/get/search
 and
 http://dev.twitter.com/pages/using_search

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris



 On Mon, May 9, 2011 at 8:34 PM, Abhi abhishek2j...@gmail.com wrote:

 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 resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk




-- 
cheers,
Abhishek jain

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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*

 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, Matt Harris thematthar...@twitter.comwrote:

 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.
 Anything created more than a week ago will not be available through the
 Search API.

 You can learn more about Search on our developer resources page:
 http://dev.twitter.com/doc/get/search
 and
 http://dev.twitter.com/pages/using_search

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris



 On Mon, May 9, 2011 at 8:34 PM, Abhi abhishek2j...@gmail.com wrote:

 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 resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk




 --
 cheers,
 Abhishek jain

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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:

http://search.twitter.com/search.atom?lang=enrpp=100result_type=mixedq=%22Hell+To+Pay%22+Neal+Hall+since%3A2011-05-08

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Mon, May 9, 2011 at 8:55 PM, Mark Linsey m...@crowdbooster.com wrote:

 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*

 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, Matt Harris thematthar...@twitter.comwrote:

 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.
 Anything created more than a week ago will not be available through the
 Search API.

 You can learn more about Search on our developer resources page:
 http://dev.twitter.com/doc/get/search
 and
 http://dev.twitter.com/pages/using_search

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris



 On Mon, May 9, 2011 at 8:34 PM, Abhi abhishek2j...@gmail.com wrote:

 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 resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk




 --
 cheers,
 Abhishek jain

 --
 Twitter developer documentation and resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 certain date you can include the parameter
 since:-mm-dd in your query parameter. e.g:

 http://search.twitter.com/search.atom?lang=enrpp=100result_type=mixedq=%22Hell+To+Pay%22+Neal+Hall+since%3A2011-05-08

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris


 On Mon, May 9, 2011 at 8:55 PM, Mark Linsey m...@crowdbooster.com wrote:

 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*

 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, Matt Harris 
 thematthar...@twitter.comwrote:

 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.
 Anything created more than a week ago will not be available through the
 Search API.

 You can learn more about Search on our developer resources page:
 http://dev.twitter.com/doc/get/search
 and
 http://dev.twitter.com/pages/using_search

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris



 On Mon, May 9, 2011 at 8:34 PM, Abhi abhishek2j...@gmail.com wrote:

 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 resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk




 --
 cheers,
 Abhishek jain

 --
 Twitter developer documentation and resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources:
 https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


  --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk




-- 
cheers,
Abhishek jain

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 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 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 password(s) for my personal account and be able to
  view the timelines of these accounts..

  I have developed my test app using OAuth where it requires me to
  register the app and give it access permission and all.. then hardcode
  the token and consumer secret keys...

  However, I was wondering if it was at all possible to use the basic
  way of authentication (username/password). if so, can someone point me
  at the right direction please?

  Thanks

  Regards,
  A. Aljowder

  --
  Twitter developer documentation and resources:https://dev.twitter.com/doc
  API updates via Twitter:https://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk