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