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

AccessToken #14

Closed
npc-trj opened this issue May 28, 2014 · 6 comments
Closed

AccessToken #14

npc-trj opened this issue May 28, 2014 · 6 comments

Comments

@npc-trj
Copy link

npc-trj commented May 28, 2014

Missing getAccessToken() method of SocialNetwork class. It would be great to have it for sending to backend.

@quentin23soleil
Copy link

@antonkrasov : I promise, it's not me.

It's more or less the same problem in #13 :/

@antonkrasov
Copy link
Owner

@dommerq :) Hah, persuaded, ok guys, I will add it.

@quentin23soleil
Copy link

@antonkrasov not only the AcessToken, right? The Session (for Facebook) and whatever it is for Twitter etc, right?

@antonkrasov
Copy link
Owner

@dommerq, I'm not sure how to implement it for now, I need to think about it.

@quentin23soleil
Copy link

The way I would do it it add a method to your interface and pass an Object.
One would need to cast it to Session or whatever when getting it but I think that's ok

@npc-trj
Copy link
Author

npc-trj commented May 28, 2014

May be similar to sdk's AccessToken class (with token, expires, etc..). VKSdk.getAccessToken(); Facebook from Session; GoogleAuthUtil.getToken() and so on..
Thank you very much.

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

3 participants