vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
210 stars 48 forks source link

Enable sharing to social networks #67

Open michaelboccara opened 5 years ago

michaelboccara commented 5 years ago

Describe the issue

I would need, after having uploaded a video to Vimeo, to be able to share it to social network from my Unity app. It may be a low hanging fruit for you guys since the feature exists on the website, although I couldn't find it in the HTTP SDK. Anyway, that would save us a lot of effort of implementing each service's protocol.

caseypugh commented 5 years ago

Hey @michaelboccara - thanks for the feedback! We used to support publish to Slack in this plugin, but I removed it since Vimeo is building those features natively. So yes, it is a feature on vimeo.com, but I don't think "publish to social" exists via the public API, yet. I'll keep you posted if things change.

michaelboccara commented 5 years ago

Hi Casey, thanks for your answer. You mentioned that the feature exist in vimeo.com, but does it exist in Vimeo's web API ? I haven't found it there (https://developer.vimeo.com/api/reference)... If you do, do you have a pointer for me ?

caseypugh commented 5 years ago

No, it does not exist via the API, unfortunately.