We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm submitting a ... (check one with "x") [ ] bug report [x ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
Current behavior: The cordova-plugin-linkedin has a method getActiveSession to get the Active Session through which we can retrieve access token.
But it seems that '@ionic-native/linkedin doesnt have its support yet.
Can you please review and update?
Ref: https://www.npmjs.com/package/cordova-plugin-linkedin
The text was updated successfully, but these errors were encountered:
Sure @naveedahmed1
For now you can do the following:
import { LinkedIn } from '@ionic-native/linkedin'; LinkedIn.getPlugin().getActiveSession(onSuccess, onError);
Sorry, something went wrong.
4c8deb2
No branches or pull requests
I'm submitting a ... (check one with "x")
[ ] bug report
[x ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
Current behavior:
The cordova-plugin-linkedin has a method getActiveSession to get the Active Session through which we can retrieve access token.
But it seems that '@ionic-native/linkedin doesnt have its support yet.
Can you please review and update?
Ref: https://www.npmjs.com/package/cordova-plugin-linkedin
The text was updated successfully, but these errors were encountered: