Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread PRAVEEN KUMAR
If user has provided permissions in that case which API method can provide
me this information.
Is it provided by new GEO functions created by Twitter. Can you please let
me know the use of these functions also to get thte IP.

Thanks.

On Fri, Mar 12, 2010 at 9:47 AM, TJ Luoma luo...@luomat.net wrote:

 On Thu, Mar 11, 2010 at 10:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.com
 wrote:

  I want to get IP address of user based on the last tweet sent by him.
  Message may be sent from machine or from mobile but in both the cases
  whatever IP he has used I need that in my application to find out
  user's current location.
 
  Please help me in getting this detail.Which API function can solve my
  problem ?

 None. That information isn't available via the API, nor should it be
 as it would be a major issue of privacy that I'm sure Twitter wouldn't
 want to open up without explicit permission from the users.

 TjL



Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread PRAVEEN KUMAR
Hi Zac,

can you please suggest how I can use these two new URLs. I mean what are the
parameters need to be passed.

Thanks.

On Fri, Mar 12, 2010 at 1:12 PM, Zac Bowling zbowl...@gmail.com wrote:

 The user's IP isn't available. Would be a huge security and privacy issue.

 However location is possible using the new geo features. It's opt in and it
 requires the user use client that supports sending location data, but the
 accuracy is far greater then any kind of geo-ip lookup could offer.

 Zac Bowling



 On Thu, Mar 11, 2010 at 7:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.comwrote:

 Hi All,

 I want to get IP address of user based on the last tweet sent by him.
 Message may be sent from machine or from mobile but in both the cases
 whatever IP he has used I need that in my application to find out
 user's current location.

 Please help me in getting this detail.Which API function can solve my
 problem ?

 Thanks.
 (Praveen Kumar)





Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread Raffi Krikorian

Nope.  There is no API to retrieve the IP address of a user.



On Mar 11, 2010, at 11:01 PM, PRAVEEN KUMAR erpraveen2...@gmail.com  
wrote:


If user has provided permissions in that case which API method can  
provide me this information.
Is it provided by new GEO functions created by Twitter. Can you  
please let me know the use of these functions also to get thte IP.


Thanks.

On Fri, Mar 12, 2010 at 9:47 AM, TJ Luoma luo...@luomat.net wrote:
On Thu, Mar 11, 2010 at 10:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.com 
 wrote:


 I want to get IP address of user based on the last tweet sent by  
him.
 Message may be sent from machine or from mobile but in both the  
cases

 whatever IP he has used I need that in my application to find out
 user's current location.

 Please help me in getting this detail.Which API function can solve  
my

 problem ?

None. That information isn't available via the API, nor should it be
as it would be a major issue of privacy that I'm sure Twitter wouldn't
want to open up without explicit permission from the users.

TjL



Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread Raffi Krikorian
http://dev.w3.org/geo/api/spec-source.html

On Thu, Mar 11, 2010 at 11:46 PM, M. Edward (Ed) Borasky
zzn...@gmail.comwrote:

 Actually, the native Twitter web page does use your IP address to
 geolocate. I haven't been able to make it work yet with Chrome, and I
 haven't tried it on Windows with IE8, but on Linux, with Firefox 3.6,
 Twitter asks the browser to determine location. Firefox does it thusly:

 http://www.mozilla.com/en-US/firefox/geolocation/

 Curiously enough, I haven't found where Firefox announces what it has
 figured out for your location to you. I saw the menu that *Twitter* had of
 possible locations, but I didn't see anything in *Firefox* with that list!
 It must be there, but I haven't found it.


 --
 M. Edward (Ed) Borasky
 borasky-research.net/m-edward-ed-borasky/

 A mathematician is a device for turning coffee into theorems. ~ Paul
 Erdos





 Quoting Zac Bowling zbowl...@gmail.com:

  The user's IP isn't available. Would be a huge security and privacy issue.

 However location is possible using the new geo features. It's opt in and
 it
 requires the user use client that supports sending location data, but the
 accuracy is far greater then any kind of geo-ip lookup could offer.

 Zac Bowling


 On Thu, Mar 11, 2010 at 7:08 PM, PRAVEEN KUMAR  erpraveen2...@gmail.com
 wrote:

  Hi All,

 I want to get IP address of user based on the last tweet sent by him.
 Message may be sent from machine or from mobile but in both the cases
 whatever IP he has used I need that in my application to find out
 user's current location.

 Please help me in getting this detail.Which API function can solve my
 problem ?

 Thanks.
 (Praveen Kumar)






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


Re: [twitter-dev] Getting IP of user from Tweets

2010-03-12 Thread M. Edward (Ed) Borasky
Thanks!! Incidentally, the Firefox documentation says that Firefox  
doesn't store the retrieved location info anywhere, either on my  
client or on Mozilla servers. It's passing whatever it got from  
Google's service directly to Twitter.


So we have essentially Google and Twitter and my ISP all talking to  
each other trying to figure out where I am and mostly getting it  
wrong. Out of the three options Twitter gave me, two were totally  
wrong and one was right only in the broadest sense - technically, my  
zip code matches.


--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos

Quoting Raffi Krikorian ra...@twitter.com:


http://dev.w3.org/geo/api/spec-source.html

On Thu, Mar 11, 2010 at 11:46 PM, M. Edward (Ed) Borasky
zzn...@gmail.comwrote:


Actually, the native Twitter web page does use your IP address to
geolocate. I haven't been able to make it work yet with Chrome, and I
haven't tried it on Windows with IE8, but on Linux, with Firefox 3.6,
Twitter asks the browser to determine location. Firefox does it thusly:

http://www.mozilla.com/en-US/firefox/geolocation/

Curiously enough, I haven't found where Firefox announces what it has
figured out for your location to you. I saw the menu that *Twitter* had of
possible locations, but I didn't see anything in *Firefox* with that list!
It must be there, but I haven't found it.


--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul
Erdos





Quoting Zac Bowling zbowl...@gmail.com:

 The user's IP isn't available. Would be a huge security and privacy issue.


However location is possible using the new geo features. It's opt in and
it
requires the user use client that supports sending location data, but the
accuracy is far greater then any kind of geo-ip lookup could offer.

Zac Bowling


On Thu, Mar 11, 2010 at 7:08 PM, PRAVEEN KUMAR  erpraveen2...@gmail.com
wrote:

 Hi All,


I want to get IP address of user based on the last tweet sent by him.
Message may be sent from machine or from mobile but in both the cases
whatever IP he has used I need that in my application to find out
user's current location.

Please help me in getting this detail.Which API function can solve my
problem ?

Thanks.
(Praveen Kumar)









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





[twitter-dev] Getting IP of user from Tweets

2010-03-11 Thread PRAVEEN KUMAR
Hi All,

I want to get IP address of user based on the last tweet sent by him.
Message may be sent from machine or from mobile but in both the cases
whatever IP he has used I need that in my application to find out
user's current location.

Please help me in getting this detail.Which API function can solve my
problem ?

Thanks.
(Praveen Kumar)


Re: [twitter-dev] Getting IP of user from Tweets

2010-03-11 Thread TJ Luoma
On Thu, Mar 11, 2010 at 10:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.com wrote:

 I want to get IP address of user based on the last tweet sent by him.
 Message may be sent from machine or from mobile but in both the cases
 whatever IP he has used I need that in my application to find out
 user's current location.

 Please help me in getting this detail.Which API function can solve my
 problem ?

None. That information isn't available via the API, nor should it be
as it would be a major issue of privacy that I'm sure Twitter wouldn't
want to open up without explicit permission from the users.

TjL


Re: [twitter-dev] Getting IP of user from Tweets

2010-03-11 Thread Zac Bowling
The user's IP isn't available. Would be a huge security and privacy issue.

However location is possible using the new geo features. It's opt in and it
requires the user use client that supports sending location data, but the
accuracy is far greater then any kind of geo-ip lookup could offer.

Zac Bowling


On Thu, Mar 11, 2010 at 7:08 PM, PRAVEEN KUMAR erpraveen2...@gmail.comwrote:

 Hi All,

 I want to get IP address of user based on the last tweet sent by him.
 Message may be sent from machine or from mobile but in both the cases
 whatever IP he has used I need that in my application to find out
 user's current location.

 Please help me in getting this detail.Which API function can solve my
 problem ?

 Thanks.
 (Praveen Kumar)



Re: [twitter-dev] Getting IP of user from Tweets

2010-03-11 Thread M. Edward (Ed) Borasky
Actually, the native Twitter web page does use your IP address to  
geolocate. I haven't been able to make it work yet with Chrome, and I  
haven't tried it on Windows with IE8, but on Linux, with Firefox 3.6,  
Twitter asks the browser to determine location. Firefox does it  
thusly:


http://www.mozilla.com/en-US/firefox/geolocation/

Curiously enough, I haven't found where Firefox announces what it has  
figured out for your location to you. I saw the menu that *Twitter*  
had of possible locations, but I didn't see anything in *Firefox* with  
that list! It must be there, but I haven't found it.



--
M. Edward (Ed) Borasky
borasky-research.net/m-edward-ed-borasky/

A mathematician is a device for turning coffee into theorems. ~ Paul Erdos




Quoting Zac Bowling zbowl...@gmail.com:


The user's IP isn't available. Would be a huge security and privacy issue.

However location is possible using the new geo features. It's opt in and it
requires the user use client that supports sending location data, but the
accuracy is far greater then any kind of geo-ip lookup could offer.

Zac Bowling


On Thu, Mar 11, 2010 at 7:08 PM, PRAVEEN KUMAR   
erpraveen2...@gmail.comwrote:



Hi All,

I want to get IP address of user based on the last tweet sent by him.
Message may be sent from machine or from mobile but in both the cases
whatever IP he has used I need that in my application to find out
user's current location.

Please help me in getting this detail.Which API function can solve my
problem ?

Thanks.
(Praveen Kumar)