SocialSdkLibrary icon indicating copy to clipboard operation
SocialSdkLibrary copied to clipboard

提供微博、微信、QQ、Tim、QQ 轻聊版、钉钉的登陆分享功能支持;

Results 11 SocialSdkLibrary issues
Sort by recently updated
recently updated
newest added

maven库挂了

``` > Task :app:transformClassesWithScanClassTransformForDebug FAILED Execution failed for task ':app:transformClassesWithScanClassTransformForDebug'. > This feature requires ASM6 ```

因为如果只需要分享不需要登录 secret 这个值 也没轻易拿到,有些公司卡的死死的

QQ分享出错,分享出去的链接是这样的。http://fusion.qq.com/cgi-bin/qzapps/unified_jump

* What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not find com.sina.weibo.sdk:core:4.4.0. Searched in the...

日志如下: ``` 2020-05-09 15:57:35.901 23557-23557/com.babypat W/System.err: java.lang.NoSuchFieldException: No field mActivityList in class Landroid/app/ActivityThread; (declaration of 'android.app.ActivityThread' appears in /system/framework/framework.jar) 2020-05-09 15:57:35.901 23557-23557/com.babypat W/System.err: at java.lang.Class.getDeclaredField(Native Method) 2020-05-09 15:57:35.902 23557-23557/com.babypat W/System.err:...

``` Caused by: java.lang.IllegalStateException: Unable to extract the trust manager on Android10Platform, sslSocketFactory is class com.android.org.conscrypt.OpenSSLSocketFactoryImpl ```

com.android.tools.build:gradle:3.5.3 引用的是 gradle-5.4.1-all.zip groovy.lang.MissingMethodException: No signature of method: com.android.build.gradle.internal.scope.VariantScopeImpl.getGenerateBuildConfigTask() is applicable for argument types: () values: [] at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:72) at org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119) at com.zfy.social.plugin.SocialPlugin.appendGenerateSocialConfigTask(SocialPlugin.groovy:102) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...

方便大家更快的查阅各开放平台的 Android 文档 QQ: [QQ 登录分享文档](http://wiki.open.qq.com/wiki/QQ%E7%94%A8%E6%88%B7%E8%83%BD%E5%8A%9B) [QQ SDK 下载](http://wiki.open.qq.com/wiki/mobile/SDK%E4%B8%8B%E8%BD%BD) 微信: [分享与收藏文档](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419317340&token=&lang=zh_CN) [微信登录文档](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419317851&token=&lang=zh_CN) 微博: [微博开放平台](http://open.weibo.com/wiki/%E7%A7%BB%E5%8A%A8%E5%BA%94%E7%94%A8%E4%BB%8B%E7%BB%8D) [GitHub(大多数资源还是在 git 上)](https://github.com/sinaweibosdk/weibo_android_sdk) [openApi 文档](http://open.weibo.com/wiki/%E5%BE%AE%E5%8D%9AAPI) 钉钉: [钉钉分享文档](https://open-doc.dingtalk.com/docs/doc.htm?spm=a219a.7629140.0.0.15nVTL&treeId=178&articleId=104986&docType=1)

文档

Q: 微博登录提示 `redirect_uri_mismatch`? A:是因为没有配置回调地址导致的,默认会使用 `https://api.weibo.com/oauth2/default.html` 作为回调地址,如果应用的回调地址被改过了就会出现此问题,可以登录 `http://open.weibo.com` ,选择[管理中心] -> [我的应用] -> ["您的应用名"] -> 展开左侧[应用信息] -> [高级信息] -> `OAuth2.0` 授权设置 右上角[编辑] ->在框里填入回调地址即可。 同时 `SDK` 配置中支持设置这个回调地址即可。

question