Questions

Hi, If an app is using the Foursquare API should it be storing venue information from Foursquare in its own database?

3answers

I've used the Foursquare API for a lot of different kinds of applications, both web and mobile. In my opinion you should not store any venue information in your application for a couple of reasons.

First, I think the terms and conditions you agreed to when signing up for an API key prohibit you from doing so. Second, That data is subject to change at any moment so you're better off just referring to them to get it whenever you need it.

If you have any other questions about the Foursquare API I'd be glad to talk to you and see if I can help.

Thanks


Answered 10 years ago

According to experience of our team we have stored venue_ids and check-ins names in our own database to be able to reflect these on a map or open 4sq app with a corresponding venue.


Answered 10 years ago

If you need to, you can do some caching into your own database, that could help instead of accessing the foursquare API each time you need information. Depending on how you DB/application is structured, this is particularly useful if you need to run jobs or need to access the foursquare data in a static way. If you're using a NoSQL database, I encourage you to dump the full venue information in your stored document. If you're using SQL based, store it as a Blob and reference to venue_id.

Does it help?


Answered 9 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.