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

Testing Foursquare "Apps Platform"

I have registered my app with Foursquare, including registering for "User Push Api" I have tested the checkin push using their website link "Send a test push" with successful results. I have worked through Oauth process, and successfully get a token…
user1501783
  • 533
  • 2
  • 9
  • 20
0
votes
1 answer

Foursquare oauth_token broken sometimes?

While testing my app with the Foursquare API I am successfully using it in most of the casing. But let's say I "disconnect" the app to test failures and then "connect" again, the app (already I have a new token) tells me that this token is invalid…
raulriera
  • 714
  • 10
  • 28
0
votes
1 answer

Foursquare page update with photo

I have successfully implemented the new "pageupdates/add" API for a venue with just a shout (i.e. no photo or special). Now I would like to add support for setting a photo on a page update. I assume that the "photos/add" entry point should be called…
0
votes
2 answers

How to make a Foursquare connection with their API?

I need to connect to Foursquare's API and grab the top 5 venues and display them and their data. I was given two files, one is the base class for handling everything that contacts the Foursquare server, and the other handles data returned about…
0
votes
1 answer

Access token for foursquare and flickr

I have the consumer key and consumer secret key for Foursquare and flickr.. I want to get access token and access token secret key.. Can some one help me on this???
user1562991
  • 123
  • 2
  • 2
  • 12
0
votes
1 answer

Foursquare api in iPhone, Add friends from twitter and Facebook , Can anyone Explain this Function?

I am using Foursquare API . For this , I want to add my friends who are in twitter / Facebook in Foursquare . I got a function in its API's Sample of iPhone. +(void)searchUserPhone:(NSArray*)phones email:(NSArray*)emails …
Jean-Luc Godard
  • 1,873
  • 3
  • 28
  • 53
0
votes
3 answers

How do I receive a JSON file using AJAX and parse it using javascript?

I'm trying to parse this very long and complicated JSON that foursquare gives me. This is my AJAX request: $.ajax({ url: 'https://api.foursquare.com/v2/venues/explore', dataType: 'json', data:…
Taimur
  • 3,171
  • 8
  • 32
  • 38
0
votes
1 answer

find venue with twitter id via API

We integrate our service to 4sqr, this is done by our customer informing us of their venue-id from the 4sqr URL. However, if a venue is claimed and a twitter associated with the venue the url is switched to one with the twitter id. so, one of two…
0
votes
1 answer

Authorization using Foursquare native iPhone app

Is there a way Foursquare native iPhone app can handle a url-scheme for authorization without opening the safari browser? foursquare://authorize/app_ID
0
votes
1 answer

Fetch Foursquare Venues API

im hardly trying to make an app but i need to fetch the venues from foursquare, im courrently using this code but its weird that im gettin nothing.