All Projects → lob → Instagram Postcard

lob / Instagram Postcard

Programming Languages

javascript
184084 projects - #8 most used programming language

NOTE: This example was created on an outdated version of the Lob API. Please see the latest Lob documentation for the most up-to-date information on integrating with Lob.

Instagram Postcard App in Express.js

Registration

You will need to register for an Instagram Developer Account and a Lob API Key

Install Dependancies

npm i

Run

node index.js

Visit localhost:3000 in your browser

instagram/config.js

Configuration for Lob API Keys and Instagram Credentials

var config = {
  lob_api_key: 'xxxxx',
  instagram_redirect_uri: 'http://localhost:3000/handleauth',
  instagram_client_id: 'xxxxx',
  instagram_client_secret: 'xxxxx',
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].