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 database happen, I need to post
a tweet using he credentials present in another table of the database.
understand?
So, if user 1 (or user 2...) do an insert in the database, my
application need to post a tweet using that user credentials.
and the tweet will be like:

User1 message from user1
11:38 AM Mar 26th via application_test

So the users don't need to login... My application should do that for
them.

Is this possible?


On Mar 29, 3:56 pm, John Meyerjohn.l.me...@gmail.com  wrote:

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
app from different IPs?


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.



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] 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 authenticated request the will be per user and not based on
the IP.

Abraham

On Mon, Mar 29, 2010 at 08:24, John Meyer john.l.me...@gmail.com wrote:

 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 database happen, I need to post
 a tweet using he credentials present in another table of the database.
 understand?
 So, if user 1 (or user 2...) do an insert in the database, my
 application need to post a tweet using that user credentials.
 and the tweet will be like:

 User1 message from user1
 11:38 AM Mar 26th via application_test

 So the users don't need to login... My application should do that for
 them.

 Is this possible?


 On Mar 29, 3:56 pm, John Meyerjohn.l.me...@gmail.com  wrote:

 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
 app from different IPs?


 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.


 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.




-- 
Abraham Williams | Community Advocate | http://abrah.am
Digri | Your network just got hotter | http://digri.net
This email is: [ ] shareable [x] ask first [ ] private.

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] 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 and actions by Twitter.

Since they are authenticated request the will be per user and not based
on the IP.




Depends upon the use.  A program sending out multiple updates from 
various users could be construed as spam depending upon the number of 
messages.  and what triggers the twit?  Is it an item being inserted or 
run as a batch all at one time?


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.