Hi everyone,
I'm currently working with your api and I have a few questions to ask about the sequential hashtags and the RT pictures.
First question :
I'm trying to use sequential hashtags so I have an array of hashtags/keyword/... and I'm taking the pictures with each hashtags. So If I have 3 hashtags, I have 3 requests to the API. I wanted to know if it's possible to use one request for the 3 hashtags ? I tried by using a coma but it doesn't work. I tried to add two str in the url but it's not authorized.
Do I have to use one request for one hashtags or is there a way to use one request for the 3 (or more) hashtags ?
Second question :
Sometimes, I have the same pictures 2 times , or more, in the same request. This is RT pictures from someone or something like that. Does your api delete the duplicate / RT pictures from the flow or are they just keep in the flow and we have to delete them manually by a method ??
I have a remark to do about the library provided for the PHP users (
https://github.com/teleportd/sdk/tree/master/php). A comment si added in the library about the location. The class says that we have to use an array for the location but when you do it the parse function to create the query give us a bug and think that we have 4 locations because it parse the array and return 4 values.
I figured it out by using a simple string like the other and it works perfectly( If you want the sample code and the modification about the class, ask me and I'll upload it with pleasure).
I also added an urldecode for the reading of the url in the log but this is not necessary (It's easier to read the query during the tests.).
Thanks u in advance.
Simon