ASNE icon indicating copy to clipboard operation
ASNE copied to clipboard

ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki

Results 61 ASNE issues
Sort by recently updated
recently updated
newest added

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)

bug

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...

![studio64_2016-05-03_19-09-32](https://cloud.githubusercontent.com/assets/13062459/14989878/b6b6e060-1162-11e6-9c8d-b76180a36aae.png) 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...