LookHin / instagram-photo-video-upload-api

Upload Photo & Video To Instagram
MIT License
83 stars 25 forks source link

Video is not uploading #2

Open rajaunleashed opened 7 years ago

rajaunleashed commented 7 years ago

I have used your API but video isn't uploading to the instagram. Have you uploaded the video using your API?

ZackStone commented 5 years ago

Hi @rajaunleashed , can you send more information about the video you are trying to upload? I uploaded little videos (less than 10s), but I had problem to upload 30s videos ("Transcode not finished yet.")

ankita-cears commented 5 years ago

hi @YitzhakAndrade Can you please show me how did you upload the video I'm trying to upload an image but my login method gives me null

ZackStone commented 5 years ago

Hi @ankita-cears , actually I'm not using this library, I'm working on another one written in C#, and I wanted to know only what requests I have to do and put in my C# code. I nailed it based on this library https://github.com/mgp25/Instagram-API/wiki#uploading-video, you can find an example and the source-code implementation there.

ankita-cears commented 5 years ago

@YitzhakAndrade Thank you for your response, I have done my work using your suggested URL and it's working good.