Reputation: 1378
Is there any sample on how to authenticate to Foursquare using Oauth ?
Upvotes: 3
Views: 1631
Reputation: 28375
There a very nice workflow summary for how to use OAuth with Foursquare here: http://developer.foursquare.com/docs/oauth.html
Once you get authenticated with OAuth, you can start making foursquare API calls: http://developer.foursquare.com/docs/overview.html
Upvotes: 2