Changes between Version 33 and Version 34 of DevReadFirst


Ignore:
Timestamp:
Oct 15, 2014, 7:53:19 PM (10 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevReadFirst

    v33 v34  
    99According to the [wiki:XMLRPC API documentation], you need a !UserAgent string, if you will not fill valid !UserAgent, you will get error.
    1010
    11 If you don't want register your own user agent yet, you can use for test purposes special user agent "OS Test User Agent"
     11If you don't want register your own user agent yet (or waiting for confirmation of your registration), you can use for test purposes special user agent "OS Test User Agent". Never use this UA as default, it can be change in future.
    1212
    1313For registering your own user agent follow these instructions:
    1414
    15 Please first register as an user on www.opensubtitles.org, if you will ask for UA as not registered, your mail will be ignored. You can choose your own useragent name (there is not guarantee you will have it, because somebody could register same name of UA before you), and please choose  version number as required. An example of a valid !UserAgent (you pass it there with version!) in XML-RPC would be something like: '''My Application v0.1''' (please avoid using a weird version numbering, such as v2r1, because we're parsing version using regexp). Please fill the following form and email it to: admin at opensubtitles.org with the subject "Register User Agent Request". You will then get a confirmation mail, we are adding UAs manually yet, so it can take couple of days, if you think it is taking too long, contact us again, in meantime you can use "OS Test User Agent" for developing.
     15Please first register as an user on www.opensubtitles.org, if you will ask for UA as not registered, your mail will be ignored. You can choose your own useragent name (there is not guarantee you will have it, because somebody could register same name of UA before you), and please choose  version number as required. An example of a valid !UserAgent (you pass it there with version!) in XML-RPC would be something like: '''My Application v0.1''' (please avoid using a weird version numbering, such as v2r1, because we're parsing version using regexp).
     16
     17IMPORTANT: If you are developing wrapper/module/script, which will use OTHER DEVELOPERS, never put there your UserAgent there as default. It is important, every application/program/script will have own UA.
     18
     19Please fill the following form and email it to: admin at opensubtitles.org with the subject "Register User Agent Request". You will then get a confirmation mail, we are adding UAs manually yet, so it can take couple of days, if you think it is taking too long, contact us again, in meantime you can use "OS Test User Agent" for developing.
    1620
    1721{{{