`

主流互联网社区网站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

注: access_token默认失效期很短,你可以在未失效的情况下反复发请求延伸失效日期
https://developers.facebook.com/docs/public_feed/

https://developers.facebook.com/roadmap/offline-access-removal/ 

https://developers.facebook.com/docs/facebook-login/access-tokens/#long-via-code 

解决失效问题的终极解决办法是使用APP access token 代替 access token

https://developers.facebook.com/docs/facebook-login/access-tokens/#generating

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics