How to upload video and post using linkedin API?

2019-08-27 12:47发布

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

1条回答
成全新的幸福
2楼-- · 2019-08-27 13:13

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:

com.linkedin.publishing.util.common.ResponseException: urn:li:developerApplication:APP_ID does not have permission to create ugc posts

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.

查看更多
登录 后发表回答