Foursquare

authentication: #

for ios i used the below library, provided by FSq itself so it makes thing really easy and smooth

https://github.com/foursquare/foursquare-ios-oauth/


using endpoints #

Once you have an access token, it’s easy to use any of the endpoints, by just adding


oauth_token=ACCESS_TOKEN to your GET or POST request.

https://developer.foursquare.com/overview/auth


searching a restaurant using its name #

https://api.foursquare.com/v2/venues/search?query=abc

 
1
Kudos
 
1
Kudos

Now read this

iOS < Design, Development > issue - 3

devRead # Objc.io - issue 15 prototyping animations in swift - part 1 prototyping animations in swift - part 2 iOS-8 day-by-day - day 18 why people are turning off push tools # Package manager for Xcode Kiwi - Behavior Driven Development... Continue →