I have the following code: token = client.auth_code.get_token(code, :redirect_uri => \'http://localhost:3000\')
I\'m trying to create a Foursquare application using its Java API v2 but I couldn\'t find any sample source code for the checkin process. I don\'t need to full source code (authentication开发者_JS百科
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.
So, I understand that each user of my website will have an Auth_key after they allow my website to access their foursquare account (after the authentication process). What I understand is, to display
I would like to implement a realtime dashboard like an index page of www.foursquare.com I checked foursquare.com\'s index page with Chrome\'s developer tool and surprised that they don\'t use xhr to
What is most reliable an开发者_开发百科d up to date Java/Android SDK for foursquare that covers api v2?They have only 1.0 version of their API so far.
I\'m using php-foursquare library for Foursquare API calls. This is my index.php require_once(\"FoursquareAPI.class.php\");
I\'m trying to get nearby venues.I found this url where i can just plug in lat and lon. How do i use this URL?I tried getting the libraries from Foursquare API site, but can\'t get them to work.
Browsing though the Foursquare API documentation, I noticed that when obtaining an access token with ajax there is no need for a secret key (for obv开发者_JS百科ious reasons). But this makes me wonder
I have integrate Foursquare API for iPhone application.I want to check this particular user is friend or not.