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
8
votes
3 answers

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…
gerbz
  • 1,000
  • 1
  • 11
  • 27
8
votes
0 answers

foursquare:venues/search?intent=browse returns more places when specifying categoryIds one by one than without categoryId

I use the venues/search endpoint of Foursquare to fetch all places around a point, within a given radius. For example, if I query without specifying any categoryId:…
Joseph Dureau
  • 151
  • 1
  • 3
7
votes
3 answers

Oauth suddenly not working on iphone (with FS app installed only)

Our iphone app allows for sign in via Foursquare via oauth. It was working fine and recently stopped working. The error we get is: Connecting Failure: Callback uri is not valid for this consumer. HOWEVER, if the user does not have the foursquare…
Udi
  • 4,762
  • 2
  • 17
  • 11
7
votes
3 answers

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 literature around that could provide relevant interests…
asdfawvsdv
  • 71
  • 2
7
votes
4 answers

Android - ScrollView like foursquare with maps + list

This is the Android equivalent of this iOS question. Trying to create a view that contains a MapView at about 20% of the screen (under an ActionBar...) and the rest of the screen is a ScrollView that when scrolling down, overlaps on top of the…
OferM
  • 902
  • 1
  • 8
  • 20
7
votes
1 answer

How does foursquare add a custom image annotation on their Open Graph map?

When foursquare works with Open Graph after a user has performed a checkin on their application (and assuming said user is linked to Facebook), foursquare posts to Open Graph a sample of this checkin data. What's interesting is that they do not have…
randombits
  • 47,058
  • 76
  • 251
  • 433
7
votes
2 answers

Call to undefined function curl_init()

Possible Duplicate: curl_init() function not working I am using PHP for accessing the Foursquare API. I have set up everything for the authentication with Foursquare. But as soon as I click on the "Allow" button, my callback.php gives me the…
Adeel Kamal
  • 131
  • 1
  • 1
  • 8
6
votes
2 answers

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 link, And I got the response "error type" : deprecated…
Mehul Mistri
  • 15,037
  • 14
  • 70
  • 94
6
votes
3 answers

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: 42.3489027315987, -71.096134185791 query: citizen…
istan
  • 1,349
  • 3
  • 21
  • 36
6
votes
1 answer

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 need the checkins. Anyone has a solution? Thanks.
sticksu
  • 3,660
  • 3
  • 23
  • 41
6
votes
4 answers

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.
Abhi
  • 8,935
  • 7
  • 37
  • 60
6
votes
1 answer

Combining Google Places API and Facebook Places API

This may be a simple question but I can not find answer over the web or any docs. I have app which shows business places around users and their details. I have built it using Google Places API. As written in the usage limit section, Google Places…
xyz
  • 1,325
  • 5
  • 26
  • 50
6
votes
1 answer

Swarm App Android - Actionbar

What is the element that is used for Swarm Android app's actionbar? I think it's neither the native android actionbar nor actionbarsherlock.
Alaattin KAYRAK
  • 1,084
  • 2
  • 12
  • 29
6
votes
1 answer

Tastypie: How can I fill the resource without database?

I want to grab some information from Foursquare , add some fields and return it via django-tastypie. UPDATE: def obj_get_list(self, request=None, **kwargs): near = '' if 'near' in request.GET and request.GET['near']: near =…
Burak
  • 5,706
  • 20
  • 70
  • 110
5
votes
1 answer

Is there an api order_by/sort parameter in the works?

It would be extremely helpful if an "order_by" & "sort" parameter could be passed in the api querystring. "order_by" should accept the following options: distance | checkins | name "sort" should accept the following options: asc | desc The matched…
Robert Hughes
  • 51
  • 1
  • 3