ASNE
ASNE copied to clipboard
ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki
how to get twitter followers count using this library?
For more details see [stack overlow question](http://stackoverflow.com/questions/35218775/google-play-warning-webviewclient-onreceivedsslerror-handler)
If add google play services dependency to demo or other project dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.github.asne:asne-facebook:0.3.3' compile 'com.github.asne:asne-linkedin:0.3.3' compile 'com.github.asne:asne-twitter:0.3.3' compile ('com.github.asne:asne-googleplus:0.3.3') compile 'com.google.android.gms:play-services:7.5.0'...
In the instruction, it is written:: 1.Copy social module to your project. 2.In settings.gradle include ':ASNECore', ':socialNetworkModuleName' 3.In build.gradle of your app (YOUR_PROJECT/app/build.gradle) add new dependencies: compile project(':socialNetworkModuleName') Can I...
In below line at runtime app is going to crash ..... with NoClassDefFoundError " FacebookSocialNetwork fbNetwork = new FacebookSocialNetwork(this, fbScope); " E/AndroidRuntime﹕ FATAL EXCEPTION: main java.lang.NoClassDefFoundError: com.github.gorbin.asne.facebook.FacebookSocialNetwork$1 at com.github.gorbin.asne.facebook.FacebookSocialNetwork.(FacebookSocialNetwork.java:87) at...
after adding compile 'com.github.asne:asne-vk:0.3.3' compile 'com.github.asne:asne-odnoklassniki:0.3.3' click for sync , after that error is Error:Configuration with name 'default' not found. showing
Implemented this Library basic info fetching works but user email remains null for all the social logins mentioned. @gorbin @frostymarvelous will this be fixed or any workaround? Else I will...
 There is no "email"
Ok crashed, when login in with error: `FATAL EXCEPTION: Thread-167 Process: su.iqq, PID: 3472 java.lang.IllegalStateException: Must be called from main thread of process at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1428) at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483) at android.app.FragmentManagerImpl.popBackStackImmediate(FragmentManager.java:498) at...
If @Override public void onRequestDetailedSocialPersonSuccess(int socialNetworkId, SocialPerson socialPerson) { } Is used then App crashes for null point error Log Process: com.appectual.ube, PID: 22288 java.lang.NullPointerException: Attempt to invoke virtual method...