Arjun Mahishi

Results 39 comments of Arjun Mahishi

Hey I need this feature. I am willing to work on this if you can point me in the right direction. I had a look at the php code. It...

Sure... It doesn't look impossible, we can do this

```python def uploadVideo(self, video, thumbnail, caption=None, upload_id=None, is_sidecar=None): if upload_id is None: upload_id = str(int(time.time() * 1000)) data = {'upload_id': upload_id, '_csrftoken': self.token, 'media_type': '2', '_uuid': self.uuid} if is_sidecar: data['is_sidecar']...

@LoganHenderson The only difference is, we need to upload a thumbnail also right?

@ahmdrz Do you have any docs for the Instagram rest API that you are using?

@LoganHenderson Can we work with this?

@ahmdrz yes. Just changed the endpoint to `goInstaAPIUrl+"upload/video/"`. Just something to work with.

@ahmdrz Nope. Not working. It gives ``` invalid character '\x1f' looking for beginning of value ``` while Unmarshaling the response

Based on the python and PHP code, we are supposed to get the uploadURL right? I am not able to unmarshal the response. The response code is 200. Just not...

@ahmdrz yes, let's please continue