Skip to content

Instantly share code, notes, and snippets.

@faizanayubi
Created May 9, 2015 14:24
Show Gist options
  • Save faizanayubi/9a015463558e4c8f8d01 to your computer and use it in GitHub Desktop.
Save faizanayubi/9a015463558e4c8f8d01 to your computer and use it in GitHub Desktop.
Social APIs
StumbleUpon
http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://swiftintern.com
Pinterest
http://widgets.pinterest.com/v1/urls/count.json?source=6&url=http://swiftintern.com
http://api.pinterest.com/v1/urls/count.json?callback%20&url=http://google.com
Delicious
http://feeds.delicious.com/v2/json/urlinfo/data?url=http://swiftintern.com
Reddit
http://buttons.reddit.com/button_info.json?url=http://swiftintern.com
Linkedin
https://www.linkedin.com/countserv/count/share?format=json&url=http://swiftintern.com
Twitter
http://urls.api.twitter.com/1/urls/count.json?url=http://swiftintern.com
https://cdn.api.twitter.com/1/urls/count.json?url=http://swiftintern.com
Facebook
https://api.facebook.com/method/links.getStats?format=json&urls=http://swiftintern.com
http://graph.facebook.com/?id=http://swiftintern.com
https://graph.facebook.com/fql?q=SELECT url, normalized_url, share_count, like_count, comment_count, total_count,commentsbox_count, comments_fbid, click_count FROM link_stat WHERE url='http://swiftintern.com'
Google+
https://plusone.google.com/_/+1/fastbutton?url=http://swiftintern.com
Instagram
https://api.instagram.com/v1/users/2912979/media/recent/?access_token=2912979.87fdd31.0949d22f4a714349ae84643c5af165ef
Vimeo
http://vimeo.com/api/v2/video/6271487.json
Vine
https://vine.co/api/timelines/channels/[name]/[area]
name :
'comedy' => 1,
'art-and-experimental' => 2,
'nature' => 5,
'family' => 7,
'special-fx' => 8,
'sports' => 9,
'food' => 10,
'music' => 11,
'beauty-and-fashion' => 12,
'health-and-fitness' => 13,
'news-and-politics' => 14,
'animals' => 17
eg. https://vine.co/api/timelines/channels/1/recent
Youtube
http://gdata.youtube.com/feeds/api/videos?q=aNdMiIAlK0g&max-results=1&v=2&alt=jsonc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment