Re: [SailfishDevel] oauth authorization for application

2014-02-14 Thread Luca Donaggio
I'm doing the same as Martin for my Feedly client. On auth failure, parameters attached to redirect_uri (GET method) are different; after detecting your redirect_uri you should analyze it and decode any (eventual) parameters. Auth token is among those, by the way. On Fri, Feb 14, 2014 at 10:35 AM

Re: [SailfishDevel] oauth authorization for application

2014-02-14 Thread Oleg Linkin
I try to do as you adviced me but if I don't give access to application a get the next url changes: 1) https://getpocket.com/auth/approve_access 2) linksbag:/authorizationFinished - this is my redirect_uri If I give access to application a get the next url changes: 1) https://getpocket.com/auth/ap

Re: [SailfishDevel] oauth authorization for application

2014-02-14 Thread Martin Grimme
Hi, the way I'm doing it in Cargo Dock for Dropbox is basically having the SilicaWebview watch the uri property and react to it in the onUriChanged signal handler, if the redirect_uri matches the one I'm expecting. Martin 2014-02-14 9:32 GMT+01:00, Oleg Linkin : > Hi, all > I am developing cli

[SailfishDevel] oauth authorization for application

2014-02-14 Thread Oleg Linkin
Hi, all I am developing client for getPocket.com service and I have problem with auth. After login service send auth status (grant permissions on not to application) via redirect_uri. How I should handle it or what sequence of actions in this case? ___ Sa