Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple wrapper to encasule the common SNS APIs, Weibo, Renren, Douban, etc.

hustcalm/SNS-Shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNS-Shim

A simple wrapper to encapsulate the common SNS APIs, QQ, Weibo, Renren, Douban, etc.

Basically, we will focus on Java implementation and the main step will be, first get authorized, then do whatever with the access token and uid.

Keypoints are OAuth(to deal with user authorization) and Sqlite(to store user information, mainly access token and uid) and Maven(to maintain the dependencies of all the Third Party libs and Java SDKs).

OpenAPI

OAuth

Understanding the Protocal

Specific OpenAPI Usage

Existing Wraper for OAuth

Begin developing

  • Apply for an application to get appKey and appSecret
  • Download the Java SDK and test it as needed
  • Integrate the SDK to the wrapper

The wrapper

Existing projects

Methods to get authorized with OAuth

Methods to utilizing OpenAPI

Refer to the specified SDKs implemented in Java.

About

A simple wrapper to encasule the common SNS APIs, Weibo, Renren, Douban, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages