Skip to content
New issue

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

Please add support for getActiveSession in cordova-plugin-linkedin #1570

Closed
naveedahmed1 opened this issue May 16, 2017 · 1 comment
Closed

Comments

@naveedahmed1
Copy link

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

@ihadeed
Copy link
Collaborator

ihadeed commented May 16, 2017

Sure @naveedahmed1

For now you can do the following:

import { LinkedIn } from '@ionic-native/linkedin'; 

LinkedIn.getPlugin().getActiveSession(onSuccess, onError);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants