mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Refactoring to make Picasa work, added Upload to the IBinaryContainer.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2135 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
03b4b17ea4
commit
756c8d9403
5 changed files with 66 additions and 23 deletions
|
@ -84,6 +84,7 @@ namespace GreenshotPlugin.Controls {
|
|||
if (browser.Url.ToString().StartsWith(callbackUrl)) {
|
||||
string queryParams = browser.Url.Query;
|
||||
if (queryParams.Length > 0) {
|
||||
queryParams = NetworkHelper.UrlDecode(queryParams);
|
||||
//Store the Token and Token Secret
|
||||
IDictionary<string, string> qs = NetworkHelper.ParseQueryString(queryParams);
|
||||
if (qs.ContainsKey("oauth_token") && qs["oauth_token"] != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue