I'm creating a program based on the api of steemit, steem.steem.ws or api.steemjs is the same, the problem is that when I try to extract all the posts of a user for example the user @nenio only arrives until AUGUST or the month 08 this user has been publishing since May 19 (coincidentally that day is my mom's birthday) see image of steemd.com/@nenio page 196:
Estoy creando un programa basado en la API de steemit, steem.steem.ws or api.steemjs es igual, el problema esta en que, cuando intento extraer todas las publicaciones de un usuario por ejemplo del usuario@nenio solo llega hasta AGOSTO o el mes 08 este usuario a estado publicando desde el 19 de mayo (casualmente ese dia cumple años mi mama jeje) ver imagen de steemd.com/@nenio pagina 196:
I made my program to give me all the calls on the screen, and this is the last call:
Mi programa lo hice para que me diera todas las llamadas por pantalla, y esta es la ultima llamada:
https://api.steemjs.com/get_discussions_by_blog?query={%22tag%22:%22nenio%22,%22start_author%22:%22nenio%22,%22start_permlink%22:%22colour-challenge-sundaypurple-purple-flowers%22,%22limit%22:%22100%22}
Notice that you can not find more data in the @fabien API, I am writing to
@fabien because he is the creator of steemjs.
Fíjate que no encuentra mas datos en la API@fabien, me dirijo a
@fabien por que es el creador de steemjs.
If I do the penultimate, it reaches that same one:
Si hago la penúltima llega hasta esa igual:
https://api.steemjs.com/get_discussions_by_blog?query=%7B%22tag%22:%22nenio%22,%22start_author%22:%22nenio%22,%22start_permlink%22:%22monomad-photographic-contest-entry-4-a-flower%22,%22limit%22:%2285%22%7D
If I do an extraction of my user with the program it arrives until January I do not know if the month 12 of 2016 or if the year 2016 is in the API ...
Si hago una extracción de mi usuario con el programa llega hasta enero no se si el mes 12 de 2016 o si el año 2016 esta en la API...
I hope you can help me, @fabien