Changes between Version 1 and Version 2 of XML-RPC-debugger


Ignore:
Timestamp:
Oct 3, 2010, 5:26:52 AM (14 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC-debugger

    v1 v2  
    33Steps:
    44
    5 1. Go to http://www.opensubtitles.org/addons/xml-rpc/debugger/
    6 2. Fill: Address: '''api.opensubtitles.org''', Port: '''80''', Path: '''/xml-rpc'''
    7 3. Check '''Execute method'''
    8 4. Method Name: "'''LogIn'''", put in Payload this:
     5* Go to http://www.opensubtitles.org/addons/xml-rpc/debugger/
     6* Fill: Address: '''api.opensubtitles.org''', Port: '''80''', Path: '''/xml-rpc'''
     7* Check '''Execute method'''
     8* Method Name: "'''LogIn'''", put in Payload this:
    99
    1010{{{
     
    2323}}}
    2424
    25 5. press '''execute''' button
     25* press '''execute''' button
    2626
    27 6. In response you will get something like:
     27* In response you will get something like:
    2828
    2929{{{
     
    3535take string (token) like "oujbupj6fek9mc433qipaka1r2" in our case, and:
    3636
    37 7. put into Method Name: '''SearchSubtitles''', replace token with your, put in payload:
     37* put into Method Name: '''SearchSubtitles''', replace token with your, put in payload:
    3838
    3939{{{
     
    7777remember:
    7878 * you must use valid useragent (test user agent is valid one for test purposes only)
    79  * your session must be valid (so don't call SearchSubtitles() after 30 minutes after LogIn(), session might be expired)
     79 * your session must be valid (so don't call !SearchSubtitles() after 30 minutes after !LogIn(), session might be expired)
    8080 
    8181