Skip to content

Errryx/AndroidSocialManager

Repository files navigation

AndroidSocialManager

Intro:

Social platform management for android, providing basic APIs. NOTE that this is NOT FULLY TESTED but I'm working on that - -|||

The idea is to provide a uniformed library of different SNS platforms (Weibo, QQ, Renren, maybe more), with basic social functions like log in/out, authorize and get user infomation (share function is still developping) to save efforts.

Usage:

To make use of this library you should:

  • Make it as reference lib of your project, coz the lib of Renren refered to some resources
  • Declare app_id or app_keys in your AndroidManifest.xml
  • Get an instance of SocialManager with
  SocialManager.getInstance();
  • Perform actions with
  SocialManager.performAcion(Activity, Platform, Action, Bundle, SocialActionListener);
  • Handle result in the SocialActionListener callback

Futher:

I'm planning to integrate some more platforms (like Weixin), and functions like sharing and get friends list. This project is far far far away from good, so if you got any idea please contact.

Important:

I do not own the source code of src_weibo nor src_renren, the src_weibo is under license: License.

About

Social platform management for android, providing basic APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages