Changes between Version 1 and Version 2 of XML-RPC-debugger
- Timestamp:
- Oct 3, 2010, 5:26:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XML-RPC-debugger
v1 v2 3 3 Steps: 4 4 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: 9 9 10 10 {{{ … … 23 23 }}} 24 24 25 5.press '''execute''' button25 * press '''execute''' button 26 26 27 6.In response you will get something like:27 * In response you will get something like: 28 28 29 29 {{{ … … 35 35 take string (token) like "oujbupj6fek9mc433qipaka1r2" in our case, and: 36 36 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: 38 38 39 39 {{{ … … 77 77 remember: 78 78 * 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 afterLogIn(), session might be expired)79 * your session must be valid (so don't call !SearchSubtitles() after 30 minutes after !LogIn(), session might be expired) 80 80 81 81