Re: [twitter-dev] What exactly does the follow parameter to friendships/create do?

2009-12-13 Thread Josh Bleecher Snyder
Thanks Zach and Josh. Sure enough, it was a stupid question. :)

Definitely seems like adding more color to the docs would be a good idea.

-josh



On Sun, Dec 13, 2009 at 12:03 AM, Josh Roesslein jroessl...@gmail.com wrote:
 Hey Josh,

 Notifications when enable will cause tweets from the followed user to
 be sent to the authenticated user's device.
 See 
 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-notifications%C2%A0follow
 for more details.

 Josh

 On Sat, Dec 12, 2009 at 7:37 PM, Josh Bleecher Snyder
 joshar...@gmail.com wrote:
 Hi all,

 I'm sure this is a stupid question, but my Google kung fu is failing me.

 http://apiwiki.twitter.com/Twitter-REST-API-Method:-friendships%C2%A0create
 describes the parameter thus:

 * follow.  Optional. Enable notifications for the target user in
 addition to becoming friends.

 What confuses me is: What are notifications for the target user?

 Thanks,
 Josh




[twitter-dev] Help with getting started

2009-12-13 Thread Q
Hi,

I have a website with a product listing. I would like to tweet about
each new product added to the site that all the followers can get an
update. The site is written in rails. Is there any plugin available
out there which will allow me to tweet to my own account?


[twitter-dev] Re: Rate Limit Whitelisting Change

2009-12-13 Thread Stas
Thanks Abraham,
Does this mean that the IP produced by traceroute http://myservername.com;
was an incorrect one?
Thank you,
-Stas

On Dec 11, 12:36 pm, Abraham Williams 4bra...@gmail.com wrote:
 Make sure you got the correct IP whitelisted.

 From your server do curlhttp://jazzychad.net/iponly.php;. That will be
 your external IP.

 Abraham





 On Thu, Dec 3, 2009 at 22:37, Stas stas.ant...@gmail.com wrote:
  Hi Michael,
  Thanks you for your response.
  The error does not specify the reason (see below), but it does show
  when 'get status' method is being executed for an user ID that is has
  not been whitelisted; we cannot possibly whitelist all application
  users.

  ERROR: Rate limit exceeded. Clients may not make more than 150
  requests per hour.

  We whitelisted our IP address; the response from Twitter stated that
  our IP address and twitter @user_id (that we used to submit the form)
  has been whitelisted (we did not ask for @user_id to be whitelisted,
  but Twitter whitelisted it anyway).
  The application is using user standard methods (get a status, update a
  status, get user screen name, etc.) for various users who use the
  application, but the initial login within the application code is done
  with the whitelisted user id.

  What's the common way of doing this task?  In other words, how would
  somebody like HootSuite would approach this?  They are getting
  thousands of status, screen name, etc. per minute it seems.
  I think we are missing something obvious.
  Thank you,
  -Stas

  On Nov 23, 2:56 pm, Michael Steuer mste...@gmail.com wrote:
   Youre seeing rate limit errors for unauthenticated calls from that ip
   address, or when you authenticated calls for a user that's not
   whitelisted?

   On Nov 23, 2009, at 10:30 AM, Stas stas.ant...@gmail.com wrote:

We have received whitelisting approval from Twitter, but seems it is
applicable to the @name and the IP.
Given that we still get rate limit errors, should we just whitelist
the IP?

If so, what is the process of changing the whitelisting options?

Thank you,
-Stas

 --
 Abraham Williams | Community Evangelist |http://web608.org
 Project | Intersect |http://intersect.labs.poseurtech.com
 Hacker |http://abrah.am|http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Madison, WI, United States


Re: [twitter-dev] What exactly does the follow parameter to friendships/create do?

2009-12-13 Thread Raffi Krikorian
done!

On Sun, Dec 13, 2009 at 6:08 AM, Josh Bleecher Snyder
joshar...@gmail.comwrote:

 Thanks Zach and Josh. Sure enough, it was a stupid question. :)

 Definitely seems like adding more color to the docs would be a good idea.

 -josh



 On Sun, Dec 13, 2009 at 12:03 AM, Josh Roesslein jroessl...@gmail.com
 wrote:
  Hey Josh,
 
  Notifications when enable will cause tweets from the followed user to
  be sent to the authenticated user's device.
  See
 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-notifications%C2%A0follow
  for more details.
 
  Josh
 
  On Sat, Dec 12, 2009 at 7:37 PM, Josh Bleecher Snyder
  joshar...@gmail.com wrote:
  Hi all,
 
  I'm sure this is a stupid question, but my Google kung fu is failing me.
 
 
 http://apiwiki.twitter.com/Twitter-REST-API-Method:-friendships%C2%A0create
  describes the parameter thus:
 
  * follow.  Optional. Enable notifications for the target user in
  addition to becoming friends.
 
  What confuses me is: What are notifications for the target user?
 
  Thanks,
  Josh
 
 




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


Re: [twitter-dev] Re: Regarding the search API based on Geo location

2009-12-13 Thread Raffi Krikorian
the geotagging API has only launched a few weeks ago, and there are only a
limited number of clients that can use it.  couple that with the fact that
search does not return all the tweets and does disgard some tweets, you will
have a low probability of finding a geotagged tweet - especially once you go
to searching such a massive radius.

On Sat, Dec 12, 2009 at 7:34 PM, Jeremylv levan.jer...@gmail.com wrote:

 I've been trying to get search results with Geo but even if I do a
 query with a radius of 500mi around San Francisco, it returns me only
 tweets with geo=null.
 It seems that tweets with a geotag are not returned...

 Any idea why this is happening?

 Thank you,
 Jeremy




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


Re: [twitter-dev] Re: Regarding the search API based on Geo location

2009-12-13 Thread Raffi Krikorian
that all being said, we will have some additions to other APIs that should
make this easier -- we'll be announcing them soon.

On Sun, Dec 13, 2009 at 2:50 PM, Raffi Krikorian ra...@twitter.com wrote:

 the geotagging API has only launched a few weeks ago, and there are only a
 limited number of clients that can use it.  couple that with the fact that
 search does not return all the tweets and does disgard some tweets, you will
 have a low probability of finding a geotagged tweet - especially once you go
 to searching such a massive radius.


 On Sat, Dec 12, 2009 at 7:34 PM, Jeremylv levan.jer...@gmail.com wrote:

 I've been trying to get search results with Geo but even if I do a
 query with a radius of 500mi around San Francisco, it returns me only
 tweets with geo=null.
 It seems that tweets with a geotag are not returned...

 Any idea why this is happening?

 Thank you,
 Jeremy




 --
 Raffi Krikorian
 Twitter Platform Team
 http://twitter.com/raffi




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: Rapid access of social graph method results in account being locked?

2009-12-13 Thread Sal Conigliaro
Thanks Mark. I appreciate it.

On Dec 13, 1:28 am, Mark McBride mmcbr...@twitter.com wrote:
 I'll check with our abuse team, but this looks odd.





 On Sat, Dec 12, 2009 at 10:23 PM, Sal Conigliaro sco...@gmail.com wrote:
  Hi there-

  I have an app that compares who you're following to your friends
  followers. To do this, I query ttp://twitter.com/friends/ids.json?user_id=X
  and compare that to my (saved) list of IDs.

  I noticed that if I make repeated (unauthenticated) queries to
 http://twitter.com/friends/ids.json?user_id=X(ie, I'm comparing my
  friends to friend A's friends, then to friend A's friend (B), then to
  friend B's friend (C)) that user_id X gets locked out (I get the
  We've temporarily locked your account after too many failed attempts
  to sign in. Please chillax for a few, then try again. when trying to
  login to the website (or from a Twitter client).

  I'm guessing that the rapid, multiple queries look like abuse.

  I did notice, however, then if I make authenticated queries to the
  same API method, the account locking does *not* happen.

  Is this an anti-abuse method? Is my only option to use authenticated
  calls?

  Sal

 --
    ---Mark

 http://twitter.com/mccv


Re: [twitter-dev] Re: Rate Limit Whitelisting Change

2009-12-13 Thread Abraham Williams
Depends on on your server setup. You might have different IPs depending on
weither the request is incoming or outgoing.

A sure fire way to check though is to compare them.

Abraham

On Sun, Dec 13, 2009 at 12:48, Stas stas.ant...@gmail.com wrote:

 Thanks Abraham,
 Does this mean that the IP produced by traceroute http://myservername.com
 
 was an incorrect one?
 Thank you,
 -Stas

 On Dec 11, 12:36 pm, Abraham Williams 4bra...@gmail.com wrote:
  Make sure you got the correct IP whitelisted.
 
  From your server do curlhttp://jazzychad.net/iponly.php;. That will be
  your external IP.
 
  Abraham
 
 
 
 
 
  On Thu, Dec 3, 2009 at 22:37, Stas stas.ant...@gmail.com wrote:
   Hi Michael,
   Thanks you for your response.
   The error does not specify the reason (see below), but it does show
   when 'get status' method is being executed for an user ID that is has
   not been whitelisted; we cannot possibly whitelist all application
   users.
 
   ERROR: Rate limit exceeded. Clients may not make more than 150
   requests per hour.
 
   We whitelisted our IP address; the response from Twitter stated that
   our IP address and twitter @user_id (that we used to submit the form)
   has been whitelisted (we did not ask for @user_id to be whitelisted,
   but Twitter whitelisted it anyway).
   The application is using user standard methods (get a status, update a
   status, get user screen name, etc.) for various users who use the
   application, but the initial login within the application code is done
   with the whitelisted user id.
 
   What's the common way of doing this task?  In other words, how would
   somebody like HootSuite would approach this?  They are getting
   thousands of status, screen name, etc. per minute it seems.
   I think we are missing something obvious.
   Thank you,
   -Stas
 
   On Nov 23, 2:56 pm, Michael Steuer mste...@gmail.com wrote:
Youre seeing rate limit errors for unauthenticated calls from that ip
address, or when you authenticated calls for a user that's not
whitelisted?
 
On Nov 23, 2009, at 10:30 AM, Stas stas.ant...@gmail.com wrote:
 
 We have received whitelisting approval from Twitter, but seems it
 is
 applicable to the @name and the IP.
 Given that we still get rate limit errors, should we just
 whitelist
 the IP?
 
 If so, what is the process of changing the whitelisting options?
 
 Thank you,
 -Stas
 
  --
  Abraham Williams | Community Evangelist |http://web608.org
  Project | Intersect |http://intersect.labs.poseurtech.com
  Hacker |http://abrah.am|http://twitter.com/abraham
  This email is: [ ] shareable [x] ask first [ ] private.
  Sent from Madison, WI, United States




-- 
Abraham Williams | Awesome Lists | http://bit.ly/sprout608
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Madison, WI, United States


[twitter-dev] Direct message Ids

2009-12-13 Thread Harshad RJ
Hi,

Are the DM ids unique within {DMs + Tweets} set or only in the {DM} set?

In other words, if I am storing a collection of DMs and Tweets in a DB, can
I index it safely using DM.id and Tweet.id ?

thanks,
-- 
Harshad RJ
http://hrj.wikidot.com