react-native-linkedin-sdk
react-native-linkedin-sdk copied to clipboard
React Native Wrapper for Latest LinkedIn Mobile SDK for Sign-In / Auth and API Access.
How can I share/post content on linkedin using "react-native-linkedin-sdk" sdk?
After success login I receive token object without accessToken. ``` accessToken: null expiresOn: Thu Jan 01 1970 01:00:00 GMT+0100 (Central European Standard Time) {} isExpired: true ``` Do you have...
Running the sample app gives the following error: > { > "errorCode": "INVALID_REQUEST", > "errorMessage": "either bundle id or package name hash are invalid, unknown, malformed" > } Any idea?
I followed the instructions in the readme file and eventually I'm unable to build. The error says: ``` /Users/oriharel/code/anooClient/ios/anooClient-Bridging-Header.h:8:9: error: 'LinkedInSwift/LSHeader.h' file not found #import ^ 1 error generated. :0:...
Is there a way to find out that web view was used to login instead of the linkedin app. I want to use the token server side. If the linkedin...
How do you make sure that the clientSecret is protected? I don't think it's a good idea to have it included in the mobile app
I managed to run the ExampleApp. I have the LinkedIn app installed on my phone, I don't understand why I don't get redirected to the Linkedin app to avoid typing...
Added LinkedinSwift import to avoid LinkedinSwiftHelper error, related to #5
Hi Update to the latest version 0.0.4 and give me error with LinkedinSwiftHelper Do you have any idea what it may be? Thanks  Here is props of my environment: ``` react - 16.0.0-alpha.6 react-native - 0.43.3 react-native-linkedin-sdk - 0.0.4 XCode - 8.3.2 ``` The...