[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-29 Thread Zaudio
We're relying on the ID being sequention for a number of purposes: 1) Counting elapsed tweets to estimate tweet rates to feed back into count parameter to backtrack when restarting streaming API/Shadow - how will we be able to do that without sequential IDs??? 2) Indexing and sorting pages of

[twitter-dev] twitter_grabber.

2010-03-29 Thread ayan
Hi All, I am trying to build a code in core Java for which i can get the tweets of my followers and followings by using twitter API methods.As am using twitter4j's .jar files so can any one help me in getting the code or can anyone build that code for me to get the tweets because am stuck in

[twitter-dev] Tweeting with different users but same application?

2010-03-29 Thread luisg
Hello people. I have a doubt here... Can you help me? The thing is, I created a twitter account and my own twitter application. Than I wrote a small Ruby program that allow me to post tweets in twitter. So, my tweets are like: (USERNAME_HERE) Tweet from backend ruby code... 11:38 AM Mar 26th

[twitter-dev] Re: Search Weirdness?

2010-03-29 Thread Stephen Rife
Hi Naveen The quotes around your phrase search looks like they have been double url-escaped. this works for me: /search.json?q=Socialscope+OR+%22social+scope%22rpp=200 - Steve @melobubu Digital Garage, Tokyo On 3月27日, 午前4:08, Naveen knig...@gmail.com wrote: I have a search request that

[twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
Which method can I use to find this? To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

Re: [twitter-dev] Tweeting with different users but same application?

2010-03-29 Thread John Meyer
On 3/29/2010 2:49 AM, luisg wrote: rent users (user1, user2 and user3) using the same application (application_test). Is this possible? Thanks Luis Are you wanting to have three different user log in from the same IP address and post up? Or do you want to have different users use your

Re: [twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Nigel Legg
In the user details data, there is a protected flag - true if protected. This is the place to find it. On 29 March 2010 12:40, Dushyant dushyantaror...@gmail.com wrote: Which method can I use to find this? To unsubscribe from this group, send email to twitter-development-talk+

Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread John Meyer
It's possible, but it might be against the terms of service. Certainly doing that raises the probability that you will hit your IP rate limit quicker. On 3/29/2010 9:01 AM, luisg wrote: Actually the idea will be post tweets using information in the database. Like, if a new insert in the

Re: [twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Abraham Williams
You can seen an example on http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show Abraham On Mon, Mar 29, 2010 at 08:06, Nigel Legg nigel.l...@gmail.com wrote: In the user details data, there is a protected flag - true if protected. This is the place to find it. On 29 March

[twitter-dev] How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
When you tweet you can see this tag in this url http://api.twitter.com/1/statuses/user_timeline.xml But for direct messages which method can we use? To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE

[twitter-dev] Re: How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
thnx Abraham On Mar 29, 8:55 pm, Abraham Williams 4bra...@gmail.com wrote: You can seen an example onhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show Abraham On Mon, Mar 29, 2010 at 08:06, Nigel Legg nigel.l...@gmail.com wrote: In the user details data, there is a

[twitter-dev] Re: How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
Thanks Nigel On Mar 29, 8:06 pm, Nigel Legg nigel.l...@gmail.com wrote: In the user details data, there is a protected flag - true if protected. This is the place to find it. On 29 March 2010 12:40, Dushyant dushyantaror...@gmail.com wrote: Which method can I use to find this? To

[twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote: When you tweet you can see this tag in_reply_to_status_id/ in this url http://api.twitter.com/1/statuses/user_timeline.xml But for direct messages which method can we use? To unsubscribe from this group, send email to

Re: [twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Abraham Williams
Direct messages have no no reply_to meta data. Abraham On Mon, Mar 29, 2010 at 11:05, Dushyant dushyantaror...@gmail.com wrote: On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote: When you tweet you can see this tag in_reply_to_status_id/ in this url

Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread Abraham Williams
How would it be against Twitter's TOS? A single application posting statuses for multiple accounts. Sounds like many popular and well known applications. If the application is misleading users or posting spam then those are subject to TOS violations and actions by Twitter. Since they are

[twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
So there is no way to know whether this was a new message or a reply? No hacks? On Mar 29, 11:54 pm, Abraham Williams 4bra...@gmail.com wrote: Direct messages have no no reply_to meta data. Abraham On Mon, Mar 29, 2010 at 11:05, Dushyant dushyantaror...@gmail.com wrote: On Mar 29, 10:47

[twitter-dev] OAuth login UX suggestion

2010-03-29 Thread Peter Kieltyka
Hey guys, We just released a twitter webapp that uses oauth to authenticate users. It works great, but I always see users typing in their username/ password then hitting enter to login. However, pressing enter just selects the Sign in button, it doesn't actually submit the form. It leaves the

[twitter-dev] Classic ASP oAuth?

2010-03-29 Thread Liz
Looking to add twitter integration to Classic ASP. I have a page that tweets automatically, which I got to work with Basic Auth, of course that is going to be depreciated soon so I have to get oAuth working. Another thing I have to do is to verify credentials, for which I have to store people's

Re: [twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Abraham Williams
If UserA has a recent DM from UserB and send a DM back to UserB the chances are pretty high that it is a reply. Other then that not really. Abraham On Mon, Mar 29, 2010 at 12:12, Dushyant dushyantaror...@gmail.com wrote: So there is no way to know whether this was a new message or a reply? No

Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread John Meyer
On 3/29/2010 1:05 PM, Abraham Williams wrote: How would it be against Twitter's TOS? A single application posting statuses for multiple accounts. Sounds like many popular and well known applications. If the application is misleading users or posting spam then those are subject to TOS violations

[twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread vegapanama
Hi there, I would like to know if its possible to send auto messages in the form of @ mentions to my followers timeline. Thanks, Frank To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the

Re: [twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread Taylor Singletary
Hi Frank, You'll want to take a look at Twitter's automation best practices: http://bit.ly/94rkFf The best rule of thumb when it comes to automated @replies/@mentions is the following: 1) The users you @mention should be following the account that is automating the tweets 2) The users should

Re: [twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread Francisco Vega
Taylor, Thanks a lot mister, I see you here now. Congrats, Frank Vega El 3/29/10 11:55 p.m., Taylor Singletary taylorsinglet...@twitter.com escribió: Hi Frank, You'll want to take a look at Twitter's automation best practices: http://bit.ly/94rkFf The best rule of thumb when it comes to

[twitter-dev] Re: Bulk User Lookups

2010-03-29 Thread DustyReagan
Agreed! Thanks for this method! With the secondary limits removed, the bulk user lookup method is amazing! :) On Mar 26, 9:33 am, Dewald Pretorius dpr...@gmail.com wrote: I just want to say thank you for the new users/lookup API method, and for removing the secondary limits. It has improved

Re: [twitter-dev] Race conditions?

2010-03-29 Thread Michael Steuer
Nice catch! :) but a double negative is a positive so he must be following 1 user... ;) On Mar 29, 2010, at 3:42 PM, Yu-Shan Fung ambivale...@gmail.com wrote: Or some kind of eventual consistency bug (doubt it)? Anyway, this user is apparently following -2 people. In other words, if he

[twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
Thanks Abraham On Mar 30, 2:07 am, Abraham Williams 4bra...@gmail.com wrote: If UserA has a recent DM from UserB and send a DM back to UserB the chances are pretty high that it is a reply. Other then that not really. Abraham On Mon, Mar 29, 2010 at 12:12, Dushyant