Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
493 views
in Technique[技术] by (71.8m points)

iphone - How to upload video to Vine programmatically on iOS?

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."

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...