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
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
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
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