Last active
July 19, 2016 16:44
-
-
Save diegoarigony/4ea3fa95c242a7ebd7b9b0e36efc0de9 to your computer and use it in GitHub Desktop.
Post infos APIs - From http://stackoverflow.com/a/19119580/3641927
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here's a list of API links to get your stats: | |
Facebook*: https://api.facebook.com/method/links.getStats?urls=%%URL%%&format=json | |
Twitter: http://urls.api.twitter.com/1/urls/count.json?url=%%URL%% | |
Reddit:http://buttons.reddit.com/button_info.json?url=%%URL%% | |
LinkedIn: http://www.linkedin.com/countserv/count/share?url=%%URL%%&format=json | |
Digg: http://widgets.digg.com/buttons/count?url=%%URL%% | |
Delicious: http://feeds.delicious.com/v2/json/urlinfo/data?url=%%URL%% | |
StumbleUpon: http://www.stumbleupon.com/services/1.01/badge.getinfo?url=%%URL%% | |
Pinterest: http://widgets.pinterest.com/v1/urls/count.json?source=6&url=%%URL%% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://graph.facebook.com/v2.7/?access_token={accesstoken}&id=http://www.wikipedia.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment