[twitter-dev] Location of a Tweet

2010-02-21 Thread Liz Crawford
I am new to java and I was wondering if anybody knew how to get the
location of a tweet (not the geolocation) using the twitter4j Library
when you do a query class search.

Thanks


[twitter-dev] Twitter4j GeoLocation

2010-02-18 Thread Liz Crawford
 I was wondering if anyone knew how to
search within a specific geolocation and then have the coordinates
(when applicable) to show up in the results. I am able to search for a
specific term within a certain area. I can also search for a specific
term, not in a specific area and have the lat and long show up in the
search results. But I cannot get both to happen at the same time
(search in an area, and return the specific lat and long if they have
one).
I'm using the twitter4j Library for Java

Is this possible?


[twitter-dev] twitter GeoLocation

2010-02-15 Thread Liz Crawford
i'm having trouble getting a geolocation to show up when I am
searching within a specific radius of a geolocation. i'm using the
twitter4j library. is it possible to search a location and have the
specific lat and long returned in the results.

thanks


[twitter-dev] Re: Find Location where tweet came from

2010-02-15 Thread Liz Crawford
I was reading this thread and I was wondering if anyone knew how to
search within a specific geolocation and then have the coordinates
(when applicable) to show up in the results. I got my program to
search within a certain area, and I was able to get the coordinates
when not looking in a specific area, but I cannot get it to do both.
Is it possible


On Feb 12, 11:26 pm, devjyoti patra djpa...@gmail.com wrote:
 Hi,

 Is there an easy way to convert these geo-codes into actual locations.
 I'm using a lookup table which has been created by matching (geo-code)
 - (location specified by the user). But i was wondering if there is a
 Yahoo Placemaker kind of service that developers are already using for
 twitter.

 Regards,
 Devjyoti



 On Sat, Feb 13, 2010 at 6:18 AM, Raffi Krikorian ra...@twitter.com wrote:
  nah - no worries.  data is coming in and the rate at which geotags come in
  increases every day.

  On Fri, Feb 12, 2010 at 4:19 PM, Eric Marcoullier @ Gnip
  e...@marcoullier.com wrote:

  Raffi -- you are absolutely correct.  It turns out it's a frequency
  thing.  I've done a whole bunch of random looks at result data in the
  last couple of months and I've never seen one.  Now that I know what
  to look for, I just grabbed a batch of 50,000 search results and found
  several.

  Many apologies for any work you had to do to drop some knowledge on
  me :)

  Eric

  On Feb 12, 9:22 am, Raffi Krikorian ra...@twitter.com wrote:
   hi eric.

   just to make sure i understand what you're saying - you're saying that
   the
   geo tag (from the geotagging API) is not showing up from search?  i beg
   to
   disagree

   deskdog:Desktop raffi$
   *curlhttp://search.twitter.com/search.json?q=tomcoates*
   {
       results:
       [
         ...
           {

   profile_image_url:http://a1.twimg.com/profile_images/523070730/twitterProfilePhoto_norm...
   ,
               created_at:Fri,
                12 Feb 2010 05:05:51 +,
               from_user:vicchi,
               to_user_id:1292126,
               text:@tomcoates You did really well today. Rest. Relax.
   Blog.
   Sleep. See you tomorrow.,
               id:8995500197,
               from_user_id:59842,
               to_user:tomcoates,
               *geo:*
   *            {*
   *                type:Point,*
   *                coordinates:*
   *                [*
   *                    37.2655,*
   *                    -121.9648*
   *                ]*
   *            },*
               iso_language_code:en,
               source:lt;a href=quot;http://www.tweetdeck.com/;
   rel=quot;nofollowquot;gt;TweetDecklt;/agt;
           },
   ...
       max_id:9014080861,
       since_id:0,
       refresh_url:?since_id=9014080861q=tomcoates,
       next_page:?page=2max_id=9014080861q=tomcoates,
       results_per_page:15,
       page:1,
       completed_in:0.053853,
       query:tomcoates

   }

   seems to be working for me?

   On Fri, Feb 12, 2010 at 6:59 AM, Eric Marcoullier @ Gnip 

   e...@marcoullier.com wrote:
I apologize if this has been previously covered, but it appears that
explicit geotag info is not shown for any tweet returned via the
search API, regardless of whether a user has authorized public geo
reporting.

As a result, it is possible to determine what is being said in a
specific location, but it is not possible to determine where people
are talking about a specific subject.

I understand you not wanting to show all the signals that lead to a
geo search match, but I can't grok why you're witholding specific
metadata from the search results.

Any light you can shed would be valuable to my customers. Any plans to
change this policy would be rad.

Thanks!
Eric

(on my iPhone. Sorry for typeos)

On Feb 11, 8:20 pm, Raffi Krikorian ra...@twitter.com wrote:
 each user has a location field associated with it - but that is self
 reported.

 On Thu, Feb 11, 2010 at 2:17 PM, don host.st...@gmail.com wrote:
  Thanks for the reply. Thats what I was thinking.

  Would there be any way to return the location data of user with
  the
  search results for a word?

  So that I didn't need to make seperate calls for each user?

  thanks so much for your help.

  On Feb 12, 3:20 am, Raffi Krikorian ra...@twitter.com wrote:
   twitter only returns data back in its geo field if the tweet
   has
been
   explicitly geotagged.

   search, however, attempts to use other signals to determine
   where the
  tweet
   is, and will attempt to return more tweets when you use its
search
   parameter.  it does not, however, expose those signals in the
   search
   results.

   On Wed, Feb 10, 2010 at 1:39 PM, don host.st...@gmail.com
   wrote:
Hi All,

I'm trying to determine the location where a tweet came from.

I know you can do a search specifying the location you want to