Registry / networking / instagram

instagram

JSON →
library1.1.6rbrubygemsunverified

A Ruby wrapper for the Instagram REST and Search APIs.

gem install instagram
INSTALL
IMPORT
SIG · INSTAGRAM
I
instagram
networkingrubyv1.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Instagram
require 'instagram'

Fetch popular Instagram media

require 'instagram' Instagram.configure do |config| config.client_id = 'YOUR_CLIENT_ID' config.client_secret = 'YOUR_CLIENT_SECRET' end popular = Instagram.media_popular puts popular.first.caption.text
Debug
Known issues
breakingInstagram API deprecated older endpoints; may require updated scopes
fix
Use the Instagram Basic Display API or Graph API instead.
affects: >= 1.0.0
Upgrade
Version history
1.1.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
instagram — gem install instagram · libregistry