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

Get the checkin shout from Foursquare

it's my first question here =) I'm developing an application to get checkins near from a specific location. To do it obviously I've to pass the location using search method and for each venue I call the herenow method. Basically I already got these…
Bruno Moreno
  • 35
  • 2
  • 8
0
votes
1 answer

Foursquare API returns invalid avatar url?

Possible Duplicate: Foursquare API for venue user image error I first noticed this problem with the avatars a few weeks ago. I thought it would be a temporary issue, but I noticed today it's still not working correctly. The data returned from the…
tijmen
  • 141
  • 4
  • 19
0
votes
1 answer

FourSquare hard coded Authentication on microcontroller

I want to be able to check in to foursquare from a microcontroller. Now as it doesn't have a browser I can't use OAuth that allows user to accept the authorisation. Is there anyway I can hardcode this into the microcontroller code. Basically I only…
ABros
  • 479
  • 3
  • 16
0
votes
1 answer

Facebook, Foursquare and Twitter login buttons for iOS

Where can I find facebook, twitter, foursquare login buttons which are styled respectively for their social networks. e.g. twitter login button has a background color of twitter header and has a bird on the left
user462455
  • 12,838
  • 18
  • 65
  • 96
0
votes
1 answer

Photo error on foursquare API

2 or 3 weeks ago, I had a app which use the photo of a connected foursquare user. I've tested it again today, and looks like the API has changed. I use the endpoint https://api.foursquare.com/v2/users/ Now, the photo attribute in json contains to…
Aerilys
  • 1,628
  • 1
  • 16
  • 22
0
votes
1 answer

OR statement for foursquare API query search term

Is there some way to use an "OR" statement for the "query" parameter in the "explore" endpoint https://developer.foursquare.com/docs/venues/explore ? For example, if I want to explore "wifi" OR "wi-fi" venues in a single API request.
0
votes
1 answer

Foursquare push API - The request timed out?

Using https://foursquare.com/oauth I am sending a test push message to a script page on my server. But the push message never comes through. I am getting an error message "Your Server returned: 502 Bad Gateway." I can open URL I am pushing a message…
InterestedDev
  • 578
  • 7
  • 22
0
votes
1 answer

Apps showcase dissapeared from foursquare website

recently there was a section at foursquare.com website with the list of all applications. However now it is not accessible for some reason. I even have the link stored in Google Search results with guide to foursquare "page not found"…
Sergey
  • 36
  • 4
0
votes
1 answer

How to get the user's own location on a Foursquare checkin from the API?

I'd like to know if the Foursquare API allows you to get at the user's own location during a checkin, rather than the location of the venue itself. For most venues the difference is negligible, but if someone's checked into, say, Yosemite National…
worksology
  • 885
  • 2
  • 8
  • 13
0
votes
1 answer

beenHere always zero in /venues/search result

When doing a /venues/search query while authenticated, in my app or in the explorer, the venues come back with the beenHere count equal to zero. /venues/search?ll=37.77215646,-122.40612745&query=meexo&intent=match beenHere: { count: 0 } However…
Dav Yaginuma
  • 691
  • 7
  • 14
0
votes
1 answer

Foursquare venues search and TOS

I'm using another venues provider, but would like to search Foursquare from the venue results of that provider for Foursquare checkins. Is this possible or would that be considered violating the TOS?
0
votes
1 answer

Foursquare Places JSON data not showing in the list View

I'm trying to parse Foursquare places into android application and i got success as i can view the data in Logcat but listview is not showing any data. here is the code: http://dl.dropbox.com/u/16910648/foursquare-places
0
votes
1 answer

Foursquare API error: The following venues already have 2 active specials

When I try to add new campaigns, I get the error saying: "The following venues already have 2 active specials" Here is a piece of my code: var add_campaign_url = 'https://api.foursquare.com/v2/campaigns/add'; var params = 'campaignId='+…
knshn
  • 3,401
  • 1
  • 21
  • 22
0
votes
3 answers

how to get foursquare access token with username/password (php)?

I'm working on a social hub page which aggregates info from all social networks. Currently I'm trying to fetch infos from one specific foursquare venue. To get the information I want, I have to use an access token and therefore authenticate my user.…
Hannes
  • 3,752
  • 2
  • 37
  • 47
0
votes
1 answer

Foursquare "Here Now" providing errant data when using timestamp

When using the foursquare API Explorer, I am getting back what appears to be errant data when using timestamp. I am finding that when I make the calls about a specific venue at multiple times, I still receive the same output (meaning, the same…