I am developing an app that allows the user to upload the video and publish across several social sites like (Facebook, Twitter, Linkedin).For that i am looking to use the Linkedin upload video Api. I search a lot but couldn't find any relevant documentation that could help me. Anyone have a chance to work on this. Any help would appreciate ? Note : I am using the php laravel framework
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- Laravel 5.1 MethodNotAllowedHttpException on store
- Google places autocomplete suggestion without coun
相关文章
- 我用scrapy写了一个蛮简单的爬虫怎么封装成一个api啊
- 后端给前端的API接口是怎么用代码写的
- How to create a MediaClip from RenderTargetBitmap
- Safari blocks play() on video despite being called
- Convert C# Object to Json Object
- Android camera2 API get focus distance in AF mode
- Got ActiveRecord::AssociationTypeMismatch on model
- Multiple parameters in AngularJS $resource GET
You can upload videos to LinkedIn, at least in theory, using their new UGC Post API.
I say in theory because creating video UGC Posts is currently a whitelisted feature. If you follow the steps in the documentation above, you will get stuck at the very last step as it will throw this error:
After contacting LinkedIn, they confirmed that while you can create other types of UGC Posts (status updates, link attachments and photos), videos are for the moment not supported and there is currently a hold on whitelisting new apps for video.