user2526811
user2526811

Reputation: 1253

Search The Venue for the Check-In via FourSquare inIOS sdk

I have integrated the Foursquare for displaying the near by venues. I have used This GitHUB Code for this.

Reference API for search venues is Foursquare Search api

It works fine for displaying the near by venues in the Table View.

As you seen in api parameter i give limit parameter = 50. so,it display 50 nearby venues. I got the resultant venues in one array.

I also put search the venues above tableview. So,When user will enter something in search bar it finds the result from the array. It also works fine.

Problem: But now I want to find the venue through searchBar text from whole FourSquare Database & not just from the array.

I have already searched a lot for the api which provides this functionality but I could not get any help.

Is there any API of FourSquare which takes a venues name as the parameter & give the result according to it??

Thank you,

Upvotes: 0

Views: 262

Answers (1)

theaob
theaob

Reputation: 179

Foursquare removed searching for venues with search function. Instead you could use explore or suggestcompletion functions.

Upvotes: 1

Related Questions