| Package | Description |
|---|---|
| com.datasift.client.managedsource | |
| com.datasift.client.managedsource.sources |
| Modifier and Type | Field and Description |
|---|---|
static ManagedDataSourceType<Instagram> |
ManagedDataSourceType.INSTAGRAM |
| Modifier and Type | Method and Description |
|---|---|
Instagram |
Instagram.addOAutToken(String oAuthAccessToken,
long expires,
String name)
Adds an OAuth token to the managed source
|
protected Instagram |
Instagram.addResource(Instagram.Type type,
String value,
float longitude,
float lattitude,
int distance,
boolean exactMatch,
String fourSquareLocation)
Adds a resource object to the request of the given type, which is always required
|
Instagram |
Instagram.byArea(float longitude,
float lattitude) |
Instagram |
Instagram.byArea(float longitude,
float latitude,
int distance)
Adds a resource a given area
|
Instagram |
Instagram.byFoursquareLocation(String fourSquareLocation)
The same as
byLocation(float, float, int) but instead of using coordinates a foursquare location ID
is provided |
Instagram |
Instagram.byLocation(float longitude,
float latitude) |
Instagram |
Instagram.byLocation(float longitude,
float latitude,
int distance)
Adds a resource a given location
|
Instagram |
Instagram.byPopularity()
Adds a resource that is filtered based on popularity
|
Instagram |
Instagram.byTag(String tag,
boolean exactMatch)
Adds a resource by tag
|
Instagram |
Instagram.byUser(String userId)
Adds a managed instagram source by user
|
Instagram |
Instagram.enableComments(boolean enabled)
set to true, if you want to receive comment interactions.
|
Instagram |
Instagram.enableLikes(boolean enabled)
set to true, if you want to receive like interactions.
|
Copyright © 2015. All Rights Reserved.