AndroidSocialNetworks icon indicating copy to clipboard operation
AndroidSocialNetworks copied to clipboard

Library for easy work with Facebook, Twitter, LinkedIn and Google on Android

Results 12 AndroidSocialNetworks issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

If `http` is used, the graph API image URL won't get redirected properly.

I need to to integrate both Facebook and Google Plus in the same activity but I'm not getting success in it. I have tried both in individual projects and they...

Hi, I know this project is not maintained longer. But still want to seek help, if it is possible, library FB portion can be fix for FB new version 4+...

I've tested with the demo, it's the same

Login works, but I receive an error when I use ASN because the call Plus.PeopleApi.getCurrentPerson(mGoogleApiClient) returns null. I have enabled the Google+ API but it still doesn't work!

Hi: I have two errors in my MainActivity manifest with the classes APIDemosApplication.java and MainActivity.java. it says that com.github.androidsocialnetworks.apidemos.activity.APIDemosApplication.java doesn't exist and the same with the other class although they...

i have integrated this library into my app , and it for now works great on google plus , i can call a function to login in my fragment and...

``` manager.setOnInitializationCompleteListener(new SocialNetworkManager.OnInitializationCompleteListener() { @Override public void onSocialNetworkManagerInitialized() { //here it would be nice to have the SocialNetworkManager instance } }); ```