Tagged Questions

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, Blackberry etc) and "check-in" at venues to award points and badges. Their API is publicly documented on their developer ...

learn more… | top users | synonyms

7
votes
3answers
625 views

Building a service for my website that has some foursquare features

I am interested in extending my website to provide a service which involves users "check in" in my university's campus. Since Location Based Services (LBS) is pretty new, and there are not much ...
6
votes
3answers
209 views

Small Popup for Instructions, like foursquare ones

After seeing the last screenshots of new foursquare application and their balloon like cartoon instructions, I'd like to create some of these in my application. I found a similar question for iPhone ...
4
votes
2answers
409 views

Parsing json returned by foursquare for iPhone gives Unrecognised leading character

I'm trying to get the nearby places using the foursquare api. Here's the json data that is returned from NSDictionary *results = [jsonString JSONValue]; NSLog(@"%@", results); ( { ...
4
votes
1answer
767 views

Foursquare user check in V2

I am using Foursquare's v2 to allow a user to sign in to a given venue. I am trying to sign the request, but so far I am getting the following u'meta': { u'errorType': u'param_error', u'code': ...
3
votes
1answer
81 views

categoryId ignored for intent=browse searches in foursquare venues/search

As of a few days ago, foursquare venues/search with intent=browse seems to ignore categoryId. It definitely worked before that. If I change intent=checkin the category filtering is applied. Here's a ...
3
votes
1answer
82 views

What's the best way to tune my Foursquare API search queries?

I'm getting some erratic results from Foursquare's venue search API and I'm wondering if anyone has any tips on how to process my input parameters for the most "intuitive" results. For example, ...
3
votes
1answer
80 views

Construct Profile Picture URL

Most social apis have a way to construct a url to the user's profile picture using their user_id or username. Any chance foursquare has something similar or plans to? ...
3
votes
3answers
111 views

Unified Android intent for geo check-ins

I want to add a geo check-in (to Facebook places, Foursquare or Gowala) feature to my Android app and I am looking for an appropriate intent to do so. Is there anything like that? If not, what is the ...
3
votes
1answer
134 views

Foursquare checkins

Any idea what can I do to get only the checkins from a specific venue? If i use it like: https://api.foursquare.com/v2/venues/VENUE_ID?oauth_token=XXX i get everything about the venue, and I only ...
3
votes
3answers
427 views

How can I watch a Foursquare venue for check-ins?

The FourSquare API seems to be very user-centric: After logging in via OAuth I can see my friends check in, and which of my friends are currently checked into a given venue. I'm looking for something ...
3
votes
3answers
271 views

How to integrate Foursquare in android

Please tell me is there any way to integrate Foursquare in android. Can you give me some idea or link to integrate Foursquare in android? Please help.
3
votes
2answers
385 views

Foursquare API nearByVenue service issue

Using Foursquare api "Venue" service.. i am parsing nearByVenue details like shop, restaurant etc. Suppose as an example i am getting following link: ...
3
votes
1answer
613 views

Oauth Foursquare on Android device

I am using this tutorial here to allow the user to sign in to Foursqaure on an android device http://blog.doityourselfandroid.com/2010/11/10/oauth-flow-in-android-app/ What are the parameters that I ...
3
votes
2answers
138 views

Connecting methods Python

I am currently using Oauth to allow a user to sign in through Foursquare, I then create a new session for this user. If the user is new to the system they are asked to sign in through Hunch, this can ...
3
votes
2answers
233 views

Can a Foursquare checkin function be added onto a website?

Can a Foursquare checkin function be added onto a website?
3
votes
2answers
2k views

Parsing JSON response in Android

I am writing a httpget request for android that queries the foursquare api for nearby event. The JSON responce I receive back is {"groups": [ { "type": "Nearby", "venues": [ { "id": ...
3
votes
4answers
2k views

Using FourSquare API in a Rails App

Anybody have any good resources that might be helpful in trying to integrate the FourSquare API into a Rails app? I'm specifically looking for a good tutorial. There doesn't seem to be much out ...
3
votes
2answers
277 views

How or where does foursquare gets its geodata from?

I've been trying to answer this myself but I can't find it, would any of you know?
2
votes
1answer
28 views

Why can't foursquare API consumers have multiple callback URLs?

Is there a reason the Foursquare API v2 doesn't support multiple callback URLs for a consumer? It's a big hindrance on dev ops to have to define a brand new application for every single test ...
2
votes
1answer
117 views

Use of FourSquare API to find nearby places in iOS SDK

How to use Foursquare API to find nearby places in iOS Applications. As I am new in this environment.. So please help me to find any sample tutorial available on the API. I had gone through this ...
2
votes
2answers
104 views

How can I get the position (lat, lon) of a foursquare checkin posted on twitter?

I search with the twitter API all the public tweets with "4sq.com": http://search.twitter.com/search.json?q=4sq.com so I get all the check-in on Foursquare that actually shared on Twitter. ...
2
votes
1answer
97 views

Foursquare API oauth2 authorize invalid_request error

I am building a python-tornado module for Foursquare oauth2. These are all the basic URLs setup: _OAUTH_ACCESS_TOKEN_URL = "https://foursquare.com/oauth2/access_token" _OAUTH_AUTHORIZE_URL = ...
2
votes
2answers
102 views

What is the performance impact of using armv7 when compiling an iOS app?

Our app uses the foursquare API, and I'm interested in how compiling with armv7 architecture impacts: location accuracy speed (floating point calculations) Does compiling with armv6 architecture ...
2
votes
2answers
72 views

How can i search places with specific type

I am using Foursquare API to get the nearest locations for my current location. Can anyone please guide me how I can get the nearest places of a specific type? (I mean I need all gas stations, cafes, ...
2
votes
1answer
169 views

How to use categoryId in Foursquare Venues search API

I am getting unexpected results from API queries when including a categoryId parameter. For instance, when using the following parameters to search for 'The Citizen Public House' in Boston, MA ll: ...
2
votes
2answers
116 views

Learning to program with Facebook or Foursquare APIs?

I would like to know if there are online video resources to help people learn how to program using Facebook or Foursquare APIs?
2
votes
1answer
146 views

Parsing a foursquare KML venue feed with simpleXML

I am trying to parse a KML venue feed from foursqare with simpleXML but I cannot get the nested-in-desctription venue url. It looks like simpleXML strips it. In detail: The foursqare kml feed ...
2
votes
1answer
307 views

foursquare integration in android

I want to integrate foursquare in android. So i tried two examples. First Example: public class ActivityWebView extends Activity { private static final String TAG = "ActivityWebView"; /** * Get ...
2
votes
2answers
381 views

How to use FourSquare API?

I am using FourSquare api for searching a particular business https://api.foursquare.com/v2/users/search?name=Spa Gregories&oauth_token=ACCESS_TOKEN it is giving lots of result but not the ...
2
votes
1answer
341 views

Foursquare & Heroku: certificate verify failed

I obtained a key/secret for userless access at the foursquare developer site and now I want to fetch data with the use of the foursquare2 gem: @foursquare = Foursquare2::Client.new(:client_id ...
2
votes
2answers
1k views

four square api for iphone

As i need to integrate the foursquare in my application , I have found the API and also integrate in my application. but there is some problem. I want to show the nearest venue around me. As there is ...
2
votes
1answer
549 views

Oauth - Facebook/ Twitter / Foursquare

I am creating a way people can connect their Fb, Twitter and FS account to the account they create on my application. I wanna create a single table where i can store all the required stuff.. User(id, ...
2
votes
2answers
995 views

Using Httplib2 on Python Appengine

Why am I getting this error when running my application which is trying to OAuth with Foursquare? import httplib2 ImportError: No module named httplib2 I have installed httplib2 by downloading it ...
2
votes
2answers
1k views

Foursquare SDK for .net

may i know is there any foursquare sdk for .NET C#. I am doing based on the developer reference but i failed to do it during request for token, i keep on getting the error. I am using VS 2008 and ...
2
votes
2answers
237 views

Should I build on Foursquare or Facebook Places?

I want to build a location based app, so naturally I am going to write my app using an existing API. But I am not sure what the pros/cons of developing on top of Foursquare (or Gowalla) vs Facebook ...
2
votes
1answer
328 views

Where do foursquare or gowalla get their location data?

I know foursquare uses google maps api, but how do they retrieve all the business locations from google maps? Do they save every location on their database or just access it when a user checks in? ...
2
votes
1answer
733 views

Foursquare - OAuth Authentication - .Net Sample

Is there any sample on how to authenticate to Foursquare using Oauth ?
2
votes
3answers
291 views

Any way to verify user's geolocation?

Newbie question. I'm trying to make a mobile site using html5's geolocation (I know technically it's a separate spec, but still) to identify user's current position and post that to a web service ...
1
vote
1answer
31 views

Is it possible to get 3rd party specials data through the Foursquare venues/search endpoint?

I've noticed that when using the Foursquare API venues/search endpoint, the venues are not being returned with all the specials I find on the website using explore. These venues are returned with ...
1
vote
0answers
26 views

Documentation for https://api.foursquare.com/v2/users/add

We're using the API for creating new account from our mobile app and so far everything has worked fine, until we now have a need to support the user's home city, which we would like to pass on with ...
1
vote
1answer
36 views

Multiple Foursquare 'save' buttons on one page

I am working on a site that displays a list of venues and would like to add a Foursquare 'save' button for each venue in the list. Is it possible to show multiple Foursquare 'save' buttons on a single ...
1
vote
1answer
78 views

Foursquare API : check if users have the iphone app before redirecting them

I'm developing a fun little project using Foursquare API. In this project, I have a PHP/HTML page that redirects users to the foursquare app. There is no apparent issue with Android as the method we ...
1
vote
1answer
26 views

Subdomains for oauth process?

My app allows users to have custom subdomains, as in user1.domain.com. I am integrating various oauth providers, all of which support the ability to authenticate via oauth with a subdomain of the ...
1
vote
1answer
65 views

print select value from json object

How do i print out a selected field from my json object without having to create classes for it, at the moment it prints out the whole json object but i just want to print out selected fields for ...
1
vote
1answer
50 views

Foursquare save button in google maps marker?

The idea was to load all the Foursquare locations from a list into Google maps and allow other people the add them to their own lists by clicking on the "save to foursquare button". But I ran into a ...
1
vote
0answers
72 views

Foursquare API, searching tips result order

I'm searching all tips at a certain location with a keyword. this is the call: ...
1
vote
1answer
47 views

Does Foursquare have a maximum number or frequency of API requests?

I want to build an application which will use a lot of data, trying to "understand" in which roads there is traffic based on the users' check-ins, so it is important for me to know how many data I can ...
1
vote
1answer
184 views

Foursquare iOS API

I'm a newbie and am trying to figure out how to modify the Foursquare iOS API "BZFoursquare" found here: https://github.com/baztokyo/foursquare-ios-api In their example they use an all-in-one ...
1
vote
2answers
77 views

Empty Grid When Loading Google Maps and Foursquare

I have been trying to compile the program on this website and got most of it working. The problem is that when google maps loads, all I get is an empty grid. Is anyone who is familiar with this open ...
1
vote
2answers
65 views

Is there a foursquare api method for venues owners to post schedules to?

Right now, when you check into a movie theater, you have the ability to check into a specific movie showing. If you're a venue owner that has a schedule that people can check into, is there a ...

1 2 3 4 5 7