Use of FourSquare API to find nearby places in iOS SDK
Asked Answered
M

2

6

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..

Mayest answered 30/1, 2012 at 10:24 Comment(2)
https://mcmap.net/q/1777033/-foursquare-api-for-iphoneCardiogram
Were you able to resolve your problem. If so can you share some insights to your codeAmelina
L
5

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/

Leaved answered 30/1, 2012 at 10:54 Comment(1)
Can't really help you if you do not say what the problem is, "crushing" not detailed enough, what error, which API endpoint, paste some code, etc..Leaved
E
2

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

Episcopacy answered 25/9, 2012 at 5:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.