From 057411cbbb4a1f64dbcaf4241bd5cbbeb400bd33 Mon Sep 17 00:00:00 2001 From: William Oliveira Date: Thu, 24 Mar 2016 05:57:32 -0300 Subject: [PATCH 1/2] Update README.md Add more social apis, related to: issue #58 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 317581a5..dfbaaf1a 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,10 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | +| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| Twitter API | Read and write Twitter dat | Yes | [Go!](https://dev.twitter.com/rest/public) | + ### Security From 4e5a3b153ed0b4d49932c2ea55058fd87e8426f8 Mon Sep 17 00:00:00 2001 From: William Oliveira Date: Thu, 24 Mar 2016 11:01:50 -0300 Subject: [PATCH 2/2] Fix Facebook URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfbaaf1a..669ed6f4 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | | LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | -| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | | Twitter API | Read and write Twitter dat | Yes | [Go!](https://dev.twitter.com/rest/public) |