简体   繁体   中英

Share content on LinkedIn for both android and ios using react native

I have an app built in react-native in which I have to share these data to LinkedIn

const options = {
            title: 'Share via',
            message: 'some message',
            image:'images need to be shared' //may be multiple images
            } 

I tried so many ways but not working. How can I do this?

your question need some details to be added, what are the permissions you have, usually such thing as you described can be done using the UgcPost Api or Share Api you can fine more about this in the documentation
Ugc Post Api

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM