<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Can I create a generic login (Is there a generic login) to use with XML-RPC?</title>
		<link>http://en.forums.wordpress.com/topic/can-i-create-a-generic-login-is-there-a-generic-login-to-use-with-xml-rpc</link>
		<description>WordPress.com Forums &#187; Topic: Can I create a generic login (Is there a generic login) to use with XML-RPC?</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 15:28:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/can-i-create-a-generic-login-is-there-a-generic-login-to-use-with-xml-rpc" rel="self" type="application/rss+xml" />

		<item>
			<title>macmanx on "Can I create a generic login (Is there a generic login) to use with XML-RPC?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-create-a-generic-login-is-there-a-generic-login-to-use-with-xml-rpc#post-643229</link>
			<pubDate>Sat, 09 Jul 2011 19:00:50 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">643229@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, that is pretty much what XML-RPC was designed for.</p>
<p>If you allowed anyone to access XML-RPC, then everyone would be able to post to your blog too.
</p>
]]></description>
					</item>
		<item>
			<title>limefrogyank on "Can I create a generic login (Is there a generic login) to use with XML-RPC?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-create-a-generic-login-is-there-a-generic-login-to-use-with-xml-rpc#post-642717</link>
			<pubDate>Fri, 08 Jul 2011 19:24:32 +0000</pubDate>
			<dc:creator>limefrogyank</dc:creator>
			<guid isPermaLink="false">642717@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So let me get this straight... if a user of the app uses his own credentials to try and download a post via XML-RPC (like using metaWeblog.getPost), it won't work unless he is the owner of the site?  In that case, wp.newComment wouldn't work, either?</p>
<p>If true, then XML-RPC is really only useful for a blog editing app, where you have the owner's credentials?
</p>
]]></description>
					</item>
		<item>
			<title>andrewspittle on "Can I create a generic login (Is there a generic login) to use with XML-RPC?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-create-a-generic-login-is-there-a-generic-login-to-use-with-xml-rpc#post-642596</link>
			<pubDate>Fri, 08 Jul 2011 17:44:52 +0000</pubDate>
			<dc:creator>andrewspittle</dc:creator>
			<guid isPermaLink="false">642596@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>XML-RPC actually requires user authentication in order to access any site content. So to access the content of a blog you would need the owner of the site to authenticate the connection.</p>
<p>If you're making a client app to show content I would recommend using the <a href="http://en.support.wordpress.com/feeds/">RSS and Atom feeds that each site includes by default</a>. That will let you pull content without requiring user authentication from each site owner.
</p>
]]></description>
					</item>
		<item>
			<title>limefrogyank on "Can I create a generic login (Is there a generic login) to use with XML-RPC?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-create-a-generic-login-is-there-a-generic-login-to-use-with-xml-rpc#post-642585</link>
			<pubDate>Fri, 08 Jul 2011 17:33:38 +0000</pubDate>
			<dc:creator>limefrogyank</dc:creator>
			<guid isPermaLink="false">642585@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm making a client app that will display a wordpress blog (outside of the browser) and show comments, TOC, etc. I would like to be able to use XML-RPC to get all the information rather than scrape it from the HTML. From what I can tell, the XML-RPC interface requires a wordpress login even to retrieve information.</p>
<p>Is there a public username/password that can be used just to retreive information and be locked out of making any changes? </p>
<p>If not, can I create a user account with the sole purpose of retreiving information from blogs via XML-RPC?  I intend to make the user login with their own information if they wanted to post comments, but I would like to avoid forcing them to sign up for wordpress just to read the blog through my app.  I would use SSL to encrypt the info and the "public" login information would never be revealed to the user of the app.  </p>
<p>Thanks<br />
Blog url: <a href='http://wp7wordpressapp.wordpress.com/'>http://wp7wordpressapp.wordpress.com/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
