티스토리 뷰
Flutter: How to login to Instagram in flutter 플러터에서 graph api를 이용하여 인스타그램과 소통
Byunpa24 2021. 9. 1. 11:46플러터에서 인스타그램을 로그인 한후, 각종 포스트를 발행하는 방법을 구현해 볼려고 합니다.
2020년 이후로 인스타그램 API정책이 바뀐 후로 Basic Disply API 혹은 Instgram Graph API를 사용해야 하는데
BDI는 사용자의 기본정보만 볼 수 있는 것이고, IGA는 인스타그램 사용자가 자기의 포스트를 올리거나 조작할 때 사용하는 API입니다.
Graph API란 무엇일까요?
페이스북의 설명에 따르면 간단히 말해, 소셜 정보가 그래프 형태로 연결되어 있는 API로 이해하면 될 것 같습니다.
The Graph API is named after the idea of a "social graph" — a representation of the information on Facebook. It's composed of nodes, edges, and fields. Typically you use nodes to get data about a specific object, use edges to get collections of objects on a single object, and use fields to get data about a single object or each object in a collection. Throughout our documentation, we may refer to both a node and edge as an "endpoint". For example, "send a GET request to the User endpoint".
Instagram Graph API
Common Uses
- getting and managing published photos, videos, and stories
- getting basic data about other Instagram Business users and Creators
- moderating comments and their replies
- measuring media and profile interaction
- discovering hashtagged media
- discovering @mentions
- publishing photos and videos
Limitations
- The API cannot access Instagram consumer accounts (i.e., non-Business or non-Creator Instagram accounts). If you are building an app for consumer users, use the Instagram Basic Display API instead.
- Content Publishing is only available to Instagram Business Users.
- Reels are not supported.
- ordering results is not supported
- all endpoints support cursor-based pagination, but the User Insights edge is the only endpoint that supports time-based pagination
'개발 > Flutter' 카테고리의 다른 글
- Total
- Today
- Yesterday
- 대한항공 신입조종사 모집 #대한항공 조종사 모집
- #저작권보호원 #저작권보호원 면접 #저작권보호원 2차 #디지털 알바 #디지털 부업 #저작권 보호원 모니터링 #모니터링알바 #저작권 보호원 청년 #저작권 보호원 청년 모니터링
- 조종사 #조종사되는법 #
- dart
- 시력 #시력 개선 #눈운동 #조종사 눈건강 #시력회복 #눈 영양제
- flutter listviews #flutter
- flutter #flutter background service
- 실업급여
- 영어공부 #TED #TED 영어공부 #3분영어 #영어회화 #영어
- flutter #firebase #개발
- flutter #fluttererror #flutterioserror
- 드론 #시마x5 #symax5
- Ted #영어공부 #3분영어 #영어회화 #영어
- 대한항공 조종사 #대한항공 조종사 채용 #신입조종사 채용 #조종사 채용
- flutter #localization #flutterlocalization
- 드론구술시험 #초경량비행장치1종 구술시험
- flutter #udp #flutterudp
- 조종사 #국토부 조종사 #조종사 수급상황 #항공기 조종사 #항공기 당 조종사 비율 #국적항공사 조종사 수
- 쿠팡이츠 배달파트너 #배민컨넥트 #자전거배달 #로드자전거배달 #직장인 부수입 #부업 #알바
- 정부정책 #청년정책 #정부청년지원 #경기도청년지원
- 드론 #초경량비행장치 #비행 #항공 #드론자격증 #드론1종
- 매빅미니2 #촬여용 드론 #드론 #mavic mini2
- 공공데이터 청년인턴 #공공데이터 #알바 #공공데이터 청년인턴 후기
- ㅂ
- flutter #ios #android #smsautofill
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |