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
81
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
120
WebSocket Authentication on VIDIO.COM
kmklabs
0
1.4k
AudioVisual Assets in Vidio App
kmklabs
0
1.5k
Daily in the life of a TE in Vidio
kmklabs
0
670
Test Engineering - Life of a TE in BBM
kmklabs
0
93
BBM Wallet
kmklabs
0
520
Analytics
kmklabs
0
640
BBM Call Out 101
kmklabs
0
690
Introduction to GRPC
kmklabs
1
670
Other Decks in Programming
See All in Programming
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.4k
検索機能リプレイスを4ヶ月→2ヶ月に! AI Agentで実現した2倍速リプレイス
fuuki12
1
220
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
590
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.9k
AI時代のUIはどこへ行く?
yusukebe
18
9.2k
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
240
機能追加とリーダー業務の類似性
rinchoku
2
1.4k
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
290
AI Agents: How Do They Work and How to Build Them @ Shift 2025
slobodan
0
110
AIを活用したレシート読み取り機能の開発から得られた実践知 / AI Receipt Scan Practice
rockname
1
260
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
180
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Gamification - CAS2011
davidbonilla
81
5.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Producing Creativity
orderedlist
PRO
347
40k
Being A Developer After 40
akosma
90
590k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
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