SlideShare uma empresa Scribd logo
1 de 17
#Instagram API
Get Visibility you Always Wanted
If this is for you?
Instagram API Platform is useful to
1. Individuals to share their content
2. For Brands and Advertisers
3. Broadcasters and Publishers
Make sure all requests to the API must be made over SSL(https://
and not http://)
Instagram API require you to authenticate user first before
making any calls to API Endpoints.
You can make use of either Server-side flow(more secure) or
implicit flow(less secure) for redirecting users.
Secure or not?
Server-Side(Explicit) Flow
Steps for Server-Side(Explicit) Flow
1. Direct user to Instagram Authorization URL
2. Receive the redirection URL from Instagram
3. Request the access_token
In the last step you would exchange code for an access
token.
Client-Side(Implicit) Authentication
This method would be used in cases where you don’t have
server side component.
Steps for Client-Side Authentication
1. Direct user to Instagram Authorization URL
2. Get access_token from the URL fragment
Scopes(Permissions)
Instagram supports following scopes
1. basic - get user’s profile and media
2. public_content - get user’s public profile and media
3. follower_list - get list of followers and followed-by users
4. comments - post and delete comments
5. relationships - follow and unfollow accounts
6. likes - like and unlike media
Note: Do not ask user to grant more permissions than you
want in your Web or App solution.
Permissions Review & Why it’s Important?
You start with Sandbox mode and it provides you
access to all API endpoints but for a limited number
of users and media.
Instagram would review your app and grant full
access to Instagram content only after approving
your app.
Must Know Facts about App Approval
Criteria for Review
Instagram will not approve your app in following cases
1. If you are using a widget
1. If you are to use only for one time
1. Just to showcase content on personal Website
API Endpoint Groups
1. Users
Self, about other users, most recent content of the current
or any user, liked by user and search for user by name
1. Relationships
following, followers, requests for follow, relationship with
other user and modify relationship with other user
API Endpoint Groups
3. Media
get media info by media-id, shortcode or search for
media
4. Comments
get list of recent comments, add comment, remove
comment
API Endpoint Groups
5. Likes
Get a list of users who liked, set or remove like for media for
current user
6. Tags
Get info about tag object, list of recently tagged media,
search for tag by name
7. Locations
Get info about location, get a list of media objects for a
location and search for a location by coordinates
Rate Limits
Instagram considers rate limits for each access token and 1
hour window.
For Sandbox current limit is 500 calls per hour while for Live
App it is 5000 per hour.
User Subscriptions
You can create, delete and list subscriptions using
subscriptions endpoint.
With User subscriptions you will get notified when
users who are authenticated by your app posts new
media on instagram.
Embedding
Embedding can save lot of your time and efforts for creating custom UI
when you can just add by writing few lines of code.
Instagram provides embed code for the post of your choice to embed in
your website or using wordpress.
Instagram provides two ways to programmatically add Instagram post to
your webpage : oEmbed endpoint or URL append endpoint.
Note: Instagram uses its own embeds.js library for embedding.
Mobile Sharing
For both iPhone and Android Instagram provides
easy to implement method for Sharing.
For iOS use custom URL schemes for sharing and
for Android use Intents to post photos and videos.
Code Library
Instagram currently provides Python and Ruby
libraries for rest like PHP, Java and Swift one is
always free to contribute.
Visit Letsnurturefor more

Mais conteúdo relacionado

Mais procurados

Twitter Update for Social Developers London - May 2013
Twitter Update for Social Developers London - May 2013Twitter Update for Social Developers London - May 2013
Twitter Update for Social Developers London - May 2013Angus Fox
 
OpManager - Clickatell integration for SMS notification
OpManager - Clickatell integration for SMS notificationOpManager - Clickatell integration for SMS notification
OpManager - Clickatell integration for SMS notificationManageEngine, Zoho Corporation
 
Using the Google SafetyNet API for Banking & Finance
Using the Google SafetyNet API for Banking & FinanceUsing the Google SafetyNet API for Banking & Finance
Using the Google SafetyNet API for Banking & FinanceHitesh Sahu
 
Web android automation-Darshan Padmawar
Web android automation-Darshan PadmawarWeb android automation-Darshan Padmawar
Web android automation-Darshan Padmawarbhumika2108
 
Jaber joanne cmh3_c
Jaber joanne cmh3_cJaber joanne cmh3_c
Jaber joanne cmh3_cJaberjo
 
Social media comm photo sharing project
Social media comm photo sharing projectSocial media comm photo sharing project
Social media comm photo sharing projectEmilyHart4
 
Optimizing your job apply pages with the LinkedIn profile API
Optimizing your job apply pages with the LinkedIn profile APIOptimizing your job apply pages with the LinkedIn profile API
Optimizing your job apply pages with the LinkedIn profile APIIvo Brett
 
Common Web sites that use Plug-in API's
Common Web sites that use Plug-in API'sCommon Web sites that use Plug-in API's
Common Web sites that use Plug-in API'sTakumi Monteza
 
How to get data from twitter (by hnnrrhm)
How to get data from twitter (by hnnrrhm)How to get data from twitter (by hnnrrhm)
How to get data from twitter (by hnnrrhm)Hani Nurrahmi
 
OAuth 2.0 an Overview
OAuth 2.0 an OverviewOAuth 2.0 an Overview
OAuth 2.0 an OverviewAmit Singh
 

Mais procurados (13)

Twitter Update for Social Developers London - May 2013
Twitter Update for Social Developers London - May 2013Twitter Update for Social Developers London - May 2013
Twitter Update for Social Developers London - May 2013
 
tinder automation
tinder automationtinder automation
tinder automation
 
OpManager - Clickatell integration for SMS notification
OpManager - Clickatell integration for SMS notificationOpManager - Clickatell integration for SMS notification
OpManager - Clickatell integration for SMS notification
 
Using the Google SafetyNet API for Banking & Finance
Using the Google SafetyNet API for Banking & FinanceUsing the Google SafetyNet API for Banking & Finance
Using the Google SafetyNet API for Banking & Finance
 
Facebook permissions
Facebook permissionsFacebook permissions
Facebook permissions
 
Web android automation-Darshan Padmawar
Web android automation-Darshan PadmawarWeb android automation-Darshan Padmawar
Web android automation-Darshan Padmawar
 
Jaber joanne cmh3_c
Jaber joanne cmh3_cJaber joanne cmh3_c
Jaber joanne cmh3_c
 
Social media comm photo sharing project
Social media comm photo sharing projectSocial media comm photo sharing project
Social media comm photo sharing project
 
OAuth OpenID Connect
OAuth OpenID ConnectOAuth OpenID Connect
OAuth OpenID Connect
 
Optimizing your job apply pages with the LinkedIn profile API
Optimizing your job apply pages with the LinkedIn profile APIOptimizing your job apply pages with the LinkedIn profile API
Optimizing your job apply pages with the LinkedIn profile API
 
Common Web sites that use Plug-in API's
Common Web sites that use Plug-in API'sCommon Web sites that use Plug-in API's
Common Web sites that use Plug-in API's
 
How to get data from twitter (by hnnrrhm)
How to get data from twitter (by hnnrrhm)How to get data from twitter (by hnnrrhm)
How to get data from twitter (by hnnrrhm)
 
OAuth 2.0 an Overview
OAuth 2.0 an OverviewOAuth 2.0 an Overview
OAuth 2.0 an Overview
 

Destaque

Marshall Cassidy : VOCALSpin : Horse Around - The Saratoga Song
Marshall Cassidy : VOCALSpin : Horse Around - The Saratoga SongMarshall Cassidy : VOCALSpin : Horse Around - The Saratoga Song
Marshall Cassidy : VOCALSpin : Horse Around - The Saratoga SongVOCAL SPIN
 
материал к тесту 6 класс
материал к тесту 6 классматериал к тесту 6 класс
материал к тесту 6 классkryljanauki
 
Local Notification Tutorial
Local Notification TutorialLocal Notification Tutorial
Local Notification TutorialKetan Raval
 
กาแฟแก้วหนึ่ง บนฝาผนัง
กาแฟแก้วหนึ่ง บนฝาผนังกาแฟแก้วหนึ่ง บนฝาผนัง
กาแฟแก้วหนึ่ง บนฝาผนังNa Tak
 
Kespontanan Reaksi Kimia
Kespontanan Reaksi KimiaKespontanan Reaksi Kimia
Kespontanan Reaksi KimiaImam Gazali
 
Kenaikan dan Penurunan Titik Didih
Kenaikan dan Penurunan Titik DidihKenaikan dan Penurunan Titik Didih
Kenaikan dan Penurunan Titik DidihImam Gazali
 
Project Management SKills Training Programme (Japanese)
Project Management SKills Training  Programme (Japanese)Project Management SKills Training  Programme (Japanese)
Project Management SKills Training Programme (Japanese)m_beresford
 
กฎทองของสุนัข
กฎทองของสุนัขกฎทองของสุนัข
กฎทองของสุนัขNa Tak
 
Bicycle’s at your service
Bicycle’s at your serviceBicycle’s at your service
Bicycle’s at your servicepistolpete86
 
25 คำปราชญ์จากจีนppsใหม่
25 คำปราชญ์จากจีนppsใหม่25 คำปราชญ์จากจีนppsใหม่
25 คำปราชญ์จากจีนppsใหม่Na Tak
 
Master trening startup_shevchuk 2015 v1.1
Master trening startup_shevchuk 2015 v1.1Master trening startup_shevchuk 2015 v1.1
Master trening startup_shevchuk 2015 v1.1Aleksei Shevchuk
 
IES Istanbul Expatriate Services
IES Istanbul Expatriate ServicesIES Istanbul Expatriate Services
IES Istanbul Expatriate ServicesTülay Çetin
 
Freindship
FreindshipFreindship
FreindshipNa Tak
 
Инвестиции в 9 шагов
Инвестиции в 9 шаговИнвестиции в 9 шагов
Инвестиции в 9 шаговAleksei Shevchuk
 

Destaque (20)

Marshall Cassidy : VOCALSpin : Horse Around - The Saratoga Song
Marshall Cassidy : VOCALSpin : Horse Around - The Saratoga SongMarshall Cassidy : VOCALSpin : Horse Around - The Saratoga Song
Marshall Cassidy : VOCALSpin : Horse Around - The Saratoga Song
 
материал к тесту 6 класс
материал к тесту 6 классматериал к тесту 6 класс
материал к тесту 6 класс
 
Final
FinalFinal
Final
 
Local Notification Tutorial
Local Notification TutorialLocal Notification Tutorial
Local Notification Tutorial
 
12 facts about backups
12 facts about backups12 facts about backups
12 facts about backups
 
лекція № 2
лекція № 2лекція № 2
лекція № 2
 
Cv updated
Cv updatedCv updated
Cv updated
 
лекція № 4
лекція № 4лекція № 4
лекція № 4
 
กาแฟแก้วหนึ่ง บนฝาผนัง
กาแฟแก้วหนึ่ง บนฝาผนังกาแฟแก้วหนึ่ง บนฝาผนัง
กาแฟแก้วหนึ่ง บนฝาผนัง
 
Kespontanan Reaksi Kimia
Kespontanan Reaksi KimiaKespontanan Reaksi Kimia
Kespontanan Reaksi Kimia
 
Kenaikan dan Penurunan Titik Didih
Kenaikan dan Penurunan Titik DidihKenaikan dan Penurunan Titik Didih
Kenaikan dan Penurunan Titik Didih
 
Project Management SKills Training Programme (Japanese)
Project Management SKills Training  Programme (Japanese)Project Management SKills Training  Programme (Japanese)
Project Management SKills Training Programme (Japanese)
 
กฎทองของสุนัข
กฎทองของสุนัขกฎทองของสุนัข
กฎทองของสุนัข
 
Bicycle’s at your service
Bicycle’s at your serviceBicycle’s at your service
Bicycle’s at your service
 
3. .xiaofei li 1
3. .xiaofei li 13. .xiaofei li 1
3. .xiaofei li 1
 
25 คำปราชญ์จากจีนppsใหม่
25 คำปราชญ์จากจีนppsใหม่25 คำปราชญ์จากจีนppsใหม่
25 คำปราชญ์จากจีนppsใหม่
 
Master trening startup_shevchuk 2015 v1.1
Master trening startup_shevchuk 2015 v1.1Master trening startup_shevchuk 2015 v1.1
Master trening startup_shevchuk 2015 v1.1
 
IES Istanbul Expatriate Services
IES Istanbul Expatriate ServicesIES Istanbul Expatriate Services
IES Istanbul Expatriate Services
 
Freindship
FreindshipFreindship
Freindship
 
Инвестиции в 9 шагов
Инвестиции в 9 шаговИнвестиции в 9 шагов
Инвестиции в 9 шагов
 

Semelhante a #Instagram API Get visibility you always wanted

Deep dive into Salesforce Connected App
Deep dive into Salesforce Connected AppDeep dive into Salesforce Connected App
Deep dive into Salesforce Connected AppDhanik Sahni
 
Introduction to Slack App Development
Introduction to Slack App Development Introduction to Slack App Development
Introduction to Slack App Development Serhat Can
 
instareplicate presetation.pptx
instareplicate presetation.pptxinstareplicate presetation.pptx
instareplicate presetation.pptxAkashDongre7
 
My slides from SharePoint Saturday Warsaw 2019
My slides from SharePoint Saturday Warsaw 2019My slides from SharePoint Saturday Warsaw 2019
My slides from SharePoint Saturday Warsaw 2019Rick Van Rousselt
 
Mz twitter-1.1-sdl
Mz twitter-1.1-sdlMz twitter-1.1-sdl
Mz twitter-1.1-sdlAngus Fox
 
Salesforce zoom integration
Salesforce zoom integrationSalesforce zoom integration
Salesforce zoom integrationsampat786
 
App Indexing: Blurring the Lines Between Your Website and App
App Indexing: Blurring the Lines Between Your Website and AppApp Indexing: Blurring the Lines Between Your Website and App
App Indexing: Blurring the Lines Between Your Website and AppJuan Gomez
 
Creating Your Own Instagram Clone: A Step-by-Step Guide
Creating Your Own Instagram Clone: A Step-by-Step GuideCreating Your Own Instagram Clone: A Step-by-Step Guide
Creating Your Own Instagram Clone: A Step-by-Step GuideOmninosSolution3
 
App Model For SharePoint 2013
App Model For SharePoint 2013App Model For SharePoint 2013
App Model For SharePoint 2013Toni Il Caiser
 
Deep linking slides
Deep linking slidesDeep linking slides
Deep linking slidesPersonagraph
 
Share point 2013 add-in (formerly app) development
Share point 2013 add-in (formerly app) developmentShare point 2013 add-in (formerly app) development
Share point 2013 add-in (formerly app) developmentSuhas R Satish
 
Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...
Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...
Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...Amazon Web Services
 
7 Deadly Sins in Azure AD App Development
7 Deadly Sins in Azure AD App Development7 Deadly Sins in Azure AD App Development
7 Deadly Sins in Azure AD App DevelopmentJoonas Westlin
 
Android Marshmallow APIs and Changes
Android Marshmallow APIs and ChangesAndroid Marshmallow APIs and Changes
Android Marshmallow APIs and ChangesMalwinder Singh
 
Anypoint platform for API's glossary
Anypoint platform for API's glossaryAnypoint platform for API's glossary
Anypoint platform for API's glossaryAchyuta Lakshmi
 

Semelhante a #Instagram API Get visibility you always wanted (20)

Deep dive into Salesforce Connected App
Deep dive into Salesforce Connected AppDeep dive into Salesforce Connected App
Deep dive into Salesforce Connected App
 
App Deep Linking
App Deep LinkingApp Deep Linking
App Deep Linking
 
Introduction to Slack App Development
Introduction to Slack App Development Introduction to Slack App Development
Introduction to Slack App Development
 
instareplicate presetation.pptx
instareplicate presetation.pptxinstareplicate presetation.pptx
instareplicate presetation.pptx
 
Facebook APIs
Facebook APIsFacebook APIs
Facebook APIs
 
My slides from SharePoint Saturday Warsaw 2019
My slides from SharePoint Saturday Warsaw 2019My slides from SharePoint Saturday Warsaw 2019
My slides from SharePoint Saturday Warsaw 2019
 
Mz twitter-1.1-sdl
Mz twitter-1.1-sdlMz twitter-1.1-sdl
Mz twitter-1.1-sdl
 
Salesforce zoom integration
Salesforce zoom integrationSalesforce zoom integration
Salesforce zoom integration
 
App Indexing: Blurring the Lines Between Your Website and App
App Indexing: Blurring the Lines Between Your Website and AppApp Indexing: Blurring the Lines Between Your Website and App
App Indexing: Blurring the Lines Between Your Website and App
 
Creating Your Own Instagram Clone: A Step-by-Step Guide
Creating Your Own Instagram Clone: A Step-by-Step GuideCreating Your Own Instagram Clone: A Step-by-Step Guide
Creating Your Own Instagram Clone: A Step-by-Step Guide
 
App Model For SharePoint 2013
App Model For SharePoint 2013App Model For SharePoint 2013
App Model For SharePoint 2013
 
Deep linking slides
Deep linking slidesDeep linking slides
Deep linking slides
 
Share point 2013 add-in (formerly app) development
Share point 2013 add-in (formerly app) developmentShare point 2013 add-in (formerly app) development
Share point 2013 add-in (formerly app) development
 
Yammer for developers
Yammer for developersYammer for developers
Yammer for developers
 
Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...
Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...
Identity Management for Your Users and Apps: A Deep Dive on Amazon Cognito - ...
 
7 Deadly Sins in Azure AD App Development
7 Deadly Sins in Azure AD App Development7 Deadly Sins in Azure AD App Development
7 Deadly Sins in Azure AD App Development
 
OAuth Android Göteborg
OAuth Android GöteborgOAuth Android Göteborg
OAuth Android Göteborg
 
Android Marshmallow APIs and Changes
Android Marshmallow APIs and ChangesAndroid Marshmallow APIs and Changes
Android Marshmallow APIs and Changes
 
Kt 15 07-2013
Kt 15 07-2013Kt 15 07-2013
Kt 15 07-2013
 
Anypoint platform for API's glossary
Anypoint platform for API's glossaryAnypoint platform for API's glossary
Anypoint platform for API's glossary
 

Mais de Ketan Raval

Amazon Alexa Auto Software Development Kit (SDK)
Amazon Alexa Auto Software Development Kit (SDK)Amazon Alexa Auto Software Development Kit (SDK)
Amazon Alexa Auto Software Development Kit (SDK)Ketan Raval
 
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...Ketan Raval
 
Zero ui future is here
Zero ui   future is hereZero ui   future is here
Zero ui future is hereKetan Raval
 
Android n and beyond
Android n and beyondAndroid n and beyond
Android n and beyondKetan Raval
 
IoT and Future of Connected world
IoT and Future of Connected worldIoT and Future of Connected world
IoT and Future of Connected worldKetan Raval
 
Keynote - Devfest 2015 organized by GDG Ahmedabad
Keynote - Devfest 2015 organized by GDG AhmedabadKeynote - Devfest 2015 organized by GDG Ahmedabad
Keynote - Devfest 2015 organized by GDG AhmedabadKetan Raval
 
Android notifications
Android notificationsAndroid notifications
Android notificationsKetan Raval
 
How to make your Mobile App HIPPA Compliant
How to make your Mobile App HIPPA CompliantHow to make your Mobile App HIPPA Compliant
How to make your Mobile App HIPPA CompliantKetan Raval
 
3 d touch a true game changer
3 d touch a true game changer3 d touch a true game changer
3 d touch a true game changerKetan Raval
 
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel EconomyOBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel EconomyKetan Raval
 
Vehicle to vehicle communication using gps
Vehicle to vehicle communication using gpsVehicle to vehicle communication using gps
Vehicle to vehicle communication using gpsKetan Raval
 
Obd how to guide
Obd how to guideObd how to guide
Obd how to guideKetan Raval
 
Garmin api integration
Garmin api integrationGarmin api integration
Garmin api integrationKetan Raval
 
Beacon The Google Way
Beacon The Google WayBeacon The Google Way
Beacon The Google WayKetan Raval
 
Edge detection iOS application
Edge detection iOS applicationEdge detection iOS application
Edge detection iOS applicationKetan Raval
 
Google calendar integration in iOS app
Google calendar integration in iOS appGoogle calendar integration in iOS app
Google calendar integration in iOS appKetan Raval
 
Big data cloudcomputing
Big data cloudcomputingBig data cloudcomputing
Big data cloudcomputingKetan Raval
 
All about Apple Watchkit
All about Apple WatchkitAll about Apple Watchkit
All about Apple WatchkitKetan Raval
 
How to upload application on iTune store
How to upload application on iTune storeHow to upload application on iTune store
How to upload application on iTune storeKetan Raval
 

Mais de Ketan Raval (20)

Amazon Alexa Auto Software Development Kit (SDK)
Amazon Alexa Auto Software Development Kit (SDK)Amazon Alexa Auto Software Development Kit (SDK)
Amazon Alexa Auto Software Development Kit (SDK)
 
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
 
Keynote 2016
Keynote 2016Keynote 2016
Keynote 2016
 
Zero ui future is here
Zero ui   future is hereZero ui   future is here
Zero ui future is here
 
Android n and beyond
Android n and beyondAndroid n and beyond
Android n and beyond
 
IoT and Future of Connected world
IoT and Future of Connected worldIoT and Future of Connected world
IoT and Future of Connected world
 
Keynote - Devfest 2015 organized by GDG Ahmedabad
Keynote - Devfest 2015 organized by GDG AhmedabadKeynote - Devfest 2015 organized by GDG Ahmedabad
Keynote - Devfest 2015 organized by GDG Ahmedabad
 
Android notifications
Android notificationsAndroid notifications
Android notifications
 
How to make your Mobile App HIPPA Compliant
How to make your Mobile App HIPPA CompliantHow to make your Mobile App HIPPA Compliant
How to make your Mobile App HIPPA Compliant
 
3 d touch a true game changer
3 d touch a true game changer3 d touch a true game changer
3 d touch a true game changer
 
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel EconomyOBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
 
Vehicle to vehicle communication using gps
Vehicle to vehicle communication using gpsVehicle to vehicle communication using gps
Vehicle to vehicle communication using gps
 
Obd how to guide
Obd how to guideObd how to guide
Obd how to guide
 
Garmin api integration
Garmin api integrationGarmin api integration
Garmin api integration
 
Beacon The Google Way
Beacon The Google WayBeacon The Google Way
Beacon The Google Way
 
Edge detection iOS application
Edge detection iOS applicationEdge detection iOS application
Edge detection iOS application
 
Google calendar integration in iOS app
Google calendar integration in iOS appGoogle calendar integration in iOS app
Google calendar integration in iOS app
 
Big data cloudcomputing
Big data cloudcomputingBig data cloudcomputing
Big data cloudcomputing
 
All about Apple Watchkit
All about Apple WatchkitAll about Apple Watchkit
All about Apple Watchkit
 
How to upload application on iTune store
How to upload application on iTune storeHow to upload application on iTune store
How to upload application on iTune store
 

#Instagram API Get visibility you always wanted

  • 1. #Instagram API Get Visibility you Always Wanted
  • 2. If this is for you? Instagram API Platform is useful to 1. Individuals to share their content 2. For Brands and Advertisers 3. Broadcasters and Publishers
  • 3. Make sure all requests to the API must be made over SSL(https:// and not http://) Instagram API require you to authenticate user first before making any calls to API Endpoints. You can make use of either Server-side flow(more secure) or implicit flow(less secure) for redirecting users. Secure or not?
  • 4. Server-Side(Explicit) Flow Steps for Server-Side(Explicit) Flow 1. Direct user to Instagram Authorization URL 2. Receive the redirection URL from Instagram 3. Request the access_token In the last step you would exchange code for an access token.
  • 5. Client-Side(Implicit) Authentication This method would be used in cases where you don’t have server side component. Steps for Client-Side Authentication 1. Direct user to Instagram Authorization URL 2. Get access_token from the URL fragment
  • 6. Scopes(Permissions) Instagram supports following scopes 1. basic - get user’s profile and media 2. public_content - get user’s public profile and media 3. follower_list - get list of followers and followed-by users 4. comments - post and delete comments 5. relationships - follow and unfollow accounts 6. likes - like and unlike media Note: Do not ask user to grant more permissions than you want in your Web or App solution.
  • 7. Permissions Review & Why it’s Important? You start with Sandbox mode and it provides you access to all API endpoints but for a limited number of users and media. Instagram would review your app and grant full access to Instagram content only after approving your app.
  • 8. Must Know Facts about App Approval Criteria for Review Instagram will not approve your app in following cases 1. If you are using a widget 1. If you are to use only for one time 1. Just to showcase content on personal Website
  • 9. API Endpoint Groups 1. Users Self, about other users, most recent content of the current or any user, liked by user and search for user by name 1. Relationships following, followers, requests for follow, relationship with other user and modify relationship with other user
  • 10. API Endpoint Groups 3. Media get media info by media-id, shortcode or search for media 4. Comments get list of recent comments, add comment, remove comment
  • 11. API Endpoint Groups 5. Likes Get a list of users who liked, set or remove like for media for current user 6. Tags Get info about tag object, list of recently tagged media, search for tag by name 7. Locations Get info about location, get a list of media objects for a location and search for a location by coordinates
  • 12. Rate Limits Instagram considers rate limits for each access token and 1 hour window. For Sandbox current limit is 500 calls per hour while for Live App it is 5000 per hour.
  • 13. User Subscriptions You can create, delete and list subscriptions using subscriptions endpoint. With User subscriptions you will get notified when users who are authenticated by your app posts new media on instagram.
  • 14. Embedding Embedding can save lot of your time and efforts for creating custom UI when you can just add by writing few lines of code. Instagram provides embed code for the post of your choice to embed in your website or using wordpress. Instagram provides two ways to programmatically add Instagram post to your webpage : oEmbed endpoint or URL append endpoint. Note: Instagram uses its own embeds.js library for embedding.
  • 15. Mobile Sharing For both iPhone and Android Instagram provides easy to implement method for Sharing. For iOS use custom URL schemes for sharing and for Android use Intents to post photos and videos.
  • 16. Code Library Instagram currently provides Python and Ruby libraries for rest like PHP, Java and Swift one is always free to contribute.