Repository: incubator-streams Updated Branches: refs/heads/master 91a70a88a -> 006234fb8
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/73768bac/streams-contrib/streams-provider-instagram/src/test/resources/InstagramUserInfoProviderIT.conf ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-instagram/src/test/resources/InstagramUserInfoProviderIT.conf b/streams-contrib/streams-provider-instagram/src/test/resources/InstagramUserInfoProviderIT.conf new file mode 100644 index 0000000..420deb5 --- /dev/null +++ b/streams-contrib/streams-provider-instagram/src/test/resources/InstagramUserInfoProviderIT.conf @@ -0,0 +1,14 @@ +instagram { + clientId = "b389fcbeca2a40a89afa591a8468e4dc" + usersInfo = { + authorizedTokens = [ + "1646021441.b739937.58d5b84abce74241b640d8c1f7e91222" + ] + users = [ + { + #userId = "blackmonsteve" + userId = "1646021441" + } + ] + } +} \ No newline at end of file
