How to upload video to Vine programmatically on iOS?

前端 未结 1 1109
旧时难觅i
旧时难觅i 2020-12-17 06:18

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 j

相关标签:
1条回答
  • 2020-12-17 06:36

    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.

    0 讨论(0)
提交回复
热议问题