Thread: [Harmattan Maemo6] Fix Native Twitter App Auth.
View Single Post
Shadow_Max's Avatar
Posts: 37 | Thanked: 57 times | Joined on Mar 2013
#5
With Google account, i have this :
Code:
Jul 26 18:53:54 (2015) signonpluginprocess: QNetworkReplyImpl::_q_startOperation was called more than once
Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 882 slotError :
Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 883 slotError :  Error:  203
Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 696 replyFinished :
Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 706 replyFinished :  http_error: 203   "Error downloading https://www.google.com/accounts/ClientLogin - server replied: Not Found"
Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 723 replyFinished :  QVariant(int, 404)
...
/signonsessioncore.cpp 520 replyError Deprecated error code:  1
the link https://www.google.com/accounts/ClientLogin is no more maintened by google because it is based on OAuth 1, and google wich to use OAuth 2
According to the doc,
Important: ClientLogin has been officially deprecated since April 20, 2012 and is now no longer available. Requests to ClientLogin will fail with a HTTP 404 response. We encourage you to migrate to OAuth 2.0 as soon as possible
from google.

So you will no more be able to use native Google service because Google have end support of OAuth 1 auth. we need to implement AUth2 Auth natively

or use Gmail like classic mail account
 

The Following 7 Users Say Thank You to Shadow_Max For This Useful Post: