[Touch-packages] [Bug 1457298] Re: invalid auth for online-account

2015-05-21 Thread Alberto Mardegan
Hi! The signon-plugin-oauth only handles OAuth 1.0 and 2.0. Since yupoo uses its own non-standard authentication, you cannot use the signon- plugin-oauth with it. You need to write a signon plugin specialized for yupoo. Unfortunately this is not well documented, but at least there are a few

[Touch-packages] [Bug 1457298] Re: invalid auth for online-account

2015-05-21 Thread Alberto Mardegan
The yupoo API looks very similar to the old Flickr API: https://www.flickr.com/services/api/auth.spec.html Can you please have a look and confirm if they use the same authentication method? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

Re: [Touch-packages] [Bug 1457298] Re: invalid auth for online-account

2015-05-21 Thread binsha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi: yupoo auth could be simplified to the following: * 1.retrieve frob through yupoo.auth.getFrob; * 2. construct the link http://www.yupoo.com/services/auth/?api_key=[api_key]frob=[frob]perms=[perms]api_sig=[api_sig]; and then launch onto the

Re: [Touch-packages] [Bug 1457298] Re: invalid auth for online-account

2015-05-21 Thread binsha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 flickr used the standard authentication implementation. On 2015年05月21日 16:18, Alberto Mardegan wrote: The yupoo API looks very similar to the old Flickr API: https://www.flickr.com/services/api/auth.spec.html Can you please have a look and