首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

主流互联网络社区网站API小结

2013-10-22 
主流互联网社区网站API小结Youtubehttps://developers.google.com/youtube/2.0/developers_guide_protocol

主流互联网社区网站API小结

Youtube
https://developers.google.com/youtube/2.0/developers_guide_protocol_displaying_list_of_videos
https://developers.google.com/youtube/2.0/developers_guide_java#Retrieving_and_searching_for_videos
Just find latest public videos by ?
No need Auth

Facebook
https://developers.facebook.com/docs/public_feed/

Twitch
https://github.com/justintv/twitch-api
curl -H 'Accept: application/vnd.twitchtv.v2+json' -X GET?https://api.twitch.tv/kraken/channels/unrealengine/videos?limit=1?

Twitter
https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline
http://grails.org/plugin/twitter4j
https://dev.twitter.com/docs/platform-objects/tweets
https://dev.twitter.com/docs/rate-limiting/1.1

Instagram
http://instagram.com/developer/endpoints/users/#get_users_media_recent
http://jelled.com/instagram/lookup-user-id
http://instagram.com/developer/authentication/
Register APP:http://instagram.com/developer/register/?
注:必须先用网页得到token后使用,服务端无法自动生成token

热点排行