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
87
BBM Wallet
kmklabs
0
500
Analytics
kmklabs
0
630
BBM Call Out 101
kmklabs
0
680
Introduction to GRPC
kmklabs
1
660
Other Decks in Programming
See All in Programming
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
120
JetBrainsのAI機能の紹介 #jjug
yusuke
0
160
Reactの歴史を振り返る
tutinoko
1
150
Quality Gates in the Age of Agentic Coding
helmedeiros
PRO
1
110
Gemini CLIの"強み"を知る! Gemini CLIとClaude Codeを比較してみた!
kotahisafuru
3
790
CIを整備してメンテナンスを生成AIに任せる
hazumirr
0
380
CLI ツールを Go ライブラリ として再実装する理由 / Why reimplement a CLI tool as a Go library
ktr_0731
3
850
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
4.9k
リッチエディターを安全に開発・運用するために
unachang113
1
320
Bedrock AgentCore ObservabilityによるAIエージェントの運用
licux
8
490
QA x AIエコシステム段階構築作戦
osu
0
220
Go製CLIツールをnpmで配布するには
syumai
2
960
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Being A Developer After 40
akosma
90
590k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Navigating Team Friction
lara
188
15k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Testing 201, or: Great Expectations
jmmastey
44
7.6k
KATA
mclloyd
31
14k
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