ASNE
ASNE copied to clipboard
ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki
I'm getting: `Unable to find explicit activity class {com.github.gorbin.asnetutorial/ru.ok.android.sdk.OkAuthActivity}; have you declared this activity in your AndroidManifest.xml` on `socialNetwork.requestLogin();` after I've added OkSociakNetwork as done with all other (working just...
Hello, Thanks for this awesome library, In a project I have to add pinterest also with other social networks. Please guide me how can I add pinterest in this module.
Hi, when i try to call mSocialNetworkManager.getSocialNetwork(networkId) (after init and adding a social network) i get the error below : E/AndroidRuntime﹕ FATAL EXCEPTION: main com.github.gorbin.asne.core.SocialNetworkException: Social network with id =...
Hi, I am trying to implement linkedin login functionality. So I do following in my fragment class: LinkedInSocialNetwork liNetwork = new LinkedInSocialNetwork(this, LINKEDIN_CLIENT_KEY, LINKEDIN_CLIENT_SECRET, LINKEDIN_CALLBACK_URL, linkedInScope); But my fragment class...
Error: 05-06 23:50:29.967 26722-26722/me.android.MyApp D/KF BugReportService﹕ java.lang.RuntimeException: Unable to start activity ComponentInfo{me.android.MyApp/me.android.MyApp.activities.LoginActivity}: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: com.github.gorbin.asne.facebook.FacebookSocialNetwork(me.android.MyApp.activities.LoginMethodFragment, java.util.ArrayList) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2325) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387) at android.app.ActivityThread.access$800(ActivityThread.java:151) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303) at...
Is it possible to send a post from broadcast receiver?
When I try to retreive Email from facebook SocialPerson it gives NULL. Id and Name are bieng fetched correctly. Please help.
socialNetwork.isConnected() always return false. What could be the problem?
im trying to implement button for sharing current location to facebook.. but, when i clicked this button always showing facebook dialog.
It seems that i am not getting a onpostsuccessfully callback for google plus even though the message has been posted successfully on Google+, the callback for facebook and twitter is...