Questions tagged [foursquare]

Location based social networking website. Users with GPS mobile devices can check-in at venues and award badges.

Foursquare is a location based social networking website. Users with GPS-enabled mobile devices can run the Foursquare app (available for a variety of devices such as iPhone, Android, Blackberry, etc) to "check-in" at venues to award points and badges.

The Foursquare API gives developers access to all of the data used by the Foursquare mobile applications, and, in some cases, even more. Over 30 million people worldwide use Foursquare, accounting for more than 3 billion check-ins, with millions more each day. And more than a million businesses use the Merchant Platform.

Resources

API Documentation: https://developer.foursquare.com

1547 questions
0
votes
1 answer

Open Graph Metadata for Foursquare

Is it possible when integrating with the save to foursquare api to use only Open Graph Data? The foursquare API states: In order for the Save to foursquare button to work on your site, your site should include hCard or OpenGraph location metadata…
Scott
  • 1,012
  • 7
  • 14
0
votes
0 answers

Android 4 ICS and Foursquare API

Foursquare API for Android (Java) is not working properly on Ice Cream Sandwich, since HttpURLConnection class has been changed. The solution is to remove setDoOutput calls from the DefaultIOHandler class, which I did, but I have another problem…
MR22
  • 125
  • 1
  • 2
  • 9
0
votes
3 answers

How do I verify the validity of a Foursquare Checkin?

Using the Foursquare API, is there any way to determine how distant a user was from the venue he checked in at? The checkin object returned doesn't have any indication what the user GPS coordinates were.
Marcelo Calbucci
  • 5,845
  • 3
  • 18
  • 22
0
votes
1 answer

Accessing "What are you up to"-comments on foursquare

I am working on a foursquare application where I am depending on user-generated data. Say for instance that I want to categorize places with rare tap beers on the menu, then I would like users to write in their "What are you up to"-comment…
0
votes
2 answers

Facebook iPhone SDK Checkin To Foursquare Place

Admittedly I've not done a lot of experimenting but I thought someone might be able to give me a quick answer and save all that experimenting. I have an app which uses Foursquare's API to find locations for the user. I want the person to be able to…
krut
  • 547
  • 4
  • 14
0
votes
1 answer

Issues Claiming A Business On Foursquare

I am trying to claim my business on Foursquare, but when I try to do it by phone both my main local number and main 800# are not working... It's telling me it is unable to verify that phone number?? These are the MAIN phone numbers?? If I try to…
0
votes
1 answer

How does foursquare's nearby friends functionality work?

I'm working on a location rating functionality that uses the foursquare API, and would like my result to be based on the user's current region. The same way Foursquare divides users in the nearby friends. Does Foursquare use a certain radius based…
0
votes
1 answer

How can I identify the creator of an entry in a 'edited' collaborative list?

It doesn't look like the response contains a 'user' object for items and there is nothing in the implementation about it
George Godik
  • 1,716
  • 1
  • 14
  • 19
0
votes
1 answer

Cannot call 4sq API from 1 server, other server = OK

Got 2 (Wordpress) sites on 2 different servers (with 2 different hosting partners) I used to be able to call the 4sq API on BOTH servers without using the OAuth method with no issues whatsoever. Last week , on one server, I got an error…
Wayfarer
  • 620
  • 6
  • 16
0
votes
1 answer

Foursquare categories inclusion

In my application I need to retrieve the list of venues and exclude some categories (like Homes, Trains, Planes or Taxies). In this question I've learn that there is no way to exclude some categories from response, and I need to write all the rest…
skayred
  • 10,603
  • 10
  • 52
  • 94
0
votes
1 answer

Foursquare OAuth Request from Rails Console

I've been storing the profile url for users that authenticate with Foursquare like this: foursquare_url = "http://foursquare.com/#{access_token.info.nickname}" It seems that Foursquare stopped providing nickname in the access_token, so now I save…
devin
  • 15
  • 3
0
votes
1 answer

How can I pull the most recent city/country from a specific Foursquare account?

I am trying to tie in a Foursquare account to a website, so it will return the country and city of a specific user's most recent checkin. Foursquare offers private feeds for users, using private token URL's: https://foursquare.com/feeds/ but these…
Ryan
  • 2,433
  • 5
  • 31
  • 41
-1
votes
1 answer

For foursquare support: What is the ip address for the server that sends real time pushes?

Currently, I'm writing a foursquare app which uses the real time push feature. However, the webserver that I am developing it on is behind a firewall which requires ip's to be whitelisted in order to get through. Unfortuately, I have no other way to…
-1
votes
2 answers

Foursquare in a Non-Web Application

I am trying to develop a non-web application (mobile, non-mobile) for consuming information from Foursquare. I would like to have the user authenticated by entering a valid username and password and accessing his account using this…
Ricardo Peres
  • 13,724
  • 5
  • 57
  • 74
-1
votes
1 answer

Extract tags of a place on Foursquare

I could not find any ways of extracting the tags of a place on Foursquare. I also found that there are ways for a user to add tags to a place. Any help is really appreciated. Thanks.
1 2 3
99
100