Here's a potential XML-RPC server plugin for Q2A; right now it only has one available call, q2a.getQuestions, but by providing the right data, it so far allows voting, asking questions and posting answers and comments.
It's designed to work with my new Android App:
which seems to work with the plugin, so far. The plugin is here:
https://github.com/NoahY/q2a-xml-rpc
and the app is here:
https://github.com/NoahY/q2android
but the source for the app depends on ActionBarSherlock and SlidingMenu:
http://actionbarsherlock.com/
https://github.com/jfeinstein10/SlidingMenu
so you can download a premade APK here if you like:
https://github.com/NoahY/q2android/raw/master/bin/Q2Android.apk
Let me know how it works.
UPDATE: 0.9.1 all functions fixed and working.
Thanks for your excellent job,but it doesn't work on my website :http://www.kxlearn.com/postgraduate
It returns 405 error code all the time .
and here is a test account:
ID: test
PW:123456
appreciate for your help
Hi NoahY.
It's nice and useful , thanks
But , how ca i customize it for myself ?
I need to translate it and also set the Static website address.
And howo can i compile it on Eclipse ?
Regards
Getting an error
org.xmlrpc.android.XMLRPCException: HTTP-Client error: org.xmlpull.v1.XmlPullParseException: expected: START_TAG {null}methodResponse (position:START_TAG (empty) <br>@1:6 in java.io.InputStreamReader@407e808) I am Using Linux server.
I have the same problem like most others here.
org.xmlrpc.android.xmlrpcexeption:http status code:404 was returned.not found
I have the xml-rpc plugin installed and activated.
Thank you for great script. By the way I have a problem.
When I click http://www.lankawiki.net/xml-rpc it gives the ouput XML-RPC server accepts POST requests only. By when I try to access from app, it gives the error (see attached screenshot).
Please help - Thanks
To all those having issues with 404 make sure your URL is like this:
http://exampledotcomoripadderss.com/~subdomain/index.php/
This is because if you see `Q2ARequest.java` file in Android code, there is a line like following:
String uris = website+"xml-rpc";
You need to have a full valid url with "/" at the end of it in order for the sample apps to work. Hope this helps someone.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.