ASNE
ASNE copied to clipboard
ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki
Hello! First of all, thanks for a great lib! :) We are trying to implement [Cross-client Identity](https://developers.google.com/accounts/docs/CrossClientAuth) so we can use the same client_id in web and android apps. To...
Prerequisits : 1. Facebook app 2. Facebook account with app platform turned off Steps to reproduce : 1. Select facebook login from the app using ASNE 2. Facebook app loads...
Whenever i import the code i didn't get Anything. The src,gen folders are empty
If a user receives an access token but does not complete the login until it expires, the user will not be able to log in. This could also be seen...
How can add additional scopes for google network?
java.lang.NullPointerException at com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork.getSocialPerson(GooglePlusSocialNetwork.java:341) at com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork.access$300(GooglePlusSocialNetwork.java:70) at com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork$5.onResult(GooglePlusSocialNetwork.java:482) at com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork$5.onResult(GooglePlusSocialNetwork.java:474) at com.google.android.gms.common.api.BaseImplementation$CallbackHandler.deliverResultCallback(Unknown Source) at com.google.android.gms.common.api.BaseImplementation$CallbackHandler.handleMessage(Unknown Source) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5139) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:611)...
I'm trying to get photos of my friends and there are not such method in ASNE. Now i need to write my own code. For example: ``` java final VKRequest...
Hi! My app receive token, expired time and other (witch were save before) from server side, and I want to initialize SocialNetwork object with received tokens. May be, you add...
VK SDK class VKRequest provides method setPreferredLang(String lang) and also has field useSystemLang that currently set to false in the source code of class VkSocialNetwork.java, that leads up to results...