[Instagram][jQuery] 인스타그램 API 접근과 사진 불러오기 > 기술자료 | 해피정닷컴

[Instagram][jQuery] 인스타그램 API 접근과 사진 불러오기 > 기술자료

본문 바로가기

사이트 내 전체검색

[Instagram][jQuery] 인스타그램 API 접근과 사진 불러오기 > 기술자료

SNS [Instagram][jQuery] 인스타그램 API 접근과 사진 불러오기

페이지 정보


본문

1. 인스타 그램 자신의 계정에 로그인 한 후, 자신의 아이디를 클릭하고 해당 화면 아래쪽에 API 페이지로 이동.


2. 상단 메뉴의 Manage Clients 메뉴를 통해 새로운 클라이언트 생성.


3. Client ID와 Redirect URI를 이용해 다음 주소로 이동.
https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token 
* 위 코드에서 CLIENT-ID와 REDIRECT-URI부분을 자신의 ID와 URI로 수정한다.
CLIENT-ID = 앞에서 인스타그램에서 제공한 아이디
REDIRECT-URI = http://localhost


4. 응답된 내용에서 UserID 와 access_token 을 추출합니다.
http://localhost/#access_token=xxxxxxxx.yyyyyyyyy.zzzzzzzzzzzzzzzzz


<div id="instaPics"></div> 

<style type="text/css">  
#instaPics {  
    max-width: 320px;  
    overflow: hidden;  
}  
.insta-box {  
    position: relative;  
    width: 120px;  
    height: 120px;  
    float: left;  
    margin: 4px;  
    border: 1px solid #ddd;  
}  
.image-layer {  
    overflow: hidden;  
    width: 100%;  
    height: 100%;  
}  
.image-layer img {  
    max-width: 100%;  
}  
.caption-layer {  
    display: none;  
    position: absolute;  
    top: 0;  
    background: rgba(255,255,255,0.8);  
    height: 100%;  
    width: 100%;  
    padding: 10px;  
    box-sizing: border-box;  
    font-size: 10px;  
    color: #333;  
}  
.insta-likes {  
    float: right;  
}  
</style> 

<script type="text/javascript">  
   jQuery(function($) {  
        var tocken = ""; /* Access Tocken 입력 */  
        var count = "6";  
        $.ajax({  
            type: "GET",  
            dataType: "jsonp",  
            cache: false,  
            url: "https://api.instagram.com/v1/users/self/media/recent/?access_token=" + tocken + "&count=" + count,  
            success: function(response) {  
             if ( response.data.length > 0 ) {  
                  for(var i = 0; i < response.data.length; i++) {  
                       var insta = '<div class="insta-box">';  
                       insta += "<a target='_blank' href='" + response.data[i].link + "'>";  
                       insta += "<div class'image-layer'>";  
                       //insta += "<img src='" + response.data[i].images.thumbnail.url + "'>";  
                       insta += '<img src="' + response.data[i].images.thumbnail.url + '">';  
                       insta += "</div>";  
                       //console.log(response.data[i].caption.text);  
                       if ( response.data[i].caption !== null ) {  
                            insta += "<div class='caption-layer'>";  
                            if ( response.data[i].caption.text.length > 0 ) {  
                                 insta += "<p class='insta-caption'>" + response.data[i].caption.text + "</p>"  
                            }  
                            insta += "<span class='insta-likes'>" + response.data[i].likes.count + " Likes</span>";  
                            insta += "</div>";  
                       }  
                       insta += "</a>";  
                       insta += "</div>";  
                       $("#instaPics").append(insta);  
                  }  
             }  
             $(".insta-box").hover(function(){  
                  $(this).find(".caption-layer").css({"backbround" : "rgba(255,255,255,0.7)", "display":"block"});  
             }, function(){  
                  $(this).find(".caption-layer").css({"display":"none"});  
             });  
            }  
           });  
   });  
   </script>


자료출처
http://jimkimau.blogspot.kr/2015/08/instagram-api-with-javascript.html 

댓글목록

등록된 댓글이 없습니다.


Total 40건 2 페이지
  • RSS
기술자료 목록
20
SNS   42346  2017-08-21 17:54 ~ 2017-08-24 00:00  
열람
SNS   24574  2017-08-06 03:55  
18
SNS   18747  2017-08-06 03:34 ~ 2017-08-06 00:00  
17
SNS   22800  2017-08-06 01:55 ~ 2018-01-09 00:54  
16
SNS   8898  2017-02-03 01:48  
15
SNS   9611  2016-01-12 05:24  
14
SNS   17742  2015-11-11 11:50  
13
SNS   12761  2015-11-09 10:33  
12
SNS   14903  2015-11-07 21:13  
11
SNS   22533  2015-10-02 17:44 ~ 2015-11-07 00:00  
10
SNS   14770  2013-12-02 18:16 ~ 2015-10-02 00:00  
9
SNS   17553  2013-07-24 22:00 ~ 2018-06-20 22:07  
8
SNS   13893  2012-04-17 21:59  
7
SNS   14447  2011-11-14 09:10  
6
SNS   12763  2011-11-07 08:37  
5
SNS   11964  2011-11-06 04:38  
4
SNS   14744  2011-10-25 07:26  
3
SNS   14266  2011-10-22 13:34  
2
SNS   19677  2009-02-15 16:05  
1
SNS   13070  2009-02-13 16:40  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.