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
76
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
110
WebSocket Authentication on VIDIO.COM
kmklabs
0
1.3k
AudioVisual Assets in Vidio App
kmklabs
0
1.4k
Daily in the life of a TE in Vidio
kmklabs
0
570
Test Engineering - Life of a TE in BBM
kmklabs
0
65
BBM Wallet
kmklabs
0
420
Analytics
kmklabs
0
520
BBM Call Out 101
kmklabs
0
560
Introduction to GRPC
kmklabs
1
530
Other Decks in Programming
See All in Programming
From the Wild into the Clouds - Laravel Meetup Talk
neverything
0
180
技術を改善し続ける
gumioji
0
180
React 19アップデートのために必要なこと
uhyo
8
1.6k
コードを読んで理解するko build
bells17
1
110
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
1.2k
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
250
[JAWS DAYS 2025] 最近の DB の競合解決の仕組みが分かった気になってみた
maroon1st
0
160
複数のAWSアカウントから横断で 利用する Lambda Authorizer の作り方
tc3jp
0
120
推しメソッドsource_locationのしくみを探る - はじめてRubyのコードを読んでみた
nobu09
2
350
iOSでQRコード生成奮闘記
ktcryomm
2
120
生成AIで加速するテスト実装 - ロリポップ for Gamersの事例と 生成AIエディタの活用
kinosuke01
0
140
Learning Kotlin with detekt
inouehi
1
190
Featured
See All Featured
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Thoughts on Productivity
jonyablonski
69
4.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
Documentation Writing (for coders)
carmenintech
68
4.6k
Adopting Sorbet at Scale
ufuk
75
9.2k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Building a Scalable Design System with Sketch
lauravandoore
461
33k
Product Roadmaps are Hard
iamctodd
PRO
51
11k
RailsConf 2023
tenderlove
29
1k
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