-
Notifications
You must be signed in to change notification settings - Fork 260
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
Comments
@antonkrasov : I promise, it's not me. It's more or less the same problem in #13 :/ |
@dommerq :) Hah, persuaded, ok guys, I will add it. |
@antonkrasov not only the AcessToken, right? The Session (for Facebook) and whatever it is for Twitter etc, right? |
@dommerq, I'm not sure how to implement it for now, I need to think about it. |
The way I would do it it add a method to your interface and pass an Object. |
May be similar to sdk's AccessToken class (with token, expires, etc..). VKSdk.getAccessToken(); Facebook from Session; GoogleAuthUtil.getToken() and so on.. |
Missing getAccessToken() method of SocialNetwork class. It would be great to have it for sending to backend.
The text was updated successfully, but these errors were encountered: