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
100
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
540
Test Engineering - Life of a TE in BBM
kmklabs
0
60
BBM Wallet
kmklabs
0
420
Analytics
kmklabs
0
490
BBM Call Out 101
kmklabs
0
530
Introduction to GRPC
kmklabs
1
500
Other Decks in Programming
See All in Programming
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
3
530
KubeCon NA 2024の全DB関連セッションを紹介
nnaka2992
0
110
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
230
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
620
Запуск 1С:УХ в крупном энтерпрайзе: мечта и реальность ПМа
lamodatech
0
850
快速入門可觀測性
blueswen
0
470
QA環境で誰でも自由自在に現在時刻を操って検証できるようにした話
kalibora
1
110
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
390
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
230
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
590
Cloudflare MCP ServerでClaude Desktop からWeb APIを構築
kutakutat
1
630
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
390
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
18
2.3k
Designing Experiences People Love
moore
139
23k
A better future with KSS
kneath
238
17k
The Pragmatic Product Professional
lauravandoore
32
6.3k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
The Power of CSS Pseudo Elements
geoffreycrofte
74
5.4k
Agile that works and the tools we love
rasmusluckow
328
21k
Practical Orchestrator
shlominoach
186
10k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
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