You are here

constant INSTAGRAM_FEEDS_BASE_URL in Instagram Feeds 7

4 uses of INSTAGRAM_FEEDS_BASE_URL
instagram_feeds_batch_import in ./instagram_feeds.module
Batch API worker callback.
instagram_feeds_get_all_conditions in ./instagram_feeds.module
Return an associative array of url with keyword that need for filtering.
instagram_feeds_get_instagram_user in ./instagram_feeds.module
Get user object from Instagram using username.
instagram_feeds_urls_from_feed in ./instagram_feeds.module
Creates an array of feeds urls from Instagram Feed.

File

./instagram_feeds.module, line 9

Code

define('INSTAGRAM_FEEDS_BASE_URL', 'https://api.instagram.com/v1');