From f870fa7088b1a317cb0cf3c3c2a0cc6a22a3cc47 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 10 Jul 2014 17:10:41 +0200 Subject: More account stuff --- json/authentication.rst | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'json/authentication.rst') diff --git a/json/authentication.rst b/json/authentication.rst index 4f1d1e4..a0bf072 100644 --- a/json/authentication.rst +++ b/json/authentication.rst @@ -178,35 +178,3 @@ The returned userAuthToken is used to authenticate access to other API methods. 1002,Wrong user credentials. -.. _user-canSubscribe: - -Get user subscriber status --------------------------- - -:Method: user.canSubscribe - -Returns whether a user is subscribed or if they can subscribe to Pandora One. -Can be useful to determine which :ref:`Partner password` to use. - -.. code:: json - - { - "userAuthToken": "XXX", - "syncTime": XXX - } - -.. csv-table:: - :header: Name,Type,Description - - canSubscribe,boolean,false if user is a Pandora One subscriber - isSubscriber,boolean,true if user is a Pandora One Subscriber - -.. code:: json - - { - "stat": "ok", - "result": { - "canSubscribe": false, - "isSubscriber": true - } - } -- cgit v1.2.3