Android Google App Engine OAuth 困难

发布于 2024-11-07 18:07:43 字数 461 浏览 1 评论 0原文

我有一个 Android/GAE 应用程序。我们需要使用 OAuth 针对 GAE 验证 Android 用户。

我们目前正在使用路标库来实现此目的。

我们已经运行了很多样本​​,并且似乎确实得到了正确的标记。

我们的问题是,一旦我们在我们的网站上使用该令牌,我们就会收到 401 - 授权失败。来自 GAE 的跟踪如下:

##TRACE##  APIBase:: authenticate() InvalidOAuthParametersError! 
    The client provided OAuth parameters with the request, but they are invalid.

我们已经三次检查了我们的消费者密钥和其他信息,但我们不知道从这里到底该做什么。

有人有成功使用过的 Android 到 GAE 示例吗?

谢谢

I have an Android / GAE application. We need to validate the Android user against GAE using OAuth.

We're currently using the Signpost library for this.

We've run through lots of the samples out there and we do seem to get a correct token.

Our problem is once we go to use that token to on our site - we get a 401 - Authorization Failed. The trace from GAE is below:

##TRACE##  APIBase:: authenticate() InvalidOAuthParametersError! 
    The client provided OAuth parameters with the request, but they are invalid.

We've tripple checked our consumer keys, and the other information and we don't know really where to do from here.

Does anyone have any Android to GAE examples that they've used successfully?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

调妓 2024-11-14 18:07:43

我从 Android2Cloud 的人那里学到了很多东西
您可以访问 http://code.google.com/p/android2cloud/

I learned a lot from the Android2Cloud guys
You can see how they do it at http://code.google.com/p/android2cloud/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文