Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Consuming Instagram API in Android
Search
KMKLabs
March 28, 2018
Programming
0
75
Consuming Instagram API in Android
KMKLabs
March 28, 2018
Tweet
Share
More Decks by KMKLabs
See All by KMKLabs
Understanding (a bit of) G1 GC
kmklabs
0
91
WebSocket Authentication on VIDIO.COM
kmklabs
0
1.2k
AudioVisual Assets in Vidio App
kmklabs
0
1.4k
Daily in the life of a TE in Vidio
kmklabs
0
530
Test Engineering - Life of a TE in BBM
kmklabs
0
55
BBM Wallet
kmklabs
0
410
Analytics
kmklabs
0
470
BBM Call Out 101
kmklabs
0
520
Introduction to GRPC
kmklabs
1
480
Other Decks in Programming
See All in Programming
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
450
カスタムしながら理解するGraphQL Connection
yanagii
1
1.4k
Pinia Colada が実現するスマートな非同期処理
naokihaba
2
170
CSC509 Lecture 08
javiergs
PRO
0
110
macOS でできる リアルタイム動画像処理
biacco42
8
2.2k
Identifying User Idenity
moro
6
8.7k
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
7
1.2k
Vue SFCのtemplateでTypeScriptの型を活用しよう
tsukkee
3
1.6k
Kotlin2でdataクラスの copyメソッドを禁止する/Data class copy function to have the same visibility as constructor
eichisanden
1
160
Dev ContainersとGitHub Codespacesの素敵な関係
ymd65536
1
140
PLoP 2024: The evolution of the microservice architecture pattern language
cer
PRO
0
1.9k
Featured
See All Featured
Happy Clients
brianwarren
97
6.7k
BBQ
matthewcrist
85
9.3k
A Philosophy of Restraint
colly
203
16k
Making Projects Easy
brettharned
115
5.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Become a Pro
speakerdeck
PRO
24
5k
Git: the NoSQL Database
bkeepers
PRO
426
64k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.2k
4 Signs Your Business is Dying
shpigford
180
21k
Unsuck your backbone
ammeep
668
57k
KATA
mclloyd
29
13k
Transcript
CONSUMING INSTAGRAM API IN ANDROID
• Instagram Developer Account https://www.instagram.com/developer/ PREREQUISITE
RATE LIMITS • Global Rate Limits • Endpoint-Specific Rate Limit
AUTHENTICATION • Authorization URL https://api.instagram.com/oauth/authorize/?client_id=CLIENT- ID&redirect_uri=REDIRECT-URI&response_type=token • Receive Access Token
http://your-redirect-uri#access_token=ACCESS-TOKEN CLIENT-SIDE
USERS ENDPOINTS
RELATIONSHIPS ENDPOINTS
MEDIA & TAGS ENDPOINTS
COMMENTS & LIKES ENDPOINTS
LOCATIONS ENDPOINTS
DEMO
QUESTIONS?
THANK YOU