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
trafficstars

I tried the core, Facebook and Google on api 9 and it works fine. If a network is the cause and it is indeed modular, the move that into a...

Hello again. How to reproduce bug: Open example project (https://github.com/gorbin/ASNETutorial) on device, rotate device at least once and then press any of the social buttons. Result for facebook: ``` Process:...

When trying to login with linkedIn. I get error message "invalid redirect_uri. This value must match a URL registered with the API Key." in the webview.

I get a NullPoineterEcxeption when I try to instantiate a SocialNetwork. ``` VkSocialNetwork vk = new VkSocialNetwork(new Fragment(), VK_APP_ID, vkScope); ``` ``` java.lang.NullPointerException at com.github.gorbin.asne.core.SocialNetwork.(SocialNetwork.java:127) at com.github.gorbin.asne.vk.VkSocialNetwork.(VkSocialNetwork.java:142) ``` Since I...

My app uses twitter login. The app uses auto-login for already logged in users. It never connects to social media once logged in. How to check if Twitter permissions are...

My app uses social network login. I am having auto-login functionality for already logged in users in my app. I am just storing whether user is logged in shared preference....

First of all, thanks to you for this useful thing. In my app I would like to provide posting both a photo and some text with hyperlink in one record...

Facebook access token is blank string. how can i get it? i have done login, than i ask it with requestAccessToken(callback), but in onRequestAccessTokenComplete token is blank

Even if birthday is set on Facebook profile, facebookPerson.birthday returns 'null'