What I did for IBM blogging server is that if your authenticated and you access any Roller resource and didn't have a blog created, I'd create one for you. I thought you were going to do something like that but you didn't.
I think you should look into the work that Jeff Blatman is doing regarding AAPP ?? which is an Atom-like API/Protocol for managing roller. I haven't seen it closely but it should give you the official way of manipulating users and accounts as opposed to the soon to be deprecated blogger API style of developing services. -Elias Dustman wrote: > > Dustman wrote: >> Thanks for the quick reply. >> >> I see. In that case, I'm thinking of implementing a Handler that can be >> accessed over XMLRPC just like the blogger APIs. But in this case it will >> try to access the UserManagerImpl in order to create User Accounts and >> Weblogs. Is this feasible? >> >> Thanks. >> >> - Dustin >> > > It's done. Got it to work. I created my own XMLRPC API Handler to access all > of the UserManager's methods from outside of Roller to integrate it with my > other project. > > Thanks for the help! > > - Dustin > -- > View this message in context: > http://www.nabble.com/Automatic-Account-Creation-t1618652s12275.html#a4389163 > Sent from the Roller - Dev forum at Nabble.com. > >
