草庐IT

wcf-authentication

全部标签

android - "An error' s 发生 "when authenticating with Facebook' s android sdk

我正在使用我一直在开发的Android应用程序对用户(或尝试)进行身份验证,我从Facebook对话框中得到的只是发生了一个错误,但没有详细说明错误是什么。没有异常(exception)让我追逐或任何类似的事情。我关注了http://developers.facebook.com/docs/guides/mobile/#android创建我的登录对话框。该页面说使用新的Facebook("YOUR_APP_ID");这会导致错误,我也尝试过apikey,但它给出了同样的结果。除了toast,我没有做任何其他事情,但在我按下返回键离开Facebook对话框之前,我什至没有在回调中得到响应

android - com.firebase.ui.auth.FirebaseUiException : Provider error - Firebase-UI Authentication Facebook login not working

我正在使用电子邮件、Facebook和谷歌提供商使用Firebase-UI身份验证。电子邮件和Google登录工作正常,但Facebook登录不工作。我的facebook和firebase依赖项://Firebaseimplementation'com.google.firebase:firebase-core:16.0.1'//CloudFirestoreimplementation'com.google.firebase:firebase-firestore:17.0.2'//FirebaseAuthenticationimplementation'com.google.fireb

android - 谷歌验证异常 : Unknown when authenticating with Cloud Endpoints

我正在尝试向我的CloudEndpoints添加身份验证,但无法正常工作。我使用这个博客作为指南:http://devthots.blogspot.nl/2012/07/building-awesome-android-apps-with.html我有什么:在AppEngine项目中:@Api(name="noteendpoint",clientIds={"123456789012-abcdefghijklmnopqrstuvwxyz012345.apps.googleusercontent.com"},audiences={"my_project_id.appspot.com"},n

java - 从 android 读取 WCF REST 日期

在Android程序上读取通过WCFREST服务发送的.NETDateTime的最简单方法是什么?日期按以下格式序列化:Data=/Date(1326273723507+0100)/有没有简单的方法反序列化这个日期?谢谢。 最佳答案 我遇到了完全相同的问题,我用那个简单的代码解决了它publicclassJson{/***ConvertitunedateJsonenjava.util.Date*@paramjsonDate*@return*/publicstaticDateJsonDateToDate(StringjsonDate)

android - 从 Android 应用程序使用 WCF Web 服务

我想从Android应用程序使用WCF网络服务。我从事过.asmx网络服务,但我不知道如何在Android应用程序中使用SCF网络服务。 最佳答案 Hereisanarticleexplaininghowtoconsumewebservicewithandroidingeneral关于WCF和与Java的互操作性,您需要注意一些细节。Thisarticleseriesexplainsagreatdealaboutit. 关于android-从Android应用程序使用WCFWeb服务,我

android - 我的 android 应用程序访问 wcf web 服务的命名空间、soap 操作和 url 应该是什么?

我的WSDL是这样的:我想知道应该为我的SOAP_ACTION、METHOD_NAME、NAMESPACE和URL添加什么?我猜:SOAP_ACTION="http://www.ABC.com/ABCWcfService/IABCWcfService/GetWhatsOnData"METHOD_NAME="GetWhatsOnData"NAMESPACE="http://www.ABC.com/ABCWcfService"URL="http://desktop/ABCWcfService/ABCWcfService.svc"但它似乎在我的代码中不起作用:SoapObjectreques

android - 从android上传文件到wcf

好吧,在得到答案后我已经找了好几个小时,但还没有真正找到我可以使用的东西。我希望能够将文件(图片、视频、文档、音频)发送/上传到网络服务。我想从Android设备(2.2版)执行此操作。我需要能够根据我的需要将其发送到量身定制的wcf,我需要随文件一起发送信息以验证想要上传的用户。另外值得一提的是,我使用了一个restfulwcf.netweb服务,如果可能的话我更愿意继续使用它。至少我需要能够使用wcf.net作为网络服务进行通信。我看到的所有解决方案都集中在android部分,而不是服务部分。我需要两者。:) 最佳答案 这篇博文

npm install 提示Unable to authenticate, need: BASIC realm=“Sonatype Nexus Repository Manager“

场景:执行npminstall时提示UnabletoauthenticatePassword:Email:(thisISpublic)xx@qq.comLoggedinasuploaderonhttp://192.168.xx.xxx:8074/repository/npm-internal/.PSD:\GitworkspaceUi\gisquest-cloud-ui-workcenter>npminstallnpmERR!codeE401npmERR!Unabletoauthenticate,need:BASICrealm="SonatypeNexusRepositoryManager"np

npm install 提示Unable to authenticate, need: BASIC realm=“Sonatype Nexus Repository Manager“

场景:执行npminstall时提示UnabletoauthenticatePassword:Email:(thisISpublic)xx@qq.comLoggedinasuploaderonhttp://192.168.xx.xxx:8074/repository/npm-internal/.PSD:\GitworkspaceUi\gisquest-cloud-ui-workcenter>npminstallnpmERR!codeE401npmERR!Unabletoauthenticate,need:BASICrealm="SonatypeNexusRepositoryManager"np

android - 新发布的 "Authentication with Google Play Services",通过 GoogleAuthUtil.getToken 获取 token 时出现问题

更新:刚才我使用我也用于GoogleAppEngine的Google帐户注册了GoogleAPI,现在错误已更改为com.google.android.gms.auth.GoogleAuthException:UnknownGoogle刚刚发布了一种新方法signuptoone'sappviaaGoogleAccount并在他们的blogpost中给出了一些解释,也。我正在编写一个Android应用程序,您必须注册才能创建用户帐户,并且我在后端使用GoogleAppEngine。通过播放服务,我想获得与他们的Android设备相关联的用户电子邮件和token。我已经可以收到电子邮件,但