Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use of FourSquare API to find nearby places in iOS SDK

How to use Foursquare API to find nearby places in iOS Applications.

As I am new in this environment.. So please help me to find any sample tutorial available on the API.

I had gone through this link, And I got the response "error type" : deprecated so please provide another link for this same solution..

Thanks in advance..

like image 837
Mehul Mistri Avatar asked Jan 30 '12 10:01

Mehul Mistri


1 Answers

You can try looking at this link for more information about Objective-C libraries that work with the foursquare API.

Edit: Currently this one appears to be the more recent, more chances of it working properly, also good documentation there on how to integrate it. It is the second one listed in the foursquare library page.

Also check out the foursquare developer site in general, you will need to know the different endpoints and what data they return anyway => https://developer.foursquare.com/

like image 168
Jonathan Levison Avatar answered Oct 11 '22 19:10

Jonathan Levison