ASNE
ASNE copied to clipboard
ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki
I got this crash report just now through Fabric. Not sure what is happening here... Might be related to https://github.com/gorbin/ASNE/issues/52 ? Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String...
Hi I am trying to close the fragment and go back to my Activity when the user is logged in. So I did: ``` private void initSocialNetwork(SocialNetwork socialNetwork){ getActivity().getSupportFragmentManager().beginTransaction().remove(this).commit(); }...
https://github.com/gorbin/ASNE/issues/104
i have installed the app from play store but its not working for linked please try to fix this. Thanks in advance
Hello Thanks for this great library. I'm facing an issue after including GooglePlus dependency in my project: `compile 'com.github.asne:asne-googleplus:0.3.3.3'` Application is crashing on startup with the following error log: `...
Error on Google+ Sign in
Google in google play console points out an unsafe implementation of the WebViewClient.onReceivedSslError handler. There is a description of the problem: https://support.google.com/faqs/answer/7071387 This problem needs to be solved until 25...
Hi! This error appears when I use this dependencies in project: -compile 'com.facebook.fresco:fresco:0.13.0' -compile 'com.github.asne:asne-facebook:0.3.3' and try to build apk. If any of those dependencies is excluded - apk builds...
unfortunately
This happens, when I add dependencies: ``` compile 'com.google.android.gms:play-services-gcm:7.5.0' compile 'com.github.asne:asne-googleplus:0.3.3' ``` > Error:Execution failed for task ':app:processDebugResources'. > Error: more than one library with package name 'com.google.android.gms' > You...