From 11b45b3e00a23feade0fa3c301c4afd2db04228e Mon Sep 17 00:00:00 2001 From: Paul Capestany Date: Wed, 18 Jan 2017 02:24:45 -0800 Subject: [PATCH] Improve Foursquare info Avoid service duplication in README (see: https://github.com/toddmotto/public-apis/pull/259#issuecomment-269635584). --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 86007e2a..be171f2d 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,6 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| -| Foursquare API | Access Foursquare's places database | `oAuth` | [Go!](https://developer.foursquare.com/) | | GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | | GĂ©oApi | French geographical data | No | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | [Go!](https://developers.google.com/maps/) | @@ -327,7 +326,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | Discord bot API | Make bots for Discord | `oAuth` | [Go!](https://discordapp.com/developers/docs/intro) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | [Go!](https://developers.facebook.com/) | -| Foursquare API | Interact with Foursquare users and venues (checkins, photos, tips, events, etc) | `oAuth` | [Go!](https://developer.foursquare.com/) | +| Foursquare API | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | [Go!](https://developer.foursquare.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | | Full Contact | Get Social Media profiles and contact Information | `oAuth` | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) |