分享到 :

获取APPID

A、接口使用场景
    获取当前应用的互联APPID。

B、接口方法
    public String com.tencent.tauth.Tencent.getAppId()

C、返回结果
     当前应用的互联APPID。

D、示例代码
    调用当前引用的互联APPID接口的示例代码如下:

String appid = mTencent.getAppId ();
返回顶部