ryan
ryan

Reputation: 333

Client ID and Client secret to access foursquare api

I am going to access foursquare api. As I was going through their documentation,I am going to use https://api.foursquare.com/v2/venues/search service to serach for the venues.

To use this api we need client id and secret and has to be appended in the above URL. But how to get this client id and scret. Should I register my app in the foursquare site. Is the following url correct for registering the app:

https://foursquare.com/developers/register

If it is correct,it is asking for the app market id. Our application is not in any of the app market because it is an enterprise app.So in that case how to get client id and client secret??

Kindly help.

Upvotes: 2

Views: 6692

Answers (1)

Cormac Driver
Cormac Driver

Reputation: 2521

You can complete the form without inputting details about App Market IDs by simply hitting the 'Save Changes' button (the App Market fields are not validated on submit). This will bring you to a screen that contains your client id & secret.

Upvotes: 2

Related Questions