How to upload video to Vine programmatically on iOS?

孤者浪人 提交于 2020-01-10 02:18:10

问题


What I can find online is all about retrieving information from Vine (through undocumented APIs). How can I upload the video in my app to Vine programmatically?

I just found this app can do this on the app store:

https://itunes.apple.com/us/app/vinyet/id697065371

"For the first time, capture, enhance, and post your videos DIRECTLY to Vine or Instagram."


回答1:


I found this: https://github.com/VineAPI/VineAPI/blob/master/endpoints.md

You need to use these requests: Login, Upload thumbnail, Upload video, Create post.

I don't know if it works or not, you have to try. In any case, the use of undocumented (private) API can lead to bad consequences.



来源:https://stackoverflow.com/questions/19888024/how-to-upload-video-to-vine-programmatically-on-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!