Re: [twitter-dev] Twitter whitelisting question

2011-02-03 Thread Jan Paricka
So any luck with the whitelisting?

I'm too trying to get whitelisted for months!  Sending the whitelist
requests in but still no word from twitter.

This is the App I work on http://74.3.248.227/

Jan



On Thu, Feb 3, 2011 at 7:28 AM, Leon Meijer l...@lmeijer.nl wrote:

  Hi,

 Sorry for the communication problem (I don't have the right english words
 here sorry:P), but i'm not automating it ;) I only wrote a script which
 shows the user those people who are not following back, then the user can
 selecht (using a checkbox) who he/she wants to unfollow, I needed this
 function because someones script started to follow all my followers
 followers (which is also against the rulez and against what I wanted:P) so I
 had to create something to be able to unfollow a lot of people at once,
 except those who are following back, so no automation on this one ;)

 Sorry for the inconvenience.

 Regards,

 Leon

  --
 *From:* Jan Paricka [mailto:jpari...@gmail.com]
 *To:* twitter-development-talk@googlegroups.com
 *Sent:* Wed, 02 Feb 2011 14:39:01 +0100
 *Subject:* Re: [twitter-dev] Twitter whitelisting question

 Leon,

 A script that unfollow people who do not follow back is very much against
 the terms of use of the twitter API.  You cannot automate follow - unfolow.
   Great idea but it won't work with twitter.   :-((

 Jan

 On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote:

  Hi Jan,

 I'm having the same problem here, now I'm coding some script to unfollow
 people who do not follow back, for this I have to execute the users/show
 call to get the screen_name (pitty that /friends/ids and followers/ids
 doesn't return the user info...) and after 350 calls or so the rate limit is
 reached while the API documentation says that there is no rate limit (only 1
 call per request or something).

 So my questions are:
 - Where can I see the whitelist status?
 - Why is the users/show rate limited?

 Regards,

 Leon

  --
 *From:* jparicka [mailto:jpari...@gmail.com]
 *To:* Twitter Development Talk [mailto:
 twitter-development-talk@googlegroups.com]
 *Sent:* Fri, 28 Jan 2011 02:29:36 +0100
 *Subject:* [twitter-dev] Twitter whitelisting question


 Hi there,

 I'm trying to get my app whitelisted on twitter. For months.

 Is twitter still whitelisting at all? It's becoming sort of a road
 block for us...

 Thank you,

 Jan

 --
 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: 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: 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


Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Jan Paricka
Leon,

A script that unfollow people who do not follow back is very much against
the terms of use of the twitter API.  You cannot automate follow - unfolow.
  Great idea but it won't work with twitter.   :-((

Jan

On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote:

  Hi Jan,

 I'm having the same problem here, now I'm coding some script to unfollow
 people who do not follow back, for this I have to execute the users/show
 call to get the screen_name (pitty that /friends/ids and followers/ids
 doesn't return the user info...) and after 350 calls or so the rate limit is
 reached while the API documentation says that there is no rate limit (only 1
 call per request or something).

 So my questions are:
 - Where can I see the whitelist status?
 - Why is the users/show rate limited?

 Regards,

 Leon

  --
 *From:* jparicka [mailto:jpari...@gmail.com]
 *To:* Twitter Development Talk [mailto:
 twitter-development-talk@googlegroups.com]
 *Sent:* Fri, 28 Jan 2011 02:29:36 +0100
 *Subject:* [twitter-dev] Twitter whitelisting question


 Hi there,

 I'm trying to get my app whitelisted on twitter. For months.

 Is twitter still whitelisting at all? It's becoming sort of a road
 block for us...

 Thank you,

 Jan

 --
 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: 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


Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Leon Meijer
Hi,  
   
Sorry for the communication problem (I don't have the right english words here 
sorry:P), but i'm not automating it ;) I only wrote a script which shows the 
user those people who are not following back, then the user can selecht (using 
a checkbox) who he/she wants to unfollow, I needed this function because 
someones script started to follow all my followers followers (which is also 
against the rulez and against what I wanted:P) so I had to create something to 
be able to unfollow a lot of people at once, except those who are following 
back, so no automation on this one ;)  
   
Sorry for the inconvenience.  
   
Regards,  
   
Leon
  _  

  From: Jan Paricka [mailto:jpari...@gmail.com]
To: twitter-development-talk@googlegroups.com
Sent: Wed, 02 Feb 2011 14:39:01 +0100
Subject: Re: [twitter-dev] Twitter whitelisting question

Leon,  

  
A script that unfollow people who do not follow back is very much against the 
terms of use of the twitter API.  You cannot automate follow - unfolow.   Great 
idea but it won't work with twitter.   :-((  

  
Jan

  
On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote:

  
Hi Jan,  
   
I'm having the same problem here, now I'm coding some script to unfollow people 
who do not follow back, for this I have to execute the users/show call to get 
the screen_name (pitty that /friends/ids and followers/ids doesn't return the 
user info...) and after 350 calls or so the rate limit is reached while the API 
documentation says that there is no rate limit (only 1 call per request or 
something).  
   
So my questions are:  
- Where can I see the whitelist status?  
- Why is the users/show rate limited?  
   
Regards,  
   
Leon
  _  

  From: jparicka [mailto:jpari...@gmail.com]
To: Twitter Development Talk [mailto:twitter-development-talk@googlegroups.com]
Sent: Fri, 28 Jan 2011 02:29:36 +0100
Subject: [twitter-dev] Twitter whitelisting question  
  
  


Hi there,

I'm trying to get my app whitelisted on twitter. For months.

Is twitter still whitelisting at all? It's becoming sort of a road
block for us...

Thank you,

Jan

-- 
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: 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


Re: [twitter-dev] Twitter whitelisting question

2011-02-01 Thread Leon Meijer
Hi Jan,  
   
I'm having the same problem here, now I'm coding some script to unfollow people 
who do not follow back, for this I have to execute the users/show call to get 
the screen_name (pitty that /friends/ids and followers/ids doesn't return the 
user info...) and after 350 calls or so the rate limit is reached while the API 
documentation says that there is no rate limit (only 1 call per request or 
something).  
   
So my questions are:  
- Where can I see the whitelist status?  
- Why is the users/show rate limited?  
   
Regards,  
   
Leon
  _  

  From: jparicka [mailto:jpari...@gmail.com]
To: Twitter Development Talk [mailto:twitter-development-talk@googlegroups.com]
Sent: Fri, 28 Jan 2011 02:29:36 +0100
Subject: [twitter-dev] Twitter whitelisting question

Hi there,

I'm trying to get my app whitelisted on twitter. For months.

Is twitter still whitelisting at all? It's becoming sort of a road
block for us...

Thank you,

Jan

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


Re: [twitter-dev] Twitter whitelisting question

2011-02-01 Thread Matt Harris
Hi Leon,

Have you considered using the users/lookup method instead of users/show?
users/lookup allows you to retrieve the details of up to 100 user_ids or
screen_names in a single request.

There is more information about this method on our developer resources site:
http://dev.twitter.com/doc/get/users/lookup

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


On Tue, Feb 1, 2011 at 11:37 PM, Leon Meijer l...@lmeijer.nl wrote:

  Hi Jan,

 I'm having the same problem here, now I'm coding some script to unfollow
 people who do not follow back, for this I have to execute the users/show
 call to get the screen_name (pitty that /friends/ids and followers/ids
 doesn't return the user info...) and after 350 calls or so the rate limit is
 reached while the API documentation says that there is no rate limit (only 1
 call per request or something).

 So my questions are:
 - Where can I see the whitelist status?
 - Why is the users/show rate limited?

 Regards,

 Leon

  --
 *From:* jparicka [mailto:jpari...@gmail.com]
 *To:* Twitter Development Talk [mailto:
 twitter-development-talk@googlegroups.com]
 *Sent:* Fri, 28 Jan 2011 02:29:36 +0100
 *Subject:* [twitter-dev] Twitter whitelisting question

 Hi there,

 I'm trying to get my app whitelisted on twitter. For months.

 Is twitter still whitelisting at all? It's becoming sort of a road
 block for us...

 Thank you,

 Jan

 --
 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: 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-dev] Twitter whitelisting question

2011-01-27 Thread jparicka
Hi there,

I'm trying to get my app whitelisted on twitter.  For months.

Is twitter still whitelisting at all?  It's becoming sort of a road
block for us...

Thank you,

Jan

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