user.getAutoSigninUrl

This method returns a URL that, when visited, will automatically sign in the given user account and then redirect to the URL you provide.

Parameters

string api_key (required) API key assigned to your account.
string api_sig (optional) MD5 hash of the active request and your secret key. This is an optional security measure. See the signing documentation for more info.
string session_key (optional) A session key for a signed in user. If this parameter is provided, your application will carry out actions on behalf of the signed in user corresponding to the session key. Otherwise, your application will carry out actions on behalf of the user account associated with the API account. See the authentication documentation for more information
string my_user_id (optional) This parameter is intended for sites with their own user authentication system. You can create phantom Scribd accounts that correspond to your users by simply passing the unique identifier you use to identify your own user accounts to my_user_id. If you pass this parameter to an API method, the API will act as if it were executed by the phantom user corresponding to my_user_id. See the authentication documentation for more information.
string next_url (required) The URL or path portion of a Scribd URL to redirect to. Set to blank for home page.

Sample return XML

    <?xml version="1.0" encoding="UTF-8"?>
    <rsp stat="ok">
      <url>http://www.scribd.com/login/auto_login/123456?hash=1a2b3c&amp;next_url=/my_docs</url>
    </rsp>

Result explanation

string url The auto-signin URL

Error codes

401 Unauthorized
500 Internal Server Error. Scribd has been notified about this problem.
601 Required parameter missing