lucaspenchas

Results 7 comments of lucaspenchas

Yes, I mean sending a POST request to 'api.vineapp.com/loops'. Can you add the loops feature, please? Or, how can I do that? Thanks! Lucas

Hi David! I just changed the endpoints.py file and now it looks like this. 'loops': { 'endpoint': 'loops', 'request_type': 'post', 'url_params': [], 'required_params': ['ts', 'postId', 'count'], 'optional_params': [], 'default_params': [],...

Hello, I'm calling it the same way as you are. Can you give me a full example, please? Also, how do I read the response Vine sends? Thanks! Lucas

By full example I refer to the code to make a loop submission. Because it still gives me the error #3: 'A required parameter is missing' Thanks!

With the Chrome Console's Network tab. Here's the exact body of what it sends: {"loops":[{"postId":"1298378206528872448","count":1,"ts":1461957282.534}]}

Ok! Thank you! Lucas

Hello, it's only submitting 9 loop counts and then it logs the 'Try again later' error. Is there a way to fix this? Thanks!