AndersonChoi / SoulCoffeeProject

4 stars 0 forks source link

인스타그램 API 사용 불가능 건 #21

Open joyyir opened 7 years ago

joyyir commented 7 years ago

'카페 상세' 페이지에 해시태그 기반 인스타그램 포스트들을 노출시킬 예정이었으나, 인스타그램 API 정책에 따라 불가능해보입니다.

image

아래 세 가지 케이스에 대해서만 권한 부여가 가능하다고 합니다.

Use case and permissions compliance: We will approve submissions of apps that fall into these use cases:

  1. To help individuals share their own content with 3rd party apps
  2. To help brands and advertisers understand and manage their audience and digital media rights
  3. To help broadcasters and publishers discover content, get digital rights to media, and share media with proper attribution
AndersonChoi commented 7 years ago

인스타그램 api를 사용하지 않고 instagram tag관련 홈페이지를 html parsing하여 thumbnail을 가져오는 로직을 생성하여 push 하였습니다. pull받아 확인 부탁드립니다. https://github.com/AndersonChoi/SoulCoffeeProject/pull/22

AndersonChoi commented 7 years ago

관련코드 : https://github.com/AndersonChoi/SoulCoffeeProject/blob/master/src/main/java/com/seoulfood/helloworld/api/InstagramParserAPI.java

AndersonChoi commented 7 years ago

api는 등록, 신청하겠으나, 임시로 thumbnail parser을 사용하는 방안을 사용하겠습니다.(개발완료 되었으므로) 추후에 api 사용가능하게 되면 api사용하는 것으로 합시다.