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
82
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
680
Test Engineering - Life of a TE in BBM
kmklabs
0
97
BBM Wallet
kmklabs
0
520
Analytics
kmklabs
0
640
BBM Call Out 101
kmklabs
0
700
Introduction to GRPC
kmklabs
1
670
Other Decks in Programming
See All in Programming
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
CSC509 Lecture 08
javiergs
PRO
0
250
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
6.8k
品質ワークショップをやってみた
nealle
0
630
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
240
理論と実務のギャップを超える
eycjur
0
180
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
2
1.5k
SODA - FACT BOOK(JP)
sodainc
1
8.7k
AI Agent 時代的開發者生存指南
eddie
4
2.1k
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
140
Developer Joy - The New Paradigm
hollycummins
1
360
AI 駆動開発におけるコミュニティと AWS CDK の価値
konokenj
5
230
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Context Engineering - Making Every Token Count
addyosmani
8
300
Building Adaptive Systems
keathley
44
2.8k
The Cult of Friendly URLs
andyhume
79
6.6k
GitHub's CSS Performance
jonrohan
1032
470k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
600
It's Worth the Effort
3n
187
28k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
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