Using the FourSquare API to find nearby places in the iOS SDK

How to use the Foursquare API to find nearby places in iOS apps.

Since I am new to this environment. So please help me find an example tutorial available in the API.

I went through this link and got the answer "error type": out of date, so provide another link for the same solution.

Thanks in advance.

+6
source share
2 answers

You can see this link for more information on Objective-C libraries that work with the fourth-grader APIs.

Edit: Currently this one seems fresher, more likely to work correctly, and also good documentation on how to integrate it. This is the second one that is listed on the four-room library page.

Also check the foursquare developer site as a whole, you need to know the different endpoints and what data they return anyway => https://developer.foursquare.com/

+5
source

this link is pretty good, comes with a little instruction, you can use the search places, register, photo services..heaven! go to the foursquare Api page for the desired modification. in the FSQMasterViewController.m file you need #define kClientID @ "yourClientId" and #define kCallbackURL @ "ur callback url" to fix your infoPlist urlSchemes too

+2
source

Source: https://habr.com/ru/post/907220/


All Articles