MeisterGit / wordpress-java

Automatically exported from code.google.com/p/wordpress-java
Other
0 stars 0 forks source link

Possible issue with posting/getting blogs that are located on sub-pages #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi guys,

I'm not sure if this is an issue to be totally honest, but I've been using your 
library to write a little app that will allow mountain bikers to respond to a 
ride posted on wordpress.  And it worked great until the dude who owns the 
wordpress blog changed a few things on there, so the url has changed to 
user.wordpress.com/blog so I edited the URL to reflect this, and got some 
interesting errors.  I've posted the question on Stack Overflow 
(http://stackoverflow.com/questions/12223042/posting-to-wordpress-blog-on-a-subp
age-using-xmlrpc) and I'm not sure if this is an issue, or it's me being a 
numpty?  (more likely that second one...)

Any help would be gratefully received.

Original issue reported on code.google.com by egwillia...@googlemail.com on 2 Sep 2012 at 9:37

GoogleCodeExporter commented 9 years ago
Sorry, please disregard that post!  Figured out what I was doing wrong.  Sorry 
about that and the confusion :(

Original comment by egwillia...@googlemail.com on 2 Sep 2012 at 10:07

GoogleCodeExporter commented 9 years ago
Glad to hear that this little piece of software is being used for such 
entertaining purposes :)

Original comment by c...@bican.net on 3 Sep 2012 at 6:56

GoogleCodeExporter commented 9 years ago
I do have another question though, but I didn't want to raise it as a new 
issue, on the wordpress site in question, we all have the ability to read all 
the posts that are posted by the various users.  However the getRecentPosts() 
method in the library only returns the actual user's posts if they are the 
author.  Therefore is there a way where I can get all the posts of the site, 
regardless of the Authors?  I've checked but not had much luck with this one.

Sorry to be a pain, didn't want to raise another ticket in case I'm being a 
numpty again.

Original comment by egwillia...@googlemail.com on 3 Sep 2012 at 6:58

GoogleCodeExporter commented 9 years ago
Short answer: the solution should be wordpress-related. jwordpress applies no 
filtering to what comes out of xmlrpc calls.

Long answer, rather a question: Is it a multi-site installation or perhaps are 
you using a normal user to connect to wordpress, and posts are private?

Original comment by can.bican@gmail.com on 5 Sep 2012 at 11:52

GoogleCodeExporter commented 9 years ago
Hi, sorry for slow response, the blog is hosted at wordpress.com and I've 
checked with the chap who runs it, and apparently none of the posts are 
private.  I'll keep checking but I suspect its someone on the wordpress end of 
things.

Thanks

Original comment by egwillia...@googlemail.com on 26 Sep 2012 at 11:15