Module: Instagramrb::Constants

Defined in:
lib/instagramrb/constants.rb

Constant Summary collapse

API_ENDPOINT =

Default API endpoint.

"https://api.instagram.com/v1/".freeze
AUTH_URL =

Default authorization url for Instagram’s API.

"https://api.instagram.com/oauth/authorize/".freeze
ACCESS_TOKEN_URL =

Default access token URL.

"https://api.instagram.com/oauth/access_token/".freeze
CLIENT_ID =

Default client ID is nil.

nil
CLIENT_SECRET =

Default client secret is nil.

nil
CALLBACK_URL =

Defaul callback URL is nil.

nil
ACCESS_TOKEN =

Default access token is nil.

nil