Instagram Graph API Launches and Instagram API Platform Deprecation
=> Starting today (January 30), we are launching three new features on the Instagram Graph API designed to help businesses better manage their organic presence on Instagram. As part of our API changes, we will also be deprecating the older Instagram API Platform over the next two years beginning on July 31, 2018.
기존의 인스타API가 만료되고 새롭게 Instagram Graph API를 런치했다고 합니다.
Instagram Graph API : Hashtag Search < 10월 31 2018 > 에 런치된걸 사용해봤는데 권한도 많이 필요하고 복잡쓰
[ 출처 ] 개발자를 위한 뉴스, 2020 . 02 . 26, https://developers.facebook.com/blog/post
=> 필요한 권한
pages_show_list
instagram_basic
=> 가져올 수 있는 데이터
"media_type": 미디어 종류 ( "CAROUSEL_ALBUM", "VIDEO", "IMAGE")
"media_url": 이미지 url ( 미디어 타입이 "CAROUSEL_ALBUM" 일땐 "children"값으로 이미지 url이 각각 나옴 )
"permalink": 게시글 링크
"comments_count": 댓글 수
"like_count": 좋아요 수
"caption": 글 본문
"children": {
"data": [
{
"media_url": 미디어 타입이 "CAROUSEL_ALBUM" 일경우의 이미지 url,
},
{
"media_url": 미디어 타입이 "CAROUSEL_ALBUM" 일경우의 이미지 url,
}
]
}