google-code-export / mobbler

Automatically exported from code.google.com/p/mobbler
0 stars 0 forks source link

Update our usage of auth.getMobileSession #733

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using authToken with auth.getMobileSession has been deprecated. We should move 
to sending the plaintext password instead.

Docs: http://www.last.fm/api/show/auth.getMobileSession

Note that it also must now be sent as an https post. 

Original issue reported on code.google.com by eartle@gmail.com on 2 Oct 2012 at 12:14

GoogleCodeExporter commented 9 years ago
Fixed in rc5b7d383c5e9.

In CMobblerTransaction::SubmitL(), check for iConnection.iWebServicesSessionKey
before trying to add it as a field because it won't be there for
auth.getMobileSession and would otherwise cause a KERN-EXEC 3.

Also removed unused CMobblerLastFmConnection::CreateAuthTokenL().

Should we use https for everything or just auth.getMobileSession?

Original comment by hugovk@gmail.com on 2 Oct 2012 at 8:21