From 13c98e2d59f13ff79676b891afb4bd88c5b07d89 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Fri, 7 Feb 2014 14:10:12 +0100 Subject: [PATCH] fixes #17 --- PocketSharp/PocketClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PocketSharp/PocketClient.cs b/PocketSharp/PocketClient.cs index dbafea4..f479134 100644 --- a/PocketSharp/PocketClient.cs +++ b/PocketSharp/PocketClient.cs @@ -39,7 +39,7 @@ namespace PocketSharp /// /// The authentification URL /// - protected string authentificationUri = "https://getpocket.com/auth/authorize?request_token={0}&redirect_uri={1}"; + protected string authentificationUri = "https://getpocket.com/auth/authorize?request_token={0}&redirect_uri={1}&mobile=1"; /// /// callback URLi for API calls