DOC & Help Center

Documentation

Obtain Instagram Access Token

1.) Go to https://www.instagram.com/developer/ and click “Register Application”

2.) Click “Register a New Client” button

3.) At the details tab, fill the Application Name / Website URL / Valid redirect URIs and Contact email

4.) On security tab, deselect the “Disable implicit OAuth” option and click register

5.) Open this link after you replace the “CLIENT_ID” and “REDIRECT_URL” with the one you registered and click “Authorize” button

https://api.instagram.com/oauth/authorize/?client_id=CLIENT_ID&redirect_uri=REDIRECT_URL&response_type=token&scope=public_content

6.) After clicking the authorize button, your browser will be redirect to the url with an access token.

http://localhost/xampp/splash.php#access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxx

Copy your access token out to be used in the instagram widget ( or any other places ).

———————————————————————————————

Ref. https://www.instagram.com/developer/authentication/

Related Content

Obtaining Facebook ID & Access Token

Facebook ID – You can fill your account ID as character ( eg. “Greenboxindonesia” for https://www.facebook.com/greenboxindonesia/ ) – Or if it’s not working, you can

CSS Coding Standards

CSS Coding Standards Like any coding standard, the purpose of the WordPress CSS Coding Standards is to create a baseline for collaboration and review within

Where are your offices located?

In WordPress, you can write either posts or Pages. When you’re writing a regular blog entry, you write a post. Posts, in a default setup,

Obtaining the Authorize Access Token

1.) Create an account and login to https://www.authorize.net/ ( or https://sandbox.authorize.net/ for test environment ) 2.) Go to “Account > API Credentials & Keys” section

Scroll to Top
Scroll to Top