All Projects → wahengchang → instagram-oauth-nodejs-server

wahengchang / instagram-oauth-nodejs-server

Licence: other
Node.js server for Intagram-API OAuth purpose.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to instagram-oauth-nodejs-server

Oauth
🔗 OAuth 2.0 implementation for various providers in one place.
Stars: ✭ 336 (+2700%)
Mutual labels:  instagram, oauth, oauth2
Pow assent
Multi-provider authentication for your Pow enabled app
Stars: ✭ 236 (+1866.67%)
Mutual labels:  instagram, oauth, oauth2
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (+950%)
Mutual labels:  instagram, oauth, oauth2
React Native Instagram Login
a react native instagram login component (support android & ios). Pull requests are welcome!
Stars: ✭ 139 (+1058.33%)
Mutual labels:  instagram, oauth, instagram-api
Instagram private api
A Python library to access Instagram's private API.
Stars: ✭ 2,273 (+18841.67%)
Mutual labels:  instagram, instagram-api
Instagrapi
Fast and effective Instagram Private API wrapper
Stars: ✭ 157 (+1208.33%)
Mutual labels:  instagram, instagram-api
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (+1275%)
Mutual labels:  instagram, instagram-api
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+1408.33%)
Mutual labels:  instagram, instagram-api
Instagram Php Scraper
Get account information, photos, videos, stories and comments.
Stars: ✭ 2,490 (+20650%)
Mutual labels:  instagram, instagram-api
Instagram Api Python
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.
Stars: ✭ 2,357 (+19541.67%)
Mutual labels:  instagram, instagram-api
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+1425%)
Mutual labels:  instagram, instagram-api
Socialmanagertools Docs
📚 Documentation of Social Manager Tools
Stars: ✭ 151 (+1158.33%)
Mutual labels:  instagram, instagram-api
Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (+1141.67%)
Mutual labels:  instagram, instagram-api
sample-oauth2-client
Sample OAuth2 client using the GitHub API
Stars: ✭ 69 (+475%)
Mutual labels:  oauth, oauth2
Instagram Followers Bot
A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
Stars: ✭ 149 (+1141.67%)
Mutual labels:  instagram, instagram-api
Mygf Instagram
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password
Stars: ✭ 140 (+1066.67%)
Mutual labels:  instagram, instagram-api
instapi
📷 Python Instagram API
Stars: ✭ 33 (+175%)
Mutual labels:  instagram, instagram-api
jekyll-instagram
A Jekyll plugin for displaying your recent Instagram photos
Stars: ✭ 24 (+100%)
Mutual labels:  instagram, instagram-api
MyIGBot
MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
Stars: ✭ 137 (+1041.67%)
Mutual labels:  instagram, instagram-api
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (+1050%)
Mutual labels:  instagram, instagram-api

instagram-oauth-nodejs-server

It is a template is ready to use, setting up a Node.js server for Intagram-API OAuth purpose.

Blog

Things we need

  • Create an Instagram Application
  • Copy Client ID and Client Secret to this project
  • Prepare a domain name, where Node.js server is hosted, add it to Valid redirectURL

instaggram

Run

The Node.js server have to be run on the server where match the field Valid redirectURL in Intagram Configuration

Run

$ git clone https://github.com/wahengchang/instagram-oauth-nodejs-server
$ cd instagram-oauth-nodejs-server
$ npm isntall 

Then set up:

  • process.env.INSTANGRAM_CLIENT_ID
  • process.env.INSTANGRAM_CLIENT_SECRET
  • process.env.INSTANGRAM_BASE_URL
$ npm start

Get access token

GET https://www.instagram.com/oauth/authorize?client_id={CLIENT_ID}&redirect_uri={http://youhost/authorize_user}&response_type=code

Reference

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].