API2 Google Hosted Libraries Google Hosted Libraries 를 통해 jQeury, Dojo, Prototype 등 라이브러리를 호출하여 쓸 수 있다.https://developers.google.com/speed/libraries/devguide 예를들어 , jQuery파일을 직접 다운로드 받아서 적용해도 되지만 아래와 같이 구글apis의 경로에서 호출하게끔하여 간단하고 빠르게 웹개발을 진행할 수 있다. 2015. 2. 13. Twitter 최신트윗 가져오는 API(user_timeline) URL 변경에 따른 오류 수정 방법 얼마전 아래와 같은 형식으로 제공하던 최신트윗 가져오는 URL의 서비스가 완전히 중단 되었다. - 기존 URL (json 기준)- http://www.twitter.com/statuses/user_timeline/abcd.json?callback=twitterCallback&count=3 * 기존 URL로 호출시 Twitter API의 34번 에러코드(page does not exist)를 반환함.twittercallback({"errors":[{"message":"Sorry, that page does not exist","code":34}]}); 기존 호출URL과 가장 큰차이는 서브도메인인 api.twitter.com 과 버전 정보 /1 를 포함하여 호출해야 하고 기존 "특정ScreenName" + .. 2012. 10. 16. 이전 1 다음