GNOME Bugzilla – Bug 692936
Support getting refresh_token from uri fragment
Last modified: 2013-02-08 13:30:34 UTC
Created attachment 234905 [details] [review] Support getting refresh_token from uri fragment This is how it is returned by the Salesforce OAUTH2 system. Patch attached. Seems to work in 3.6. Unable to test with 3.7.
Comment on attachment 234905 [details] [review] Support getting refresh_token from uri fragment Thanks for the patch. I committed it after moving around the comments a bit. They were beginning to get a bit too complicated. If you are going to write a Salesforce provider, can you please add some text to README like the other providers? Thanks again.
commit 5a945e0cea0d575c99eac3743212d91162510639 Author: Jack Leigh <jack.leigh@collabora.co.uk> Date: Fri Feb 8 14:27:09 2013 +0100 oauth2: Support getting refresh_token from uri fragment This is how it is returned by the Salesforce OAuth2 API. Fixes: https://bugzilla.gnome.org/692936