JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

Video not upload via api #105

Open pank123 opened 8 years ago

pank123 commented 8 years ago

Hello I am trying to upload mp4 video size is around 2 mb but somehow its not upload in user story. Images is working fine. Video upload behaviour is abnormaly. Sometime its upload and sometime not. is there any way to know media is upload or not on api like any status from api .? Please let me know if you need any

Thanks

mgp25 commented 8 years ago

@pank123 this API is outdated, use: https://github.com/mgp25/SC-API instead

pank123 commented 8 years ago

https://github.com/mgp25/SC-API

I am working on this api which you suggest me and that issue occured in this api for video. https://github.com/mgp25/SC-API api

What is the criteria need to match to upload any video via api ?

Image upload working fine.

mgp25 commented 8 years ago

@pank123 and why are you opening an issue in this repo instead of the new one?

pank123 commented 8 years ago

I have also posted on new thread on that given api link