ClientLogin API是否关闭? [英] Did ClientLogin API shut down?

查看:123
本文介绍了ClientLogin API是否关闭?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们已经为三星移动(功能手机,相机)管理了SNS服务。

我们正在处理有关 ClientLogin API 的问题。当我们请求ClientLogin,然后我们收到响应: 404错误



这个API只有几个小时操作。

我们无法升级到OAuth2,因为无法更新设备固件。



是否仍然有可用?



请求和响应的格式如下

  ####################### REQUEST ##### ################## 
POST / accounts / ClientLogin HTTP / 1.1
Content-Type:application / x-www-form-urlencoded
内容长度:87
主持人:www.google.com
内容类型:application / x-www-form-urlencoded
代理连接:关闭
连接:关闭

电子邮件=& Passwd =& service = lh2& source = SamsungMobile + SNS +网关

############### ######## RESPONSE #######################
HTTP / 1.1 404 Not FoundContent-Type:text / plain
X-Frame-Options:DENY
缓存控制:无缓存,无存储
Pragma:无缓存
过期:1990年1月1日星期一00:00: 00 GMT
日期:2015年5月27日星期三00:09:55 GMT
X-Content-Type-Options:nosniff
X-XSS-Protection:1; mode = block
Content-Length:65
服务器:GSE
备用协议:443:quic,p = 1
连接:关闭

https:/ /developers.google.com/accounts/docs/AuthForInstalledApps

解决方案

您可以在您发布的链接中看到 Google Identity Platform


重要提示:截至2012年4月20日,
2012年,ClientLogin已被正式弃用,并且根据我们的弃用政策已不再提供。 b $ b鼓励您尽快迁移到OAuth 2.0。

.google.com / gdata / docs / auth / clientloginrel =nofollow> ClientLogin 是一个已弃用的身份验证协议,并且正在关闭 2015年4月20日。那时,ClientLogin请求将不再被回答。如果您现有的应用程序使用ClientLogin,我们鼓励您迁移到OAuth。此库中的ClientLogin支持将在下一个主要版本中删除。



它不会继续工作,您将不得不升级或退役应用程序。

We have managed SNS service for Samsung mobile(feature phone, camera).

We are facging issues regarding ClientLogin API. When we request ClientLogin and then we receive response: 404 Error.

This API was only a few hours before the operation.

We can't upgrade to OAuth2, because of the device firmware update is not possible.

Is there remains to be still available?

The formats of request and response are as follows

####################### REQUEST #######################
POST /accounts/ClientLogin HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Content-Length: 87
Host: www.google.com
Content-Type: application/x-www-form-urlencoded
Proxy-Connection: Close
Connection: Close

Email=&Passwd=&service=lh2&source=SamsungMobile+SNS+Gateway

####################### RESPONSE #######################
HTTP/1.1 404 Not FoundContent-Type:text/plain
X-Frame-Options:DENY
Cache-control:no-cache, no-store
Pragma:no-cache
Expires:Mon, 01-Jan-1990 00:00:00 GMT
Date:Wed, 27 May 2015 00:09:55 GMT
X-Content-Type-Options:nosniff
X-XSS-Protection:1; mode=block
Content-Length:65
Server:GSE
Alternate-Protocol:443:quic,p=1
Connection:close

https://developers.google.com/accounts/docs/AuthForInstalledApps

解决方案

As you can see in the link you posted Google Identity Platform

Important: ClientLogin has been officially deprecated as of April 20, 2012 and is no longer available as per our deprecation policy. We encourage you to migrate to OAuth 2.0 as soon as possible.

ClientLogin is a deprecated authentication protocol and is being turned down on April 20, 2015. At that time, ClientLogin requests will no longer be answered. If you have existing applications that use ClientLogin, we encourage you to migrate to OAuth. The ClientLogin support in this library will be removed in the next major release.

Its not going to work anymore you will have to upgrade or retire the application.

这篇关于ClientLogin API是否关闭?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆