Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Isn't "Change location" in mobile site available with API?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
H.Hiro(Maraigue)  
View profile  
 More options Mar 25 2010, 9:11 am
From: "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
Date: Thu, 25 Mar 2010 06:11:22 -0700 (PDT)
Local: Thurs, Mar 25 2010 9:11 am
Subject: Isn't "Change location" in mobile site available with API?
In foursquare mobile site http://foursquare.com/mobile/
we can use "Change location" for setting current location.

Isn't it available with API?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Burris  
View profile   Translate to Translated (View Original)
 More options Mar 25 2010, 9:31 am
From: Christopher Burris <ch...@chilitechno.com>
Date: Thu, 25 Mar 2010 09:31:40 -0400
Local: Thurs, Mar 25 2010 9:31 am
Subject: Re: Isn't "Change location" in mobile site available with API?

You pass in a lat/lon pair when you make API calls. It assumes you get a
lat/lon pair from the mobile device's GPS (or cell tower trianglation).

On Thu, Mar 25, 2010 at 9:11 AM, H.Hiro(Maraigue)
<marai...@mail.goo.ne.jp>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
naveen  
View profile  
 More options Mar 25 2010, 9:59 am
From: naveen <naveen...@gmail.com>
Date: Thu, 25 Mar 2010 06:59:59 -0700 (PDT)
Local: Thurs, Mar 25 2010 9:59 am
Subject: Re: Isn't "Change location" in mobile site available with API?
yes, this is exactly why

every method potentially can have location information -- so there's
no need to have a separate "change default location" call

the mobile web version has this because we have to manually get
location data from the user (as opposed to being able to get it
silently via GPS or the browser)

On Mar 25, 9:31 am, Christopher Burris <ch...@chilitechno.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
H.Hiro(Maraigue)  
View profile  
 More options Mar 26 2010, 6:24 am
From: "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
Date: Fri, 26 Mar 2010 03:24:47 -0700 (PDT)
Local: Fri, Mar 26 2010 6:24 am
Subject: Re: Isn't "Change location" in mobile site available with API?
Thanks Burris & naveen.
I will think of other ways.

I have thought of using this function for apps with weak GPS system.
In fact, since my phone cannot find its location with cell tower
trianglation (only GPS is available), it takes much time to find its
location. Because of it, using WinMoSquare is inconvenient.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
naveen  
View profile  
 More options Mar 26 2010, 11:20 am
From: naveen <naveen...@gmail.com>
Date: Fri, 26 Mar 2010 08:20:17 -0700 (PDT)
Local: Fri, Mar 26 2010 11:20 am
Subject: Re: Isn't "Change location" in mobile site available with API?
so one way to do this with devices that don't have location/GPS is to
keep track of the user's manually entered location in the session

then, every time you make a request to our side (for instance, to see
a list of venues nearby), you pass this manual location data over in
place of the auto-location

this is essentially what our mobile web version is doing

On Mar 26, 6:24 am, "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
H.Hiro(Maraigue)  
View profile  
 More options Mar 27 2010, 4:06 am
From: "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
Date: Sat, 27 Mar 2010 01:06:21 -0700 (PDT)
Local: Sat, Mar 27 2010 4:06 am
Subject: Re: Isn't "Change location" in mobile site available with API?
Thanks,

The problem is that if a user moves very far without checking-in
anywhere (e.g. a flight of hundreds of miles), then the user cannot
make a new check-in at new location in case of GPS is unavailable and
not using web interface.
In the case the user needs to input his/her new location manually via
web interface by opening a browser, but I wonder it can be done via
API.

On 3月27日, 午前12:20, naveen <naveen...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Burris  
View profile  
 More options Mar 27 2010, 2:17 pm
From: Christopher Burris <ch...@chilitechno.com>
Date: Sat, 27 Mar 2010 14:17:07 -0400
Local: Sat, Mar 27 2010 2:17 pm
Subject: Re: Isn't "Change location" in mobile site available with API?

You can have an interface in your app where you capture an address or even
just the city, country, from the user and use a geocoding service to get a
lat/lon pair and then feed that to the API.
I know yahoo and google maps have a geocoding service you can use (subject
to certain terms of service).

On Sat, Mar 27, 2010 at 4:06 AM, H.Hiro(Maraigue)
<marai...@mail.goo.ne.jp>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
H.Hiro(Maraigue)  
View profile  
 More options Mar 28 2010, 11:55 am
From: "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
Date: Sun, 28 Mar 2010 08:55:46 -0700 (PDT)
Local: Sun, Mar 28 2010 11:55 am
Subject: Re: Isn't "Change location" in mobile site available with API?
Thanks very much.

It's true that I can convert addresses to lat/lon via external
service,
but if I use external service, the change of location is not reflected
into the information shown in http://foursquare.com/ .
So what I want to do most is to change the location as a function of
foursquare.

I strongly hope foursquare serves the function as API.

On 3月28日, 午前3:17, Christopher Burris <ch...@chilitechno.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
naveen  
View profile  
 More options Mar 29 2010, 12:18 pm
From: naveen <naveen...@gmail.com>
Date: Mon, 29 Mar 2010 09:18:01 -0700 (PDT)
Local: Mon, Mar 29 2010 12:18 pm
Subject: Re: Isn't "Change location" in mobile site available with API?

On Mar 28, 11:55 am, "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
wrote:

> Thanks very much.

> It's true that I can convert addresses to lat/lon via external
> service,
> but if I use external service, the change of location is not reflected
> into the information shown inhttp://foursquare.com/.
> So what I want to do most is to change the location as a function of
> foursquare.

> I strongly hope foursquare serves the function as API.

when you get the lat/lon from the external service, just pass it along
to our api. for instance, in the /venues call, you should always pass
the latest lat/lon

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
H.Hiro(Maraigue)  
View profile  
 More options Mar 30 2010, 5:15 am
From: "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
Date: Tue, 30 Mar 2010 02:15:18 -0700 (PDT)
Local: Tues, Mar 30 2010 5:15 am
Subject: Re: Isn't "Change location" in mobile site available with API?
hmm...
What you say does not solve any of my proposition,
but I'll give up only updating location shown in http://foursquare.com/
via API
(without checking-in).

On 3月30日, 午前1:18, naveen <naveen...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
naveen  
View profile  
 More options Mar 30 2010, 11:03 am
From: naveen <naveen...@gmail.com>
Date: Tue, 30 Mar 2010 08:03:15 -0700 (PDT)
Local: Tues, Mar 30 2010 11:03 am
Subject: Re: Isn't "Change location" in mobile site available with API?
hiro

if you call /v1/venues as an authenticated user and pass in an
appropriate geolat/geolong, then foursquare.com will reflect your new
location automatically

for instance, try this as an authenticated user:
  http://api.foursquare.com/v1/venues?geolat=37.773429&geolong=-122.401772

it'll relocate you in san francisco (the location shown on
foursquare.com will be updated simultaneously)

On Mar 30, 5:15 am, "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
H.Hiro(Maraigue)  
View profile  
 More options Apr 6 2010, 11:33 pm
From: "H.Hiro(Maraigue)" <marai...@mail.goo.ne.jp>
Date: Tue, 6 Apr 2010 20:33:17 -0700 (PDT)
Local: Tues, Apr 6 2010 11:33 pm
Subject: Re: Isn't "Change location" in mobile site available with API?
Thanks, I understood.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »